1. a1b16ba Issue #13968: Fixed newly added recursive glob test. by Serhiy Storchaka · 10 years ago
  2. 2c16df2 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  3. 42d67af Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  4. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  5. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  6. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  7. 979f80b Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  8. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  9. 8ebf910 (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation by Victor Stinner · 10 years ago
  10. 31a3ec3 Issue #22338: Fix a crash in the json module on memory allocation failure. by Victor Stinner · 10 years ago
  11. eeca5f8 merge 3.4 (#22380) by Benjamin Peterson · 10 years ago
  12. 6d46dff y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  13. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  14. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  15. 9f69b86 Whitespace. by Stefan Krah · 10 years ago
  16. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  17. 082a9b1 Issue #22284: Merge 3.4 by Stefan Krah · 10 years ago
  18. 964feab Issue #22284: Update decimal.__all__ by Stefan Krah · 10 years ago
  19. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  20. bb1e3f1 A few tweaks for issue16662 based on feedback from Robert Collins. by Barry Warsaw · 10 years ago
  21. d78742a - Issue #16662: load_tests() is now unconditionally run when it is present in by Barry Warsaw · 10 years ago
  22. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 10 years ago
  23. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  24. 87a2803 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  25. 8f0a1d0 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  26. 1ba003f Null merge by Serhiy Storchaka · 10 years ago
  27. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  28. fa9be4f Issue #22131: Modernized the code of the uuid module. by Serhiy Storchaka · 10 years ago
  29. 9145302 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  30. f54c350 Issue #19524: Fixed resource leak in the HTTP connection when an invalid by Serhiy Storchaka · 10 years ago
  31. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  32. 4a4b679 Merge issue #22295 fix from 3.4 by Nick Coghlan · 10 years ago
  33. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  34. e0047cc Null merge from 3.4 backport by Nick Coghlan · 10 years ago
  35. af117ed Issue #22346: also include asyncio PEP 411 notice in 3.4 by Nick Coghlan · 10 years ago
  36. 779d453 Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346. by Guido van Rossum · 10 years ago
  37. cde69cd Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
  38. 1ff32a9 Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
  39. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  40. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  41. 0e39524 Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  42. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  43. 67c719b Silenced some warnings about comparison between signed and unsigned integer by Serhiy Storchaka · 10 years ago
  44. 2ee44f7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  45. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  46. 8f4ec8d Issue #22290: PyObject_Call() now fails with an assertion error when called by Victor Stinner · 10 years ago
  47. 47e4042 Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Antoine Pitrou · 10 years ago
  48. 60a64d6 Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory by Victor Stinner · 10 years ago
  49. 53c87d1 Merge fix for #19546: configparser exceptions leak implementation details by Łukasz Langa · 10 years ago
  50. 949053b Fix #19546: onfigparser exceptions expose implementation details. Patch by Claudiu Popa. by Łukasz Langa · 10 years ago
  51. ece38d9 Issue #22334: Add debug traces to test_tcl by Victor Stinner · 10 years ago
  52. b39b918 Issue #22333: Add debug traces to test_threaded_import by Victor Stinner · 10 years ago
  53. 654c037 Issue #22258: Fix typo in Misc/NEWS by Victor Stinner · 10 years ago
  54. f294681 NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  55. be74668d NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  56. e1562b5 merge with 3.4 by Terry Jan Reedy · 10 years ago
  57. 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
  58. 2fd145a Merge with 3.4 by Terry Jan Reedy · 10 years ago
  59. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  60. 8231d55 Fix timeout in test.fork_wait by Victor Stinner · 10 years ago
  61. 150b06f (Merge 3.4) Issue #21440: test_zipfile: replace last direct calls to by Victor Stinner · 10 years ago
  62. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  63. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  64. cde4517 (Merge 3.4) Issue #20957: test_smtpnet now uses support.transient_internet() to by Victor Stinner · 10 years ago
  65. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
  66. e96c83b (Merge 3.4) Issue #22332: test_multiprocessing_main_handling is now skipped if by Victor Stinner · 10 years ago
  67. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  68. a6b6bba (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD older by Victor Stinner · 10 years ago
  69. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  70. a4cc528 Issue #21933: Merge with 3.4 by Terry Jan Reedy · 10 years ago
  71. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  72. 5789cfb Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip by Victor Stinner · 10 years ago
  73. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  74. 9bb758c Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY by Victor Stinner · 10 years ago
  75. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
  76. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  77. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  78. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  79. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  80. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  81. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  82. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  83. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  84. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  85. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  86. 5791a54 pytime.h: remove duplicated "#ifndef Py_LIMITED_API" by Victor Stinner · 10 years ago
  87. cfd4661 Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.) by Guido van Rossum · 10 years ago
  88. 8257b62 (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on by Victor Stinner · 10 years ago
  89. 7809569 sigma actually works in latex... by Benjamin Peterson · 10 years ago
  90. 7df46aa try to pick a unicode char that latex understands by Benjamin Peterson · 10 years ago
  91. 5fb161f a more universal unicode char example by Benjamin Peterson · 10 years ago
  92. 9425c05 Remove unused imports. by Berker Peksag · 10 years ago
  93. c85b7d3 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  94. a847edd Issue #22320: merge from 3.4 by Ned Deily · 10 years ago
  95. 71a8eed Merge with 3.4; Closes #22315 by Jason R. Coombs · 10 years ago
  96. c49a6aa merge 3.4 by Benjamin Peterson · 10 years ago
  97. de993bd (Merge 3.4) asyncio, Tulip issue 205: Fix a race condition in by Victor Stinner · 10 years ago
  98. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
  99. 41c13ce (Merge 3.4) Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  100. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago