summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge headsBenjamin Peterson2012-01-249-40/+36
|\
| * Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-244-19/+14
| |\
| | * Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-244-19/+14
| * | Sort functions in the doc of the time moduleVictor Stinner2012-01-241-13/+14
| * | Issue #10278: wallclock() cannot go backward, but two consecutive callsVictor Stinner2012-01-231-1/+1
| * | Silence last compilation warning.Amaury Forgeot d'Arc2012-01-231-1/+1
| * | Fix compilation warnings (seen on win32 buildbot)Amaury Forgeot d'Arc2012-01-231-4/+4
| * | merge from 3.2Georg Brandl2012-01-232-2/+2
| |\ \ | | |/
| | * #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.Georg Brandl2012-01-232-2/+2
* | | merge 3.2Benjamin Peterson2012-01-231-24/+31
|\ \ \ | |/ / |/| |
| * | fix declaration styleBenjamin Peterson2012-01-231-24/+31
| |/
* | merge with 3.2Georg Brandl2012-01-221-1/+1
|\ \ | |/
| * Fix #13834: strip() strips leading and trailing whitespace.Georg Brandl2012-01-221-1/+1
* | use the static identifier api for looking up special methodsBenjamin Peterson2012-01-2211-164/+153
* | Issue #13835: fixes to What's new 3.3; patch by July TikhonovSandro Tosi2012-01-221-3/+3
* | Fix a unittest error seen on NetBSD 5.Gregory P. Smith2012-01-221-2/+12
|\ \ | |/
| * Fix a unittest error seen on NetBSD 5.Gregory P. Smith2012-01-221-2/+12
* | Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.Gregory P. Smith2012-01-221-9/+47
|\ \ | |/
| * Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.Gregory P. Smith2012-01-221-9/+47
* | Improve the test for dirfd(). Some systems #define it rather thanGregory P. Smith2012-01-223-49/+65
|\ \ | |/
| * Improve the test for dirfd(), some systems #define it rather than haveGregory P. Smith2012-01-223-49/+65
* | bugfix for *BSD platforms. (oops messed up #define)Gregory P. Smith2012-01-211-4/+2
|\ \ | |/
| * Another issue #8052 bugfix (related to previous commit).Gregory P. Smith2012-01-211-4/+2
* | bugfix for issue 8052 fixes on *BSD platforms.Gregory P. Smith2012-01-211-9/+13
|\ \ | |/
| * Bugfix for issue #8052 fix on *BSD variants.Gregory P. Smith2012-01-211-9/+13
* | A Misc/NEWS entry for issue 8052.Gregory P. Smith2012-01-211-0/+5
|\ \ | |/
| * Add a Misc/NEWS entry for issue 8052.Gregory P. Smith2012-01-211-0/+5
* | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-215-37/+281
|\ \ | |/
| * Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-215-37/+281
* | Avoid the compiler warning about the unused return value.Gregory P. Smith2012-01-211-6/+9
|\ \ | |/
| * Avoid the compiler warning about the unused return value.Gregory P. Smith2012-01-211-6/+9
* | Issue #12922: fix the TextIOBase documentation to include a description of se...Antoine Pitrou2012-01-211-0/+26
|\ \ | |/
| * Issue #12922: fix the TextIOBase documentation to include a description of se...Antoine Pitrou2012-01-211-0/+26
* | Issue #13706: Support non-ASCII fill charactersVictor Stinner2012-01-212-15/+39
* | merge with 3.2Sandro Tosi2012-01-211-1/+1
|\ \ | |/
| * fix typo; thanks to Justin Watt from docs@Sandro Tosi2012-01-211-1/+1
* | merge from 3.2Senthil Kumaran2012-01-214-2/+8
|\ \ | |/
| * Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-214-0/+9
* | add another test caseBenjamin Peterson2012-01-201-0/+1
* | phony merge of 76077971ee1f from 3.2Łukasz Langa2012-01-200-0/+0
|\ \ | |/
| * #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
* | #13760: picklability tests for configparser exceptionsŁukasz Langa2012-01-201-0/+145
* | Closes #13807: Merged fix from 3.2.Vinay Sajip2012-01-201-1/+1
|\ \ | |/
| * Closes #13807: Merged fix from 3.1.Vinay Sajip2012-01-201-1/+1
| |\
| | * Closes #13807: Now checks for sys.stderr being there before writing to it.Vinay Sajip2012-01-201-1/+1
* | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-202-1/+4
|\ \ \ | |/ /
| * | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-202-1/+4
* | | Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannotVictor Stinner2012-01-201-4/+9
* | | Improve exception text. Closes issue 13811.Eric V. Smith2012-01-201-2/+2
* | | check after comments, too (#13832)Benjamin Peterson2012-01-192-7/+19