1. 0174db5 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 12 years ago
  2. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 12 years ago
  3. f522aea Issue #13588: Rename decorators in importlib. by Brett Cannon · 12 years ago
  4. 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  5. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  6. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  7. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  8. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  9. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  10. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  11. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  12. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  13. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  14. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  15. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  16. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  17. d130195 Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  18. 92d4acb Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  19. b511aca Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  20. e010fc0 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 13 years ago
  21. 25ec056 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  22. 564a42c Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael by Charles-François Natali · 13 years ago
  23. e2b2bf5 Add ACKS entry for 57f0af61da53. by Antoine Pitrou · 13 years ago
  24. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 13 years ago
  25. 3be637e Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  26. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  27. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  28. 506b361 Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul by Charles-François Natali · 13 years ago
  29. 59bb0e0 Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  30. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  31. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 13 years ago
  32. 31b798d Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  33. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  34. f683700 sort last committed name in alphabetical order by Giampaolo Rodola' · 13 years ago
  35. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  36. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  37. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  38. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  39. aadc519 Merge branch 3.2 (closes #13338) by Petri Lehtinen · 13 years ago
  40. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 13 years ago
  41. 84ed8f7 Add entries for distutils2 contributors (their patches are in packaging) by Éric Araujo · 13 years ago
  42. c178d9b Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups. by Florent Xicluna · 13 years ago
  43. 490062b Remove duplicate ACKS. by Florent Xicluna · 13 years ago
  44. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  45. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  46. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  47. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  48. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  49. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  50. c9f3846 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  51. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  52. 23e1ecb Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. by Charles-François Natali · 13 years ago
  53. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  54. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 13 years ago
  55. 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 13 years ago
  56. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 13 years ago
  57. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 13 years ago
  58. c822f08 Merge #11751 from 3.2 by Éric Araujo · 13 years ago
  59. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  60. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  61. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  62. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  63. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  64. 0fc80c0 Add John to ACKS by Antoine Pitrou · 13 years ago
  65. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  66. 8e4dd08 Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 13 years ago
  67. 5a688db Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 13 years ago
  68. 1d30db4 merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  69. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 13 years ago
  70. 9624a76 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  71. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 13 years ago
  72. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
  73. 48d4949 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  74. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 13 years ago
  75. 86ca04c Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  76. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  77. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  78. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  79. 44c6ef5 Merge: #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  80. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  81. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  82. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  83. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  84. c4a2871 Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. by Nick Coghlan · 13 years ago
  85. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  86. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  87. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  88. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  89. abe9dc3 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  90. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  91. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  92. dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  93. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  94. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  95. dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  96. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  97. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  98. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  99. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  100. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago