1. 3159cb5 #15676: Proper attribution in Misc/ACKS by Jesus Cea · 13 years ago
  2. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 13 years ago
  3. 6fb8fb1 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
  4. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  5. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  6. c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  7. 75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. by Antoine Pitrou · 13 years ago
  8. b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  9. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 13 years ago
  10. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  11. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 13 years ago
  12. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 13 years ago
  13. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 13 years ago
  14. 00528e8 #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 13 years ago
  15. ca9652e Issue #15406: Fix deprecation warning in ctypes test_bitfields.py by Meador Inge · 13 years ago
  16. 29e49d6 Issue #15394: Fix ref leaks in PyModule_Create. by Meador Inge · 13 years ago
  17. dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 13 years ago
  18. 924ae1b Remove duplicate entry and fix order by Antoine Pitrou · 13 years ago
  19. f0b1baf Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 13 years ago
  20. 282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 13 years ago
  21. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 13 years ago
  22. 79035bd Issue #15079: make a test applicable to both C and Python versions of the pickle module. by Antoine Pitrou · 13 years ago
  23. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 13 years ago
  24. e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 13 years ago
  25. 1f50389 #14472: Update .gitignore by Petri Lehtinen · 13 years ago
  26. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  27. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
  28. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 13 years ago
  29. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  30. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
  31. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  32. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
  33. 2cc52ef add Mark Shannon by Benjamin Peterson · 13 years ago
  34. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
  35. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  36. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
  37. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  38. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 13 years ago
  39. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  40. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  41. edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
  42. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  43. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  44. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  45. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  46. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  47. cd2a603 Branch merge by Éric Araujo · 14 years ago
  48. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  49. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  50. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 14 years ago
  51. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  52. 73cec21 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 14 years ago
  53. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 14 years ago
  54. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  55. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 14 years ago
  56. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  57. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
  58. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 14 years ago
  59. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 14 years ago
  60. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
  61. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 14 years ago
  62. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
  63. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  64. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 14 years ago
  65. 490062b Remove duplicate ACKS. by Florent Xicluna · 14 years ago
  66. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  67. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 14 years ago
  68. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  69. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
  70. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  71. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  72. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
  73. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  74. 0fc80c0 Add John to ACKS by Antoine Pitrou · 14 years ago
  75. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  76. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  77. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  78. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  79. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  80. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 14 years ago
  81. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  82. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  83. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  84. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  85. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  86. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  87. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 14 years ago
  88. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 14 years ago
  89. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  90. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  91. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 14 years ago
  92. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  93. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 14 years ago
  94. e697e37 #10206: add test for previously fixed bug. by R David Murray · 14 years ago
  95. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 14 years ago
  96. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  97. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  98. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  99. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  100. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago