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