1. dfdd2f7 Closes #18159: ConfigParser getters not available on SectionProxy by Łukasz Langa · 10 years ago
  2. 34cea14 Fix full-stop whitespace in configparser docs by Łukasz Langa · 10 years ago
  3. 45759a3 Issue #17095: merge from 3.4 by Ned Deily · 10 years ago
  4. ad24d62 Issue #17095: Temporarily revert getpath.c change that added the Modules by Ned Deily · 10 years ago
  5. 02a8f9e Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. by Vinay Sajip · 10 years ago
  6. 4ff91eb Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  7. 9502487 Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  8. f42cbff Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  9. d9cf65f Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  10. d1b440a Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
  11. a25875c Fixed re tests incorrectly ported from 2.x to 3.x. by Serhiy Storchaka · 10 years ago
  12. 2ebdb2c Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
  13. 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
  14. 50ff858 merge 3.4 by Benjamin Peterson · 10 years ago
  15. 7c8b89e make hg link secure by Benjamin Peterson · 10 years ago
  16. 08d4a4f inspect.Signature: Fix discrepancy between __eq__ and __hash__. by Yury Selivanov · 10 years ago
  17. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  18. a56411e Closes #22386: merged fix from 3.4. by Vinay Sajip · 10 years ago
  19. d1d4fbf Issue #22386: fixed regression. by Vinay Sajip · 10 years ago
  20. ee6c3c7 Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter by Victor Stinner · 10 years ago
  21. a1b16ba Issue #13968: Fixed newly added recursive glob test. by Serhiy Storchaka · 10 years ago
  22. 2c16df2 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  23. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  24. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  25. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  26. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  27. 979f80b Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  28. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  29. 8ebf910 (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation by Victor Stinner · 10 years ago
  30. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
  31. eeca5f8 merge 3.4 (#22380) by Benjamin Peterson · 10 years ago
  32. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  33. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  34. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  35. 9f69b86 Whitespace. by Stefan Krah · 10 years ago
  36. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  37. 082a9b1 Issue #22284: Merge 3.4 by Stefan Krah · 10 years ago
  38. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
  39. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  40. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  41. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  42. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 10 years ago
  43. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  44. 87a2803 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  45. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  46. 1ba003f Null merge by Serhiy Storchaka · 10 years ago
  47. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  48. fa9be4f Issue #22131: Modernized the code of the uuid module. by Serhiy Storchaka · 10 years ago
  49. 9145302 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  50. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  51. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  52. 4a4b679 Merge issue #22295 fix from 3.4 by Nick Coghlan · 10 years ago
  53. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  54. e0047cc Null merge from 3.4 backport by Nick Coghlan · 10 years ago
  55. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  56. 779d453 Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346. by Guido van Rossum · 10 years ago
  57. cde69cd Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
  58. 1ff32a9 Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
  59. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  60. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  61. 0e39524 Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  62. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  63. 67c719b Silenced some warnings about comparison between signed and unsigned integer by Serhiy Storchaka · 10 years ago
  64. 2ee44f7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  65. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  66. 8f4ec8d Issue #22290: PyObject_Call() now fails with an assertion error when called by Victor Stinner · 10 years ago
  67. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  68. 60a64d6 Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory by Victor Stinner · 10 years ago
  69. 53c87d1 Merge fix for #19546: configparser exceptions leak implementation details by Łukasz Langa · 10 years ago
  70. 949053b Fix #19546: onfigparser exceptions expose implementation details. Patch by Claudiu Popa. by Łukasz Langa · 10 years ago
  71. ece38d9 Issue #22334: Add debug traces to test_tcl by Victor Stinner · 10 years ago
  72. b39b918 Issue #22333: Add debug traces to test_threaded_import by Victor Stinner · 10 years ago
  73. 654c037 Issue #22258: Fix typo in Misc/NEWS by Victor Stinner · 10 years ago
  74. f294681 NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  75. be74668d NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  76. e1562b5 merge with 3.4 by Terry Jan Reedy · 10 years ago
  77. 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
  78. 2fd145a Merge with 3.4 by Terry Jan Reedy · 10 years ago
  79. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  80. 8231d55 Fix timeout in test.fork_wait by Victor Stinner · 10 years ago
  81. 150b06f (Merge 3.4) Issue #21440: test_zipfile: replace last direct calls to by Victor Stinner · 10 years ago
  82. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  83. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  84. cde4517 (Merge 3.4) Issue #20957: test_smtpnet now uses support.transient_internet() to by Victor Stinner · 10 years ago
  85. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
  86. e96c83b (Merge 3.4) Issue #22332: test_multiprocessing_main_handling is now skipped if by Victor Stinner · 10 years ago
  87. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  88. a6b6bba (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD older by Victor Stinner · 10 years ago
  89. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  90. a4cc528 Issue #21933: Merge with 3.4 by Terry Jan Reedy · 10 years ago
  91. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  92. 5789cfb Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip by Victor Stinner · 10 years ago
  93. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  94. 9bb758c Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY by Victor Stinner · 10 years ago
  95. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
  96. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  97. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  98. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  99. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  100. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago