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