1. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  2. 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  3. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  4. 791e464 Correction: issue #16828 also affects BZ2Compressor.compress(). by Nadeem Vawda · 12 years ago
  5. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  6. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  7. 22ebb2d #16748: test_heapq now works with unittest test discovery. by Ezio Melotti · 12 years ago
  8. c527037 add Tom Tromey to ACKS by Benjamin Peterson · 12 years ago
  9. 89faf4f Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  10. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  11. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  12. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  13. b83a86a Misc/NEWS updated to tell about #16820 by Łukasz Langa · 12 years ago
  14. 844460d Misc/NEWS updated to tell about #14590 and #16820 by Łukasz Langa · 12 years ago
  15. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  16. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  17. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  18. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  19. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  20. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  21. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  22. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  23. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  24. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 12 years ago
  25. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 12 years ago
  26. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 12 years ago
  27. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  28. f1b63c6 Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  29. 051722d Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. by Serhiy Storchaka · 12 years ago
  30. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  31. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  32. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  33. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  34. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  35. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  36. 9640ead another merge by Brian Curtin · 12 years ago
  37. 9eac6b3 Merge by Brian Curtin · 12 years ago
  38. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago
  39. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  40. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  41. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  42. 62cf69e Merge 3.2 by Brian Curtin · 12 years ago
  43. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  44. 6f52027 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  45. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  46. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  47. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  48. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  49. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  50. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  51. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  52. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  53. 159bb53 merge heads by Andrew Svetlov · 12 years ago
  54. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  55. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  56. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  57. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  58. 3d3daf0 improve message (#16597) by Benjamin Peterson · 12 years ago
  59. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  60. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  61. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  62. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  63. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  64. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  65. 3c331bb7 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  66. 3d068b2 Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. by Antoine Pitrou · 12 years ago
  67. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  68. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  69. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  70. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  71. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  72. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  73. 954ac03 Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  74. f19529c Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  75. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  76. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  77. 373528f Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  78. 7ec3a32 Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. by Antoine Pitrou · 12 years ago
  79. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  80. 24457c9 Branch merge by Éric Araujo · 12 years ago
  81. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  82. f93ed3f Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  83. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 12 years ago
  84. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  85. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  86. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  87. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 12 years ago
  88. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  89. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  90. 12f33df Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  91. 305e1a7 Issue #16628: Fix a memory leak in ctypes.resize(). by Antoine Pitrou · 12 years ago
  92. 1dfb5c1 Merge issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  93. 539ee5d Issue #13120: Allow to call pdb.set_trace() from thread. by Andrew Svetlov · 12 years ago
  94. 2660e42 (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  95. 27b1ca2 Issue #16416: On Mac OS X, operating system data are now always by Victor Stinner · 12 years ago
  96. 47a00f3 support encoding error handlers that return bytes (closes #16585) by Benjamin Peterson · 12 years ago
  97. 9a2b267 Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  98. 43fb54c Issue #10182: The re module doesn't truncate indices to 32 bits anymore. by Antoine Pitrou · 12 years ago
  99. 17485bf Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago
  100. 56379c0 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 12 years ago