1. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 12 years ago v3.4.0b1
  2. 37b7900 Updated pydoc topics for 3.4.0b1. by Larry Hastings · 12 years ago
  3. f6eb31f Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 12 years ago
  4. 3ab9cfc Selectively re-enable framing tests by Antoine Pitrou · 12 years ago
  5. c49477b Make Ellipsis and NotImplemented picklable through the reduce protocol. by Alexandre Vassalotti · 12 years ago
  6. 4c05d3b Make built-in methods picklable through the reduce protocol. by Alexandre Vassalotti · 12 years ago
  7. 7119b45 Issue #3158: Relax new doctests a bit. by Zachary Ware · 12 years ago
  8. fe94d8a Merge heads by Zachary Ware · 12 years ago
  9. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 12 years ago
  10. 1d1d834 Issue #19734: Also run pip version check in isolated mode by Nick Coghlan · 12 years ago
  11. 091167c Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV by Nick Coghlan · 12 years ago
  12. 5e411b7 Disable annoying tests which doesn't work optimized pickles. by Alexandre Vassalotti · 12 years ago
  13. b6a2f2a Make framing optional in pickle protocol 4. by Alexandre Vassalotti · 12 years ago
  14. 1889623 Issue #19734: ctypes resource management fixes by Nick Coghlan · 12 years ago
  15. 878d258 Issue #19744 (temp workaround): without ssl, skip pip test by Nick Coghlan · 12 years ago
  16. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 12 years ago
  17. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 12 years ago
  18. fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. by Larry Hastings · 12 years ago
  19. 3b7b1e5 Try to fix test_tarfile under Windows by Antoine Pitrou · 12 years ago
  20. 5e8c809 Build a list of supported test tarfiles dynamically for CLI "test" command by Serhiy Storchaka · 12 years ago
  21. c8635b4 Don't attempt to run the _opcode test if it wasn't built. by Larry Hastings · 12 years ago
  22. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 12 years ago
  23. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 12 years ago
  24. 7fa6e1a Keep asyncio working with Python 3.3 too. by Guido van Rossum · 12 years ago
  25. 085869b asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore. by Guido van Rossum · 12 years ago
  26. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 12 years ago
  27. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 12 years ago
  28. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 12 years ago
  29. a7fbf58 Merge heads by Serhiy Storchaka · 12 years ago
  30. 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 12 years ago
  31. 057e58d Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests. by Gregory P. Smith · 12 years ago
  32. d5df194 test_pickle: speed up test_long by Antoine Pitrou · 12 years ago
  33. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 12 years ago
  34. dd52c5a Merge heads by Serhiy Storchaka · 12 years ago
  35. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 12 years ago
  36. 8f2ee6e Fix writing out 64-bit size fields on 32-bit builds by Antoine Pitrou · 12 years ago
  37. d41c343 asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). by Guido van Rossum · 12 years ago
  38. 488b0da Fix typo. by Guido van Rossum · 12 years ago
  39. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 12 years ago
  40. 7cd9fbe Fix whitespace by Antoine Pitrou · 12 years ago
  41. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 12 years ago
  42. 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 12 years ago
  43. e7f87e1 Fixed incorrectly applying a patch for issue19668. by Serhiy Storchaka · 12 years ago
  44. 94097b0 Relax timing even more, hopefully again fixes issue 19579. by Guido van Rossum · 12 years ago
  45. 434d27a Merge heads by Serhiy Storchaka · 12 years ago
  46. 0da64f7 Isue #19634: test_y_before_1900() is expected to fail on Solaris by Victor Stinner · 12 years ago
  47. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 12 years ago
  48. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 12 years ago
  49. 5de397e merge by Christian Heimes · 12 years ago
  50. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 12 years ago
  51. 2cf3917 Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows by Antoine Pitrou · 12 years ago
  52. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 12 years ago
  53. 8b78493 Issue #19716: add a test that Path.touch() doesn't change a file's contents. by Antoine Pitrou · 12 years ago
  54. 7e45d25 Merge heads by Serhiy Storchaka · 12 years ago
  55. 514afeb Merge by Michael Foord · 12 years ago
  56. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 12 years ago
  57. d311366 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 12 years ago
  58. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 12 years ago
  59. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 12 years ago
  60. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 12 years ago
  61. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 12 years ago
  62. dec4338 Fix transport docstrings by Antoine Pitrou · 12 years ago
  63. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 12 years ago
  64. d76cdc1 Close #19694: venv now runs ensurepip in isolated mode by Nick Coghlan · 12 years ago
  65. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 12 years ago
  66. 12820c0 Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround by Antoine Pitrou · 12 years ago
  67. c3055be Trying other strategy for #19715: use utime(..., None) by Antoine Pitrou · 12 years ago
  68. bb6694d Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?) by Antoine Pitrou · 12 years ago
  69. 6c86181 Issue #19715: Ensure that consecutive calls to monotonic() are monotonic by Victor Stinner · 12 years ago
  70. 0f57564 Try to debug issue #19715 by Antoine Pitrou · 12 years ago
  71. 2dd38fb Issue #19718: add one more globbing test under POSIX by Antoine Pitrou · 12 years ago
  72. 02ac74e merge by Brett Cannon · 12 years ago
  73. fe77f4e Issue #19718: Add a case-insensitive FS check to test.support to use by Brett Cannon · 12 years ago
  74. 2f66ffa Merge heads. by Eric Snow · 12 years ago
  75. 2ba66eb Issue #19724: clear out colliding temp module. by Eric Snow · 12 years ago
  76. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 12 years ago
  77. df38a80 merge by Brett Cannon · 12 years ago
  78. 224b261 User the repr for a module name in more places by Brett Cannon · 12 years ago
  79. 7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). by Guido van Rossum · 12 years ago
  80. 873d122 Make test_importlib output easier to trace back to the failing test class. by Brett Cannon · 12 years ago
  81. e0c3bd7 Issue #18864: Don't try and use unittest as a testing module for by Brett Cannon · 12 years ago
  82. a24348c Make some tests more verbose in the face of failure by Brett Cannon · 12 years ago
  83. 175e725 Remove a commented-out line by Brett Cannon · 12 years ago
  84. 330ce59 Hopefully fix test_is_socket_true by Antoine Pitrou · 12 years ago
  85. fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) by Brett Cannon · 12 years ago
  86. 29eac42 Fix test failure under systems with an incompatible locale by Antoine Pitrou · 12 years ago
  87. 0325a21 Fix whitespace by Antoine Pitrou · 12 years ago
  88. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 12 years ago
  89. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 12 years ago
  90. 9e6097e Trunk merge. by Barry Warsaw · 12 years ago
  91. 87b9637 A fix for issue 19555 on Windows. by Barry Warsaw · 12 years ago
  92. 5398e1a Issue #19448: report name / NID in exception message of ASN1Object by Christian Heimes · 12 years ago
  93. c2d65e1 Issue #17134: check certs of CA and ROOT system store by Christian Heimes · 12 years ago
  94. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 12 years ago
  95. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 12 years ago
  96. 0b61ef6 Update bundled pip to 1.5rc1 by Nick Coghlan · 12 years ago
  97. c72e4e6 Issue #19619: Blacklist non-text codecs in method API by Nick Coghlan · 12 years ago
  98. c06d6fd Issue #14455: Fix maybe_open typo in Plist.fromFile(). by Ned Deily · 12 years ago
  99. f6de9eb #19688: add back and deprecate the internal HTMLParser.unescape() method. by Ezio Melotti · 12 years ago
  100. 32f0c7a or VERIFY_CRL_CHECK_LEAF to verify_flags by Christian Heimes · 12 years ago