1. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 12 years ago v3.4.0rc1
  2. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 12 years ago
  3. 1c143b1 Issue #20505: Add debug info to analyze sporaric failures of by Victor Stinner · 12 years ago
  4. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  5. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 12 years ago
  6. 3633ce3 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. by Victor Stinner · 12 years ago
  7. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 12 years ago
  8. 09f08fe asyncio: Remove more relics of resolution/granularity. by Guido van Rossum · 12 years ago
  9. 0c3949c asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent by Victor Stinner · 12 years ago
  10. 313f829 asyncio: Test fix. by Guido van Rossum · 12 years ago
  11. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 12 years ago
  12. 87bf277 asyncio tests: Remove scories of resolution/granularity by Victor Stinner · 12 years ago
  13. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  14. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  15. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
  16. 0c1e31a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
  17. ca1b794 Close issue20534: all pickle protocols now supported. by Ethan Furman · 12 years ago
  18. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
  19. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
  20. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
  21. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
  22. 99b1f2b Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 12 years ago
  23. 7c389e2 Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 12 years ago
  24. c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  25. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  26. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 12 years ago
  27. aad0ea0 Merge fix for #18805 from 3.3 by Nick Coghlan · 12 years ago
  28. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 12 years ago
  29. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 12 years ago
  30. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 12 years ago
  31. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 12 years ago
  32. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 12 years ago
  33. 6c9678e Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 12 years ago
  34. 3a20a5d Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 12 years ago
  35. 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
  36. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
  37. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 12 years ago
  38. 57e4127 Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. by Terry Jan Reedy · 12 years ago
  39. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 12 years ago
  40. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 12 years ago
  41. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
  42. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
  43. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  44. 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  45. feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 12 years ago
  46. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 12 years ago
  47. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 12 years ago
  48. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 12 years ago
  49. 3e7cc03 Issue #20505: add debug info by Victor Stinner · 12 years ago
  50. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 12 years ago
  51. 11c5afd Issue #20053: Mark as an expected failure for 3.4 by Nick Coghlan · 12 years ago
  52. 96252cd Issue 20542: Temporarily skip failing test by Nick Coghlan · 12 years ago
  53. d49fa5e Issue #20053: Actually test relevant assumption by Nick Coghlan · 12 years ago
  54. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  55. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  56. 622be34 asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines by Yury Selivanov · 12 years ago
  57. 2ddb39a Close issue20534: test_enum now tests all supported pickle protocols (2 - HIGHEST_PROTOCOL, inclusive). by Ethan Furman · 12 years ago
  58. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 12 years ago
  59. eee44f2 Issue #3158: Provide a couple of fallbacks for in case a method_descriptor by Zachary Ware · 12 years ago
  60. a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 12 years ago
  61. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 12 years ago
  62. a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o by Serhiy Storchaka · 12 years ago
  63. f317cb7 asyncio.tasks.gather: Fix docstring by Yury Selivanov · 12 years ago
  64. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 12 years ago
  65. 3dcb0cf Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 12 years ago
  66. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 12 years ago
  67. f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method by Yury Selivanov · 12 years ago
  68. e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data by Yury Selivanov · 12 years ago
  69. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
  70. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
  71. 4d5d69d TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version. by Eric V. Smith · 12 years ago
  72. 456ab5d Issue #20053: new test to check an assumption by Nick Coghlan · 12 years ago
  73. 780145d Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 12 years ago
  74. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 12 years ago
  75. 3b55f0c asyncio: Cosmetic improvement to test__run_once_logging() mock argument. by Guido van Rossum · 12 years ago
  76. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 12 years ago
  77. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 12 years ago
  78. 83bdfa0 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 12 years ago
  79. 1703bbb Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with by Victor Stinner · 12 years ago
  80. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 12 years ago
  81. cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
  82. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
  83. 08df295 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 12 years ago
  84. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 12 years ago
  85. c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
  86. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
  87. 512259b Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 12 years ago
  88. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 12 years ago
  89. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
  90. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
  91. 1b7c931 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 12 years ago
  92. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 12 years ago
  93. 7d2bfed inspect.signature: Add (restore) support for builtin classes #20473 by Yury Selivanov · 12 years ago
  94. 9dd39f5 Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 by Victor Stinner · 12 years ago
  95. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  96. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  97. 9a3424b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 12 years ago
  98. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 12 years ago
  99. 85f1074 merge 3.3 (#20102) by Benjamin Peterson · 12 years ago
  100. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 12 years ago