1. 7bd0486 merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  2. b523129 #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. by R David Murray · 12 years ago
  3. 8eee081 Update Misc/NEWS for issue #16076 by Eli Bendersky · 12 years ago
  4. e6174ca Issue #16913: Fix Element.itertext()'s handling of text with XML entities. by Eli Bendersky · 12 years ago
  5. 0dceb56 #16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  6. 2688e81 #16905: test_bufio now works with unittest test discovery. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  7. b21af55 #16898: test_bufio now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  8. 1d3e96d #16888: test_array now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  9. 47236db #16896: test_asyncore now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  10. f472a90 #16897: test_bisect now works with unittest test discovery. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  11. d0dfe9a #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  12. 0c270a8 correct static string clearing loop (closes #16906) by Benjamin Peterson · 12 years ago
  13. 7131749 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  14. 78470b4 Issue #16491: IDLE now prints chained exception tracebacks. by Serhiy Storchaka · 12 years ago
  15. ae3b32a Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  16. 48e188e Issue #11461: Fix the incremental UTF-16 decoder. Original patch by by Serhiy Storchaka · 12 years ago
  17. 1aa004b Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  18. f6fd794 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  19. a2ad5c3 Issue #15972: Fix error messages when os functions expecting a file name or by Serhiy Storchaka · 12 years ago
  20. 61dbb00 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  21. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  22. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  23. 6c83e73 Issue #16856: Fix a segmentation fault from calling repr() on a dict with by Serhiy Storchaka · 12 years ago
  24. f402e92 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in by Christian Heimes · 12 years ago
  25. 6f84659 (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. by Victor Stinner · 12 years ago
  26. c44057d Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  27. 7ae320d (Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  28. 20b654a Issue #16455: On FreeBSD and Solaris, if the locale is C, the by Victor Stinner · 12 years ago
  29. 791e464 Correction: issue #16828 also affects BZ2Compressor.compress(). by Nadeem Vawda · 12 years ago
  30. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  31. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 12 years ago
  32. 22ebb2d #16748: test_heapq now works with unittest test discovery. by Ezio Melotti · 12 years ago
  33. 89faf4f Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  34. ba1edf2 Fix incorrect grammar in Misc/NEWS. by Serhiy Storchaka · 12 years ago
  35. 32e258d Merge heads by Serhiy Storchaka · 12 years ago
  36. e48741a Merge heads by Serhiy Storchaka · 12 years ago
  37. b83a86a Misc/NEWS updated to tell about #16820 by Łukasz Langa · 12 years ago
  38. 844460d Misc/NEWS updated to tell about #14590 and #16820 by Łukasz Langa · 12 years ago
  39. e4110dc Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding by Victor Stinner · 12 years ago
  40. 4cf4f3a Issue #16541: tk_setPalette() now works with keyword arguments. by Serhiy Storchaka · 12 years ago
  41. eb6aa5c Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  42. 8c126d7 Issue #16819: IDLE method completion now correctly works for bytes literals. by Serhiy Storchaka · 12 years ago
  43. 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
  44. 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
  45. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  46. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  47. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 12 years ago
  48. 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
  49. 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
  50. f2b9cf4 Issue #16165: Fix sched.scheduler.run() method was block a scheduler for by Serhiy Storchaka · 12 years ago
  51. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  52. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  53. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  54. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  55. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  56. 9640ead another merge by Brian Curtin · 12 years ago
  57. 9eac6b3 Merge by Brian Curtin · 12 years ago
  58. e6bfa29 Merge 3.2 by Brian Curtin · 12 years ago
  59. 172e422 Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. by Brian Curtin · 12 years ago
  60. 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  61. 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 12 years ago
  62. 62cf69e Merge 3.2 by Brian Curtin · 12 years ago
  63. 12706f2 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. by Brian Curtin · 12 years ago
  64. 6f52027 #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  65. e26568f #16618: Make glob.glob match consistently across strings and bytes by Hynek Schlawack · 12 years ago
  66. 00679a7 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  67. 303eb47 Issue #16702: Skip proxies for localhost in urllib2_localnet tests by Senthil Kumaran · 12 years ago
  68. bd6667a Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  69. ed30199 Fix issue16713 - tel url parsing with params by Senthil Kumaran · 12 years ago
  70. 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  71. 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 12 years ago
  72. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  73. 159bb53 merge heads by Andrew Svetlov · 12 years ago
  74. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 12 years ago
  75. 0a6b9ec merge from 3.2 by Senthil Kumaran · 12 years ago
  76. 41e66a2 Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly by Senthil Kumaran · 12 years ago
  77. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 12 years ago
  78. 3d3daf0 improve message (#16597) by Benjamin Peterson · 12 years ago
  79. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  80. 5ff3f73 try to call __bytes__ before __index__ (closes #16722) by Benjamin Peterson · 12 years ago
  81. 896cb15 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  82. fc32788 Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka) by Giampaolo Rodola' · 12 years ago
  83. 08133c2 Merge 3.2 by Brian Curtin · 12 years ago
  84. 655b0c4 Fix #14901. Update the Windows FAQ. by Brian Curtin · 12 years ago
  85. 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
  86. 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
  87. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  88. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 12 years ago
  89. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  90. 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
  91. 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
  92. a0b315f Issue #16661: Fix the os.getgrouplist() test by not assuming that it by Ross Lagerwall · 12 years ago
  93. 954ac03 Cross compiling needs host and build settings. configure no longer by Christian Heimes · 12 years ago
  94. f19529c Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are by Christian Heimes · 12 years ago
  95. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  96. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  97. 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
  98. 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
  99. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  100. 24457c9 Branch merge by Éric Araujo · 12 years ago