1. c37a4fd bump to 3.1.5 final by Benjamin Peterson · 12 years ago
  2. ba98788 bump to 3.1.5rc2 by Benjamin Peterson · 12 years ago
  3. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 13 years ago
  4. 9571155 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 13 years ago
  5. 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 13 years ago
  6. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 13 years ago
  7. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  8. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  9. 2f7b286 Revert fix for #13807 mistakenly applied in this branch. by Vinay Sajip · 13 years ago
  10. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 13 years ago
  11. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  12. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  13. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  14. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  15. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  16. afa44a8 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  17. d858df2 bump to 3.1.4 by Benjamin Peterson · 13 years ago
  18. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  19. e6eafa2 Issue #10801: Fix test_unicode_filenames() of test_zipfile by Victor Stinner · 13 years ago
  20. 5f250fb update pydoc-topics by Benjamin Peterson · 13 years ago
  21. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 13 years ago
  22. e4427bf Branch merge by Éric Araujo · 13 years ago
  23. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  24. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  25. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  26. dec2067 Branch merge by Éric Araujo · 13 years ago
  27. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  28. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  29. 29ef006 Branch merge by Éric Araujo · 13 years ago
  30. 8fdfc20 Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  31. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  32. f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 13 years ago
  33. a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 13 years ago
  34. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  35. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  36. 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  37. 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 13 years ago
  38. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  39. ae8856f Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python by Victor Stinner · 13 years ago
  40. ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 13 years ago
  41. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 13 years ago
  42. e98f177 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 13 years ago
  43. 272e243 Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 13 years ago
  44. 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 13 years ago
  45. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  46. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 13 years ago
  47. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  48. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  49. dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  50. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  51. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  52. fc778fd #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 13 years ago
  53. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 13 years ago
  54. fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 13 years ago
  55. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  56. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  57. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  58. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 13 years ago
  59. 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  60. ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 13 years ago
  61. f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  62. 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 13 years ago
  63. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  64. 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 13 years ago
  65. 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 13 years ago
  66. 4d1cd0a Merge by Antoine Pitrou · 13 years ago
  67. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 13 years ago
  68. fde86ff merge by Giampaolo Rodola' · 13 years ago
  69. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 13 years ago
  70. 63e4230 #5421: add tests. by Ezio Melotti · 13 years ago
  71. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 13 years ago
  72. 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 13 years ago
  73. 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 13 years ago
  74. ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 13 years ago
  75. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  76. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 13 years ago
  77. fc5ed80 #8158: add missing 'description' description to optparse docstring. by R David Murray · 13 years ago
  78. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  79. 39f180b Fix display of html.parser.HTMLParser.feed docstring by Éric Araujo · 13 years ago
  80. a4e2d4f Add missing name in pkgutil.__all__ by Éric Araujo · 13 years ago
  81. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  82. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  83. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 13 years ago
  84. 8b8e7f4 Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the by Brian Curtin · 13 years ago
  85. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 13 years ago
  86. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 13 years ago
  87. b185a04 #11926: add missing keywords to help("keywords"). by Ezio Melotti · 13 years ago
  88. 9a42793 Branch merge by Éric Araujo · 13 years ago
  89. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  90. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  91. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  92. 2bad92d Remove obsolete/duplicate docstring by Éric Araujo · 13 years ago
  93. 5348b63 Branch merge by Éric Araujo · 13 years ago
  94. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  95. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  96. ad0790e Branch merge by Éric Araujo · 13 years ago
  97. f8e1b60 Add docstring to dbm.open by Éric Araujo · 13 years ago
  98. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  99. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  100. 1114744 merge by Raymond Hettinger · 13 years ago