1. e48daea #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  2. eda1959 add Mark Shannon by Benjamin Peterson · 13 years ago
  3. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  4. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
  5. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  6. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  7. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 13 years ago
  8. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  9. f00011a Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  10. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  11. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  12. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 14 years ago
  13. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  14. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  15. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  16. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  17. 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  18. c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
  19. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  20. 6a570d6 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  21. 1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  22. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  23. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
  24. ace2ccf Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  25. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  26. 564f890 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  27. fe15003 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  28. bbabbae Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  29. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  30. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  31. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  32. 55e5e27 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  33. 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  34. 877f2e4 Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler by Eli Bendersky · 14 years ago
  35. bf547fd Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  36. 1616645 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  37. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  38. 8b8162d merge 2.7.2 release branch with fix for #12009 by Benjamin Peterson · 14 years ago
  39. 43ee1a5 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  40. 776e69b Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  41. 4fa68ab raise an ValueError in getvalue() on closed StringIO (closes #12161) by Benjamin Peterson · 14 years ago
  42. dbfba16 Close #12182: Fix pydoc.HTMLDoc.multicolumn() if Python uses the new (true) by Victor Stinner · 14 years ago
  43. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  44. 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  45. 97cf585 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  46. a0895db #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  47. f93bb26 pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  48. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  49. 03f7e23 Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  50. d687be0 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 14 years ago
  51. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 14 years ago
  52. 2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  53. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  54. b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 14 years ago
  55. efd8bab #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  56. 820021e Merged revisions 88284 via svnmerge from by Antoine Pitrou · 15 years ago
  57. 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 15 years ago
  58. 6adb979 Merged revisions 87876-87877 via svnmerge from by Georg Brandl · 15 years ago
  59. 5a72e76 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 15 years ago
  60. 77c1b38 Merged revisions 87797 via svnmerge from by Antoine Pitrou · 15 years ago
  61. 31e8595 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 15 years ago
  62. f11d183 Merged revisions 87639 via svnmerge from by Antoine Pitrou · 15 years ago
  63. c45d799 Merged revisions 83089,87590 via svnmerge from by R. David Murray · 15 years ago
  64. 47d9b0e Merged revisions 87317 via svnmerge from by Antoine Pitrou · 15 years ago
  65. f8a6391 Merged revisions 87238 via svnmerge from by R. David Murray · 15 years ago
  66. 0960bc5 Merged revisions 85086 via svnmerge from by R. David Murray · 15 years ago
  67. d75cc91 Merged revisions 86925 via svnmerge from by R. David Murray · 15 years ago
  68. 7eaa448 Merged revisions 86383 via svnmerge from by Antoine Pitrou · 15 years ago
  69. 6b1167c Merged revisions 86214 via svnmerge from by Antoine Pitrou · 15 years ago
  70. 7f08102 Merged revisions 85858 via svnmerge from by Antoine Pitrou · 15 years ago
  71. d2f6ae6 Merged revisions 85386-85387,85389 via svnmerge from by Victor Stinner · 15 years ago
  72. 577acb4 improve performance of writing past the end of the file for cStringIO by Fred Drake · 15 years ago
  73. 7be5a65 Merged revisions 85349 via svnmerge from by Antoine Pitrou · 15 years ago
  74. 9c20b18 Added my name to ACKS. by Hirokazu Yamamoto · 15 years ago
  75. dca9de9 Merged revisions 84495-84496 via svnmerge from by Antoine Pitrou · 15 years ago
  76. b41947b Merged revisions 84366 via svnmerge from by Antoine Pitrou · 15 years ago
  77. 7c4bf55 Merged revisions 84310 via svnmerge from by R. David Murray · 15 years ago
  78. cb4f47c Merged revisions 83944 via svnmerge from by Antoine Pitrou · 15 years ago
  79. 2d93080 In the Swedish alphabet, Å is sorted after Z by Alexander Belopolsky · 15 years ago
  80. 8cdede4 Merged revisions 83921 via svnmerge from by Antoine Pitrou · 15 years ago
  81. 45c67c3 Issue #8834: Added comment describing the order of entries in Misc/ACKS. by Alexander Belopolsky · 15 years ago
  82. 185fae7 Merged revisions 83719 via svnmerge from by Antoine Pitrou · 15 years ago
  83. 47617ab fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin) by Giampaolo Rodolà · 15 years ago
  84. 75a292e Merged revisions 83690 via svnmerge from by R. David Murray · 15 years ago
  85. 1cbf78e Merged revisions 83675 via svnmerge from by R. David Murray · 15 years ago
  86. 58f55d5 Fix the alphabetization fix (bad merge). by R. David Murray · 15 years ago
  87. 710de57 Merged revisions 83506 via svnmerge from by R. David Murray · 15 years ago
  88. 7f0c3ff Merged revisions 83201 via svnmerge from by Georg Brandl · 15 years ago
  89. 58f15b6 Merged revisions 83380 via svnmerge from by R. David Murray · 15 years ago
  90. b2ec232 Merged revisions 83156 via svnmerge from by Brian Curtin · 15 years ago
  91. 7a7013e Merged revisions 83030 via svnmerge from by Antoine Pitrou · 15 years ago
  92. 6251496 Merged revisions 82731 via svnmerge from by R. David Murray · 15 years ago
  93. abd4553 Merged revisions 82730 via svnmerge from by R. David Murray · 15 years ago
  94. 8fbbc08 Ezio Melotti was missing from Misc/ACKS. by Mark Dickinson · 15 years ago
  95. 62815e8 Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews. by Mark Dickinson · 15 years ago
  96. e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
  97. 4a057e6 Added Andrej Krpic. (Thanks for issue #7879 patch.) by Alexander Belopolsky · 15 years ago
  98. eeaf33e Make the contributor list alphabetical again. by Brett Cannon · 15 years ago
  99. 04ee337 Add the author of the last fix (Issue #6662) by Victor Stinner · 15 years ago
  100. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago