- 3008ec0 Issue 14814: Ensure ordering semantics across all 3 entity types in ipaddress are consistent and well-defined by Nick Coghlan · 13 years ago
- 9a9c28c Issue 14814: Correctly return NotImplemented from ipaddress._BaseNetwork.__eq__ by Nick Coghlan · 13 years ago
- fed2c51 Merge branch by Florent Xicluna · 13 years ago
- 11f0b41 Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding declaration. by Florent Xicluna · 13 years ago
- 36f8dcd Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected by Nick Coghlan · 13 years ago
- 9dc823d - Issue #15268: Search curses.h in /usr/include/ncursesw. by doko@ubuntu.com · 13 years ago
- 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 13 years ago
- 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 13 years ago
- 2240ac1 Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. by Richard Oudkerk · 13 years ago
- 74de153 Issue #15020: The program name used to search for Python's path is now python3 under Unix, not python. by Antoine Pitrou · 13 years ago
- 01cca5e Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". by Antoine Pitrou · 13 years ago
- f28fbab Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 13 years ago
- f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 13 years ago
- 98979b8 Issue #15166: Re-implement imp.get_tag() using sys.implementation. by Brett Cannon · 13 years ago
- 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 13 years ago
- 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 13 years ago
- 15bac0f - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. by doko@ubuntu.com · 13 years ago
- f87289b Issue #15229: An OSError subclass whose __init__ doesn't call back by Antoine Pitrou · 13 years ago
- 7e6c2e2 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 13 years ago
- 2565288 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 13 years ago
- 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 13 years ago
- c92448b Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 13 years ago
- 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 13 years ago
- dde8cb0 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 13 years ago
- f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 13 years ago
- 8d37ffa Issue #12605: Show information on more C frames within gdb backtraces by David Malcolm · 13 years ago
- afa2973 Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic purpose by Christian Heimes · 13 years ago
- b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 13 years ago
- 2a91876 - Issue #15194: Update libffi to the 3.0.11 release. by doko@ubuntu.com · 13 years ago
- d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 13 years ago
- 805dff5 Fix issue # in Misc/NEWS (should be #15187, not 15817.) by Larry Hastings · 13 years ago
- 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 13 years ago
- 0b1b9ce If main() is called and an argument cannot be decoded, make sure to by Brett Cannon · 13 years ago
- 555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 13 years ago
- 52c6097 Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library. by Larry Hastings · 13 years ago
- c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). by Larry Hastings · 13 years ago
- fdaea06 Issue #15176: Clarified behavior, documentation, and implementation by Larry Hastings · 13 years ago
- e6bdc8f Restore Misc/NEWS entries lost in the merge for the previous commit. by Larry Hastings · 13 years ago
- 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 13 years ago
- ab88803 Support Mageia Linux in the platform module. by Antoine Pitrou · 13 years ago
- 488fccf Closes #11678: support Arch linux in the platform module. by Georg Brandl · 13 years ago
- 4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. by Ezio Melotti · 13 years ago
- 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 13 years ago
- 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 13 years ago
- 78f0756 Speed up _decimal by another 10-15% by caching the thread local context by Stefan Krah · 13 years ago
- 49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to by Larry Hastings · 13 years ago
- 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
- 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
- dc44f55 #11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module. by Ezio Melotti · 13 years ago
- b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 13 years ago
- cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 13 years ago
- 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 13 years ago
- 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 13 years ago
- 99cc629 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 13 years ago
- fb8dac7 Fix typo in Misc/NEWS by Hynek Schlawack · 13 years ago
- 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 13 years ago
- 3861d8b #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. by Ezio Melotti · 13 years ago
- a4db02c Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 13 years ago
- 463badf Issue #3665: \u and \U escapes are now supported in unicode regular expressions. by Antoine Pitrou · 13 years ago
- 04e2e3f Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates by Nick Coghlan · 13 years ago
- 2f92e54 Close #13062: Add inspect.getclosurevars to simplify testing stateful closures by Nick Coghlan · 13 years ago
- 8141cc7 Issues #11024: Fixes and additional tests for Time2Internaldate. by Alexander Belopolsky · 13 years ago
- 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 13 years ago
- 7c7cbfc Issue #15008: Implement PEP 362 "Signature Objects". Patch by Yury Selivanov. by Larry Hastings · 13 years ago
- 8e0d255 Merge by Guido van Rossum · 13 years ago
- 95c1c48 Speed up base64.urlsafe_{en,de}code(). by Guido van Rossum · 13 years ago
- c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 13 years ago
- 5f6213b Merge by Antoine Pitrou · 13 years ago
- 3b36fb1 Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. by Antoine Pitrou · 13 years ago
- 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 13 years ago
- 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
- fdc860f Issue #9527: datetime.astimezone() method will now supply a class by Alexander Belopolsky · 13 years ago
- 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 13 years ago
- 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 13 years ago
- 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
- a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
- 6916835 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
- 9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
- 6919223 Issue #14225: Fix Unicode support for curses (#12567) on OS X: by Ned Deily · 13 years ago
- fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 13 years ago
- 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 13 years ago
- 10c8791 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 13 years ago
- 103e811 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 13 years ago
- e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 13 years ago
- 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 13 years ago
- e75ff35 Issue #15038: Optimize python Locks on Windows by Kristján Valur Jónsson · 13 years ago
- d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 13 years ago
- 0f88427 Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
- f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
- 10e6588 Fix NEWS entry for #15036 by Petri Lehtinen · 13 years ago
- da7a6e7 Fix NEWS entry for #15036 by Petri Lehtinen · 13 years ago
- 48114b9 Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. by Antoine Pitrou · 13 years ago
- 307ef8a Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib) by Nick Coghlan · 13 years ago
- 14d99a1 Ignore X-Antivirus headers in test_nntplib by Nick Coghlan · 13 years ago
- 9aff2a7 Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded) by Nick Coghlan · 13 years ago
- be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded by Nick Coghlan · 13 years ago
- bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 13 years ago
- 9680bdb Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi) by Nick Coghlan · 13 years ago
- 5b0dac1 Issue #13783: PEP 380 cleanup part 2, using the new identifier APIs in the generator implementation by Nick Coghlan · 13 years ago