1. a41cf29 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  2. 57dfb22 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  3. 5c4e32b #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
  4. 895cc22 Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  5. b7ee47b add Tom Tromey to ACKS by Benjamin Peterson · 13 years ago
  6. 1c6c90f Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
  7. 646c7b5 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
  8. 4113d2b Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
  9. 367efc2 Branch merge by Éric Araujo · 13 years ago
  10. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 13 years ago
  11. d38c990 Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  12. bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 13 years ago
  13. 4f3b594 Add Bruno Dupuis by Benjamin Peterson · 13 years ago
  14. d8feba9 #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
  15. db5947f #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
  16. 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
  17. 7d24b16 #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 13 years ago
  18. 5c89c19 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 13 years ago
  19. 3d07206 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. by Ezio Melotti · 13 years ago
  20. 54eed2e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 13 years ago
  21. b8fbff8 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 13 years ago
  22. 9ad6a56 #15040: Close files in mailbox tests for PyPy compatibility by Petri Lehtinen · 13 years ago
  23. e97a24d Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
  24. f892597e Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  25. 75033a3 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 13 years ago
  26. 3e94e14 Backed out changeset 5abacebec9d2 by Jesus Cea · 13 years ago
  27. 82a3924 Backed out changeset c73b90b6dadd by Jesus Cea · 13 years ago
  28. 95038fa Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 13 years ago
  29. 364f79d Fix Misc/ACKS alphabetic order by Jesus Cea · 13 years ago
  30. e884be6 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 13 years ago
  31. 7d85760 #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst accordingly. by Ezio Melotti · 13 years ago
  32. dc0170a #15676: Proper attribution in Misc/ACKS by Jesus Cea · 13 years ago
  33. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 13 years ago
  34. 2010187 #12776,#11839: call argparse type function only once. by R David Murray · 13 years ago
  35. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 13 years ago
  36. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 13 years ago
  37. c7b8f80 #15543: reflow paragraphs. by R David Murray · 13 years ago
  38. d26b658 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. by Georg Brandl · 13 years ago
  39. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 13 years ago
  40. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 13 years ago
  41. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 13 years ago
  42. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 13 years ago
  43. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 13 years ago
  44. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 13 years ago
  45. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 13 years ago
  46. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 13 years ago
  47. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 13 years ago
  48. f637920 #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 13 years ago
  49. ff0e22b 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
  50. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 13 years ago
  51. 5f39706 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  52. 280e9f7 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
  53. b79a01f Update ACKS. by Antoine Pitrou · 13 years ago
  54. f2011e3 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  55. 284fa08 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
  56. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  57. eda1959 add Mark Shannon by Benjamin Peterson · 13 years ago
  58. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  59. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
  60. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  61. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  62. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 13 years ago
  63. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  64. f00011a Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  65. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  66. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  67. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 14 years ago
  68. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  69. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  70. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  71. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  72. 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  73. c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
  74. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  75. 6a570d6 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  76. 1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  77. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  78. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
  79. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  80. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  81. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  82. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  83. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  84. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  85. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  86. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  87. 55e5e27 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  88. 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  89. 877f2e4 Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler by Eli Bendersky · 14 years ago
  90. bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  91. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  92. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  93. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 14 years ago
  94. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  95. 776e69b Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  96. 4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) by Benjamin Peterson · 14 years ago
  97. dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) by Victor Stinner · 14 years ago
  98. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  99. 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  100. 97cf585 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago