- a5f6d0e merge 3.2 by Benjamin Peterson · 13 years ago
- b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
- e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
- 9b727ec Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this and the patch. by Vinay Sajip · 13 years ago
- a50c284 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. by Vinay Sajip · 13 years ago
- 5816166 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
- 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
- 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 13 years ago
- a58c01b Remove redundant resource check in test_socket. by Nadeem Vawda · 13 years ago
- 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
- dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
- 05f29b7 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
- abaf89b Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
- 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
- a10999d merge 3.2 by Benjamin Peterson · 13 years ago
- 7fa5a99 merge heads by Benjamin Peterson · 13 years ago
- 8485ad1 merge heads by Benjamin Peterson · 13 years ago
- 91ecea2 Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- 0940602 Sort functions in the doc of the time module by Victor Stinner · 13 years ago
- 4ccc727 Issue #10278: wallclock() cannot go backward, but two consecutive calls by Victor Stinner · 13 years ago
- 6d766fc Silence last compilation warning. by Amaury Forgeot d'Arc · 13 years ago
- cd27df3 Fix compilation warnings (seen on win32 buildbot) by Amaury Forgeot d'Arc · 13 years ago
- 5b45a01 merge from 3.2 by Georg Brandl · 13 years ago
- 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
- 3ef2f8c merge 3.2 by Benjamin Peterson · 13 years ago
- 91eef98 fix declaration style by Benjamin Peterson · 13 years ago
- 20f6bc2 merge with 3.2 by Georg Brandl · 13 years ago
- beca27a Fix #13834: strip() strips leading and trailing whitespace. by Georg Brandl · 13 years ago
- ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
- cd89912 Issue #13835: fixes to What's new 3.3; patch by July Tikhonov by Sandro Tosi · 13 years ago
- 0648458 Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
- 886455c Fix a unittest error seen on NetBSD 5. by Gregory P. Smith · 13 years ago
- 08c1278 Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
- 4842efc Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix. by Gregory P. Smith · 13 years ago
- 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 13 years ago
- df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
- d45382d bugfix for *BSD platforms. (oops messed up #define) by Gregory P. Smith · 13 years ago
- 61f0da8 bugfix for issue 8052 fixes on *BSD platforms. by Gregory P. Smith · 13 years ago
- e9b7cab Another issue #8052 bugfix (related to previous commit). by Gregory P. Smith · 13 years ago
- e3f7848 Bugfix for issue #8052 fix on *BSD variants. by Gregory P. Smith · 13 years ago
- 33b24f7 A Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
- 9564e4c Add a Misc/NEWS entry for issue 8052. by Gregory P. Smith · 13 years ago
- d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- e961bd4 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
- 12fdca5 Avoid the compiler warning about the unused return value. by Gregory P. Smith · 13 years ago
- 1fde8a3 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
- f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
- a4ac600 Issue #13706: Support non-ASCII fill characters by Victor Stinner · 13 years ago
- a2a9071 merge with 3.2 by Sandro Tosi · 13 years ago
- 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
- 3242577 merge from 3.2 by Senthil Kumaran · 13 years ago
- 3800ea9 Fix Issue6631 - Disallow relative file paths in urllib urlopen by Senthil Kumaran · 13 years ago
- 77fc1f3 add another test case by Benjamin Peterson · 13 years ago
- d6d2cd2 phony merge of 76077971ee1f from 3.2 by Łukasz Langa · 13 years ago
- 0028908 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
- e785195 #13760: picklability tests for configparser exceptions by Łukasz Langa · 13 years ago
- 5d116b7 Closes #13807: Merged fix from 3.2. by Vinay Sajip · 13 years ago
- 315a62b Closes #13807: Merged fix from 3.1. by Vinay Sajip · 13 years ago
- 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
- 2396c0a Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
- a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
- 2dd254d Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot by Victor Stinner · 13 years ago
- d25cfe6 Improve exception text. Closes issue 13811. by Eric V. Smith · 13 years ago
- cff9237 check after comments, too (#13832) by Benjamin Peterson · 13 years ago
- 6a7b855 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
- 83d32c9 Issue #13605: merge with 3.2 by Sandro Tosi · 13 years ago
- 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
- 188bee5 don't leak node by Benjamin Peterson · 13 years ago
- 79c1f96 only check this when parsing python by Benjamin Peterson · 13 years ago
- 82138b8 Issue #11948: merge with 3.2 by Sandro Tosi · 13 years ago
- f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
- fa21bf0 Issue #12705: Raise SyntaxError when compiling multiple statements as single interactive statement by Meador Inge · 13 years ago
- 00c7f85 Issue #2134: Add support for tokenize.TokenInfo.exact_type. by Meador Inge · 13 years ago
- 3f67ec1 Null merge by Meador Inge · 13 years ago
- 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
- 9430354 improve casefold/lower/upper docs by Benjamin Peterson · 13 years ago
- 391166f Be more lenient in test_wallclock (issue #10278). by Antoine Pitrou · 13 years ago
- f0ecdd2 Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
- 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 13 years ago
- aa5c5c6 Finally fix all test_capi refleaks by Antoine Pitrou · 13 years ago
- ac456a1 Fix some of the remaining test_capi leaks by Antoine Pitrou · 13 years ago
- 8b0a74e Fix some of the remaining test_capi refleaks by Antoine Pitrou · 13 years ago
- 84091bf Fix some of the refleaks in test_capi (ported from 3.2) by Antoine Pitrou · 13 years ago
- 55f217f Fix refleaks in test_capi (this was easier than I thought!) by Antoine Pitrou · 13 years ago
- 165e01f Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago
- 6c40eb7 Fix the builtin module initialization code to store the init function for future reinitialization. by Antoine Pitrou · 13 years ago
- af5facc Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
- 0c60381 Add part of test_inspect test from 2.7 by Antoine Pitrou · 13 years ago
- bb5b92d Merge refleak fixes from 3.2 by Antoine Pitrou · 13 years ago
- fc1b6f0 Fix the _io module leaking references when a sub-interpreter is created. by Antoine Pitrou · 13 years ago
- 1c7ade5 Fix leaking a RuntimeError objects when creating sub-interpreters by Antoine Pitrou · 13 years ago
- fff47ab Fix a memory leak when initializing the standard I/O streams. by Antoine Pitrou · 13 years ago
- 2fabfac Fix a memory leak when initializing the standard I/O streams. by Antoine Pitrou · 13 years ago
- c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 13 years ago
- 50a4d5d Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
- 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
- 5c1d814 MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago