summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | * | | | | | | | | | | | Issue #23594: merge 3.4Ned Deily2015-03-053-14/+20
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-069-32/+118
| | | | | | | | | | | | * | | | | | | | | | | | | Fix regression introduced by changeset 7c6e3358221a that caused compileNed Deily2015-03-051-2/+2
| | | | | | | | | | | | * | | | | | | | | | | | | unittest: Trivial typo fix.Robert Collins2015-03-061-1/+1
| | | | | | | | | | | | * | | | | | | | | | | | | Fixed GCC version testing.Serhiy Storchaka2015-03-051-2/+2
| | | | | | | | | | | | * | | | | | | | | | | | | Fix "GCC diagnostic" in socketmodule.cVictor Stinner2015-03-051-2/+2
| | | | | | | | | | | | * | | | | | | | | | | | | Issue #22936: Make it possible to show local variables in tracebacks.Robert Collins2015-03-054-34/+112
| | | | | | | | | | | | * | | | | | | | | | | | | Add scripts for uploading Windows builds to a Linux server using pscpSteve Dower2015-03-043-0/+108
| | | | | | | | | | | | * | | | | | | | | | | | | merge 3.4Benjamin Peterson2015-03-041022-94013/+96178
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge 3.4Benjamin Peterson2015-03-041022-94013/+96178
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge 3.4 (#23476)Benjamin Peterson2015-03-041022-94013/+96178
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | | Remaining fallout from 17911Robert Collins2015-03-053-28/+17
| | | | | | | | | | | | | | | * | | | | | | | | | | | | Merge 3.4 (test_subprocess)Victor Stinner2015-03-051-6/+9
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | Fix brownbag in issue 17911 commitRobert Collins2015-03-051-3/+2
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #17911: traceback module overhaulRobert Collins2015-03-057-157/+794
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...Antoine Pitrou2015-03-042-20/+3
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #23285: Fix handling of EINTR in fileio.cVictor Stinner2015-03-041-28/+46
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-041018-93866/+95388
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #23563: Optimized utility functions in urllib.parse.Serhiy Storchaka2015-03-032-60/+30
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Minor neatening-up. Make assignments in same order a struct fields. Line-up...Raymond Hettinger2015-03-021-12/+12
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Switch the state variable to unsigned for defined wrap-around behavior.Raymond Hettinger2015-03-021-3/+3
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Minor beautification. Move struct definitions to the top. Fix-up a comment.Raymond Hettinger2015-03-021-15/+15
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Minor code beautification. Replace macro with in-lineable functions.Raymond Hettinger2015-03-021-20/+35
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Beautify and better document the use of the size_t cast for bounds checking.Raymond Hettinger2015-03-021-6/+12
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | issue19075: add visual sorting algorithms to turtledemo; original code from J...Ethan Furman2015-03-023-0/+210
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | merge headsBenjamin Peterson2015-03-020-0/+0
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 3.4 (null)Benjamin Peterson2015-03-020-0/+0
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Issue #21293: Remove unnecessary "capsule hack".Larry Hastings2015-03-021-3/+0
| | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | merge 3.4 (#23367)Benjamin Peterson2015-03-021017-93752/+95076
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...Steve Dower2015-03-021017-93752/+95076
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...Steve Dower2015-03-026-68/+29
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | merge 3.4 (#23561)Benjamin Peterson2015-03-021-100/+100
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021016-93729/+95091
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #23527: Update Gmail port number for STARTTLS to 587.Berker Peksag2015-03-021-1/+1
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #23477: Improve test coverage of wsgiref.simple_server.Berker Peksag2015-03-021-0/+25
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021016-93729/+95091
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Issue #23387: Skip test_issue16464 if it raises an 5xx error.Berker Peksag2015-03-022-21/+13
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Add a versionadded directive for PEP 486.Berker Peksag2015-03-021-0/+2
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | merge 3.4Benjamin Peterson2015-03-011-6/+5
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Issue #7830: Flatten nested functools.partial.Alexander Belopolsky2015-03-014-7/+68
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Closes issue #22791: Improved datetime from timestamp methods documentation.Alexander Belopolsky2015-03-013-8/+13
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-011015-93714/+95008
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Fixed a typo.Serhiy Storchaka2015-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic.Raymond Hettinger2015-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Merge headsSerhiy Storchaka2015-03-011-6/+12
| | | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t.Raymond Hettinger2015-02-281-6/+12
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | Issue #20204: Deprecation warning is now raised for builtin type without theSerhiy Storchaka2015-03-013-0/+17
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | Issue #20204: Added the __module__ attribute to _tkinter classes.Serhiy Storchaka2015-03-012-2/+4
| | | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | Updates CRT installation for Windows installer.Steve Dower2015-02-2811-72/+180
| | | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | | Use unsigned division and modulo for item assignment as well.Raymond Hettinger2015-02-281-4/+5