1. 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
  2. d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
  3. 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  4. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
  5. 2cc52ef add Mark Shannon by Benjamin Peterson · 13 years ago
  6. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
  7. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  8. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
  9. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  10. 71faefc Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. by Ross Lagerwall · 13 years ago
  11. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  12. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  13. 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
  14. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  15. d311374 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. by Antoine Pitrou · 13 years ago
  16. 4fe85ab sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  17. 1ca9395 Issue #13491: Fix many errors in sqlite3 documentation by Petri Lehtinen · 13 years ago
  18. 51d04d1 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  19. cd2a603 Branch merge by Éric Araujo · 14 years ago
  20. da4c467 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 years ago
  21. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  22. 6b671b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch by Charles-François Natali · 14 years ago
  23. 03757ec Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  24. 73cec21 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 14 years ago
  25. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 14 years ago
  26. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 14 years ago
  27. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 14 years ago
  28. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 14 years ago
  29. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
  30. bb2e9c4 Issue #11231: Fix bytes and bytearray docstrings by Victor Stinner · 14 years ago
  31. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 14 years ago
  32. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 14 years ago
  33. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 14 years ago
  34. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 14 years ago
  35. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  36. 8d40f16 Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER by Petri Lehtinen · 14 years ago
  37. 490062b Remove duplicate ACKS. by Florent Xicluna · 14 years ago
  38. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  39. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 14 years ago
  40. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 14 years ago
  41. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
  42. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  43. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  44. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
  45. 1665d2c Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. by Antoine Pitrou · 14 years ago
  46. 0fc80c0 Add John to ACKS by Antoine Pitrou · 14 years ago
  47. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  48. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  49. 5a4a109 Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas by Charles-François Natali · 14 years ago
  50. b86ecf4 Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. by Meador Inge · 14 years ago
  51. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 14 years ago
  52. 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
  53. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 14 years ago
  54. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  55. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  56. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 14 years ago
  57. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 14 years ago
  58. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 14 years ago
  59. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 14 years ago
  60. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 14 years ago
  61. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 14 years ago
  62. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  63. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 14 years ago
  64. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  65. 038018a Issue #4608: urllib.request.urlopen does not return an iterable object by Raymond Hettinger · 14 years ago
  66. e697e37 #10206: add test for previously fixed bug. by R David Murray · 14 years ago
  67. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 14 years ago
  68. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  69. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  70. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  71. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  72. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
  73. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
  74. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  75. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  76. 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 14 years ago
  77. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  78. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
  79. f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 14 years ago
  80. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  81. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  82. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  83. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  84. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  85. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  86. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 14 years ago
  87. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  88. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  89. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  90. 92b60d5 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
  91. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  92. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  93. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago
  94. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 14 years ago
  95. 78099bb Merge #9298 fix. by R David Murray · 14 years ago
  96. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
  97. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 14 years ago
  98. f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
  99. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  100. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago