1. c37a4fd bump to 3.1.5 final by Benjamin Peterson · 13 years ago v3.1.5
  2. c7536c4 merge heads by Benjamin Peterson · 13 years ago v3.1.5rc2
  3. ba98788 bump to 3.1.5rc2 by Benjamin Peterson · 13 years ago
  4. 20b303e merge heads by Matthias Klose · 13 years ago
  5. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 13 years ago
  6. 1be7cd0 move the Misc/NEWS entry to the right section. by Gregory P. Smith · 13 years ago
  7. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  8. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago v3.1.5rc1
  9. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 14 years ago
  10. 06b1c4f Fix typo. by Georg Brandl · 14 years ago
  11. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 14 years ago
  12. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 14 years ago
  13. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  14. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 14 years ago
  15. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 14 years ago
  16. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  17. acde6a0 onto 3.1.5 by Benjamin Peterson · 14 years ago
  18. d858df2 bump to 3.1.4 by Benjamin Peterson · 14 years ago v3.1.4
  19. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  20. a22c98d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 14 years ago
  21. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 14 years ago
  22. d5a9196 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 14 years ago
  23. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  24. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  25. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  26. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
  27. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 14 years ago
  28. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 14 years ago
  29. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 14 years ago
  30. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
  31. ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 14 years ago
  32. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  33. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 14 years ago
  34. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 14 years ago
  35. 2ec6b17 Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. by Victor Stinner · 14 years ago
  36. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  37. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  38. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  39. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  40. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 14 years ago
  41. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 14 years ago
  42. 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  43. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  44. 4755ab0 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, by Victor Stinner · 14 years ago
  45. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 14 years ago
  46. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 14 years ago
  47. 1c3fd58 Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things. by Ezio Melotti · 14 years ago
  48. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  49. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  50. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  51. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 14 years ago
  52. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  53. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  54. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  55. 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
  56. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 14 years ago
  57. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 14 years ago
  58. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  59. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
  60. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
  61. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  62. 1114744 merge by Raymond Hettinger · 14 years ago
  63. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  64. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  65. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  66. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
  67. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 14 years ago
  68. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 14 years ago
  69. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
  70. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 14 years ago
  71. a8b0f9a Merge updates by Senthil Kumaran · 14 years ago
  72. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 14 years ago
  73. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  74. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
  75. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 14 years ago
  76. 628f980 Add NEWS item for #5162. by brian.curtin · 14 years ago
  77. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 14 years ago
  78. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  79. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  80. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 14 years ago
  81. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  82. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  83. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  84. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  85. 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
  86. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 14 years ago
  87. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 14 years ago
  88. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
  89. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  90. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  91. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  92. e788ace Fix some issue references in NEWS by Éric Araujo · 14 years ago
  93. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 14 years ago
  94. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  95. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago
  96. de91276 #11401: handle headers with no value. by R David Murray · 14 years ago
  97. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
  98. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  99. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  100. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago