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