1. 7fddb4b Added tag v3.1.5 for changeset 7395330e495e by Benjamin Peterson · 12 years ago
  2. c37a4fd bump to 3.1.5 final by Benjamin Peterson · 12 years ago
  3. d6c75b5 Added tag v3.1.5rc2 for changeset 75db2bc69fc9 by Benjamin Peterson · 12 years ago
  4. c7536c4 merge heads by Benjamin Peterson · 12 years ago
  5. ba98788 bump to 3.1.5rc2 by Benjamin Peterson · 12 years ago
  6. 20b303e merge heads by Matthias Klose · 12 years ago
  7. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  8. 1be7cd0 move the Misc/NEWS entry to the right section. by Gregory P. Smith · 12 years ago
  9. 8e91cf6 Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 12 years ago
  10. 273cd18 update copyright year by Benjamin Peterson · 12 years ago
  11. 31833d4 Added tag v3.1.5rc1 for changeset ee26aca3219c by Benjamin Peterson · 12 years ago
  12. 36a6558 version now 3.1.5rc1 by Benjamin Peterson · 12 years ago
  13. c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 12 years ago
  14. 69e9727 ensure no one tries to hash things before the random seed is found by Benjamin Peterson · 12 years ago
  15. 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 · 12 years ago
  16. 7c573f7 Fix dbm_gnu test relying on set order. by Georg Brandl · 12 years ago
  17. 06b1c4f Fix typo. by Georg Brandl · 12 years ago
  18. 12897d7 Fix typo in conditional. by Georg Brandl · 12 years ago
  19. a3ed11b don't rely on the order of module clearing by Benjamin Peterson · 12 years ago
  20. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  21. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  22. 2f7b286 Revert fix for #13807 mistakenly applied in this branch. by Vinay Sajip · 12 years ago
  23. f2bf8a6 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 12 years ago
  24. 889bb29 Closes #13807: Now checks for sys.stderr being there before writing to it. by Vinay Sajip · 12 years ago
  25. b462da8 fix this to not depend on dictionary order by Benjamin Peterson · 13 years ago
  26. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  27. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  28. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  29. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  30. afa44a8 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  31. 40d9ebe Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. by Mark Dickinson · 13 years ago
  32. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  33. acde6a0 onto 3.1.5 by Benjamin Peterson · 13 years ago
  34. f2ff305 Added tag v3.1.4 for changeset c918ec9f3a76 by Benjamin Peterson · 13 years ago
  35. d858df2 bump to 3.1.4 by Benjamin Peterson · 13 years ago
  36. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  37. e6eafa2 Issue #10801: Fix test_unicode_filenames() of test_zipfile by Victor Stinner · 13 years ago
  38. 721bb33 Add 3.1.4 UUIDs. by Martin v. Löwis · 13 years ago
  39. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  40. 52e6144 return NULL on error by Benjamin Peterson · 13 years ago
  41. a22c98d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  42. bb11bb0 Added tag v3.1.4rc1 for changeset 32fcb9e94985 by Benjamin Peterson · 13 years ago
  43. 5f250fb update pydoc-topics by Benjamin Peterson · 13 years ago
  44. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 13 years ago
  45. e4427bf Branch merge by Éric Araujo · 13 years ago
  46. d5a9196 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 13 years ago
  47. 87418af Fix typo in 0311f62714f7 by Éric Araujo · 13 years ago
  48. 6a21f55 Don’t misuse “package data” in pprint example by Éric Araujo · 13 years ago
  49. 456ae89 Re-add missing doc stub for the distutils check command by Éric Araujo · 13 years ago
  50. 000893f Minor touch-ups in distutils.cmd.Command doc by Éric Araujo · 13 years ago
  51. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  52. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  53. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  54. 0a5dad9 fix spacing by Benjamin Peterson · 13 years ago
  55. 74897ba fix indentation by Benjamin Peterson · 13 years ago
  56. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  57. e0854f9 Add missing closing paren by Éric Araujo · 13 years ago
  58. dec2067 Branch merge by Éric Araujo · 13 years ago
  59. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  60. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  61. 29ef006 Branch merge by Éric Araujo · 13 years ago
  62. 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 13 years ago
  63. 8fdfc20 Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  64. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  65. f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 13 years ago
  66. fbe56bb use '->' to indicate return values by Benjamin Peterson · 13 years ago
  67. a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 13 years ago
  68. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  69. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  70. 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  71. 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 13 years ago
  72. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  73. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  74. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  75. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  76. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  77. ae8856f Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python by Victor Stinner · 13 years ago
  78. ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 13 years ago
  79. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 13 years ago
  80. e98f177 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 13 years ago
  81. 272e243 Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 13 years ago
  82. 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 13 years ago
  83. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 13 years ago
  84. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 13 years ago
  85. 2ec6b17 Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. by Victor Stinner · 13 years ago
  86. 0b2489e Closes #6498: fix several misspellings of "SystemExit" as "SystemError". by Georg Brandl · 13 years ago
  87. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  88. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  89. 84aacf8 Merge heads by Kurt B. Kaiser · 13 years ago
  90. dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 13 years ago
  91. 4ad78ab pprint usage example rethought. by Łukasz Langa · 13 years ago
  92. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  93. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  94. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  95. fc778fd #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 13 years ago
  96. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 13 years ago
  97. fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 13 years ago
  98. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  99. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 13 years ago
  100. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago