1. 583baa8 Issue #20196: Fixed a bug where Argument Clinic did not generate correct by Larry Hastings · 11 years ago
  2. a70805e Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns by Ethan Furman · 11 years ago
  3. 61dab6e Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  4. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 11 years ago
  5. c8dadc3 Fixed incorrect merge in 1638360eea41. by Serhiy Storchaka · 11 years ago
  6. f9bba9c Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X by Ethan Furman · 11 years ago
  7. 57bc1e2 merge with 3.3 by Georg Brandl · 11 years ago
  8. 55c9e03 merge heads by Georg Brandl · 11 years ago
  9. 6392ad9 Doc: update Sphinx toolchain also in make.bat by Georg Brandl · 11 years ago
  10. d87346c merge from 3.3 by Senthil Kumaran · 11 years ago
  11. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 11 years ago
  12. 932c345 Merge with 3.3 by Georg Brandl · 11 years ago
  13. 5636eb7 Update Sphinx toolchain. by Georg Brandl · 11 years ago
  14. fa5a765 Fix minor markup bug: sub-toctrees should not have :numbered: by Georg Brandl · 11 years ago
  15. 07bc372 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  16. 2f26c22 tkinter.Text.debug() now always returns 0/1. by Serhiy Storchaka · 11 years ago
  17. f4c9664 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  18. 02d5db2 Fixed the serve.py script. by Serhiy Storchaka · 11 years ago
  19. 5e42354 Fix ResourceWarning in test_asyncio.test_windows_events: by Victor Stinner · 11 years ago
  20. 7de2646 Cleanup properly proactor event loop by Victor Stinner · 11 years ago
  21. c8935fe Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  22. e0837a0 Try to fix some ttk tests. Error messages were changed in 8.6b3. by Serhiy Storchaka · 11 years ago
  23. 02757ea asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. by Guido van Rossum · 11 years ago
  24. 4835f17 asyncio: Fix race in subprocess transport, by Victor Stinner. by Guido van Rossum · 11 years ago
  25. efef9d3 asyncio: Tiny cleanup in streams.py. by Guido van Rossum · 11 years ago
  26. 2407f3b asyncio: Don't special-case GeneratorExit in Condition.wait(). by Guido van Rossum · 11 years ago
  27. d9b77c5 null merge from 3.3 by Benjamin Peterson · 11 years ago
  28. 4637538 fix build when SCHED_SPORADIC is defined (closes #20217) by Benjamin Peterson · 11 years ago
  29. 50471db Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  30. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  31. a6dec2e Remove an unneeded cast. by Brett Cannon · 11 years ago
  32. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  33. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  34. c1cb227 Closes #20200: Argument Clinic custom converter example should be in a by Zachary Ware · 11 years ago
  35. 4caa61d Issue #20152: import.c now uses Argument Clinic. by Brett Cannon · 11 years ago
  36. eb16804 assertEquals is deprecated, use assertEqual instead. by Antoine Pitrou · 11 years ago
  37. 123e6d5 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  38. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  39. ba44860 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  40. 32c4915 Try to fix test_ssl failures on some buildbots by Antoine Pitrou · 11 years ago
  41. 78ace81 Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  42. 2f7c316 Remove conditional: it is useless at this point (OpenSSL headers are not yet included) by Antoine Pitrou · 11 years ago
  43. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 11 years ago
  44. 5940b92 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  45. 1064a13 Do not reset the line number because we already set file position to correct by Serhiy Storchaka · 11 years ago
  46. a118c4f merge 3.3 by Benjamin Peterson · 11 years ago
  47. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  48. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  49. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  50. 766e10c merge 3.3 by Benjamin Peterson · 11 years ago
  51. 21e7d4c fix zipimport ref leak by Benjamin Peterson · 11 years ago
  52. 69fdbf9 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  53. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  54. 0ae7ae1 whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error. by R David Murray · 11 years ago
  55. fdc58fd Merge: Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  56. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 11 years ago
  57. 66bf12a whatsnew: FileIO.readall performance, os.cpu_count. by R David Murray · 11 years ago
  58. 6f17deb (Merge 3.3) Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  59. cd5ca6a Issue #20113: Fix test_posix on OpenIndiana by Victor Stinner · 11 years ago
  60. 149e540 (Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError by Victor Stinner · 11 years ago
  61. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 11 years ago
  62. e4314e0 Issue 19713: Remove PEP 451-related code that should have been factored out. by Eric Snow · 11 years ago
  63. 2e385e2 Fixes issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  64. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 11 years ago
  65. 6188bd4 Fix typo in asyncio/streams.py. by Guido van Rossum · 11 years ago
  66. df7c22b Issue #19723: Missed one conversion to the new Argument Clinic syntax. by Larry Hastings · 11 years ago
  67. e483d16 Issue #19723: Fix issue number typo in Misc/NEWS by Zachary Ware · 11 years ago
  68. b05cbe6 Issue #12837: Silence a Clang compiler warning on OS X. by Brett Cannon · 11 years ago
  69. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 11 years ago
  70. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  71. 9026113 Issue #20157: When Argument Clinic renames a parameter because its name by Larry Hastings · 11 years ago
  72. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  73. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  74. 0bce6e7 whatsnew: expand 'dis' entry. by R David Murray · 11 years ago
  75. 985b8db Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  76. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 11 years ago
  77. 9ca21b3 Issue #20096: Update the Python 2/3 porting HOWTO to focus on by Brett Cannon · 11 years ago
  78. cc26310 Issue #20162: test_hash_distribution() uses subTest() to mention the prefix in by Victor Stinner · 11 years ago
  79. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  80. 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 11 years ago
  81. 3a62d14 Issue #19703: Update pydoc to use the new importer APIs. by Eric Snow · 11 years ago
  82. 3192eac Remove dead PEP 451 code. by Eric Snow · 11 years ago
  83. 3845521 asyncio: Fix deadlock in readexactly(). Fixes issue #20154. by Guido van Rossum · 11 years ago
  84. a101bdb whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. by R David Murray · 11 years ago
  85. 9835827 whatsnew: pydoc.Scanner removal, check_output input parm, operator.py. by R David Murray · 11 years ago
  86. eb31e9d Issue #20143: The line numbers reported in Argument Clinic errors are by Larry Hastings · 11 years ago
  87. 3f144c2 Issue #20142: Py_buffer variables generated by Argument Clinic are now by Larry Hastings · 11 years ago
  88. b7f5dca Merge 3.4.0b2 release revisions back into mainline. by Larry Hastings · 11 years ago
  89. e7ee44e Post-release engineering; updated NEWS and version string. by Larry Hastings · 11 years ago
  90. 74fc8c4 Add comments to frozenset_hash(). by Raymond Hettinger · 11 years ago
  91. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  92. d10ccfb Added tag v3.4.0b2 for changeset ba32913eb13e by Larry Hastings · 11 years ago
  93. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 11 years ago
  94. bfd715e Regenerated pydoc/topics.py, and fix a "suspicious" doc error. by Larry Hastings · 11 years ago
  95. 6d2ea21 Argument Clinic: fixed test suite, improved howto. by Larry Hastings · 11 years ago
  96. 5ea9750 Issue 20123: Disable a problematic test. by Eric Snow · 11 years ago
  97. 1d8bd67 Fix news entry to use updated name for XMLPullParser. by R David Murray · 11 years ago
  98. 0dddf42 Issue 20123: try using a different builtin module in a pydoc test. by Eric Snow · 11 years ago
  99. 410d320 whatsnew: XMLPullParser, plus some doc updates. by R David Murray · 11 years ago
  100. aed5b22 Issue 20123: Fix pydoc.synopsis() for "binary" modules. by Eric Snow · 11 years ago