1. 08facd2 Issue #19741: cleanup tracemalloc_realloc() by Victor Stinner · 11 years ago
  2. fc91285 Remove code path in cpickle that does not exist in pickle. by Alexandre Vassalotti · 11 years ago
  3. 5296867 Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller by Victor Stinner · 11 years ago
  4. c49477b Make Ellipsis and NotImplemented picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  5. 4c05d3b Make built-in methods picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  6. d606ba7 Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure by Victor Stinner · 11 years ago
  7. 7119b45 Issue #3158: Relax new doctests a bit. by Zachary Ware · 11 years ago
  8. fe94d8a Merge heads by Zachary Ware · 11 years ago
  9. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  10. 1d1d834 Issue #19734: Also run pip version check in isolated mode by Nick Coghlan · 11 years ago
  11. 091167c Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV by Nick Coghlan · 11 years ago
  12. 5e411b7 Disable annoying tests which doesn't work optimized pickles. by Alexandre Vassalotti · 11 years ago
  13. b6a2f2a Make framing optional in pickle protocol 4. by Alexandre Vassalotti · 11 years ago
  14. 1889623 Issue #19734: ctypes resource management fixes by Nick Coghlan · 11 years ago
  15. 878d258 Issue #19744 (temp workaround): without ssl, skip pip test by Nick Coghlan · 11 years ago
  16. b94efe6 Fix typo in and reformat OS X Installer ReadMe by Ned Deily · 11 years ago
  17. 1969e01 Fix make distclean for out-of-tree builds by Christian Heimes · 11 years ago
  18. f847186 Fix make distclean for out-of-tree builds by Christian Heimes · 11 years ago
  19. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 11 years ago
  20. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  21. fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. by Larry Hastings · 11 years ago
  22. 3b7b1e5 Try to fix test_tarfile under Windows by Antoine Pitrou · 11 years ago
  23. 5e8c809 Build a list of supported test tarfiles dynamically for CLI "test" command by Serhiy Storchaka · 11 years ago
  24. b52d8ba merge by Christian Heimes · 11 years ago
  25. 71135ac Add _opcode to Windows build env by Christian Heimes · 11 years ago
  26. c8635b4 Don't attempt to run the _opcode test if it wasn't built. by Larry Hastings · 11 years ago
  27. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  28. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  29. 7fa6e1a Keep asyncio working with Python 3.3 too. by Guido van Rossum · 11 years ago
  30. 085869b asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore. by Guido van Rossum · 11 years ago
  31. dcd340e Issue #19358: "make clinic" now runs the Argument Clinic preprocessor by Larry Hastings · 11 years ago
  32. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  33. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  34. 8d0d369 Update Tcl/Tk to 8.6.1. by Martin v. Löwis · 11 years ago
  35. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  36. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  37. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago
  38. a7fbf58 Merge heads by Serhiy Storchaka · 11 years ago
  39. 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 11 years ago
  40. 057e58d Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests. by Gregory P. Smith · 11 years ago
  41. c1207c1 Fix signed / unsigned comparison by Antoine Pitrou · 11 years ago
  42. d5df194 test_pickle: speed up test_long by Antoine Pitrou · 11 years ago
  43. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  44. 2b38fc1 gcc doesn't realize that dummy is always initialized by the function call by Gregory P. Smith · 11 years ago
  45. 2489bd8 Issue #17810: Fixed NULL check in _PyObject_GetItemsIter() by Christian Heimes · 11 years ago
  46. 310e4c4 merge by Christian Heimes · 11 years ago
  47. e8b1ba1 Issue #17810: Add two missing error checks to save_global by Christian Heimes · 11 years ago
  48. dd52c5a Merge heads by Serhiy Storchaka · 11 years ago
  49. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  50. 6188d09 Merge by Antoine Pitrou · 11 years ago
  51. 74d8d63 Issue #17810: return -1 on error by Christian Heimes · 11 years ago
  52. 8f2ee6e Fix writing out 64-bit size fields on 32-bit builds by Antoine Pitrou · 11 years ago
  53. b3d3ee4 Issue #17810: Add NULL check to save_frozenset by Christian Heimes · 11 years ago
  54. d41c343 asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé). by Guido van Rossum · 11 years ago
  55. 488b0da Fix typo. by Guido van Rossum · 11 years ago
  56. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
  57. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  58. 7cd9fbe Fix whitespace by Antoine Pitrou · 11 years ago
  59. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  60. 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
  61. e7f87e1 Fixed incorrectly applying a patch for issue19668. by Serhiy Storchaka · 11 years ago
  62. 59b7ff2 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  63. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  64. 94097b0 Relax timing even more, hopefully again fixes issue 19579. by Guido van Rossum · 11 years ago
  65. 434d27a Merge heads by Serhiy Storchaka · 11 years ago
  66. 0da64f7 Isue #19634: test_y_before_1900() is expected to fail on Solaris by Victor Stinner · 11 years ago
  67. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  68. cfc6901 Add news about pdb fix for yield[from]. by Guido van Rossum · 11 years ago
  69. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  70. e50240c Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  71. 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
  72. 46c5deb - Modules/_struct.c (unpackiter_type): Define static. by doko@ubuntu.com · 11 years ago
  73. 5de397e merge by Christian Heimes · 11 years ago
  74. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
  75. 2cf3917 Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows by Antoine Pitrou · 11 years ago
  76. 91a7af3 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. by Antoine Pitrou · 11 years ago
  77. 93965f7 Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given by Victor Stinner · 11 years ago
  78. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  79. 8b78493 Issue #19716: add a test that Path.touch() doesn't change a file's contents. by Antoine Pitrou · 11 years ago
  80. 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 11 years ago
  81. 7e45d25 Merge heads by Serhiy Storchaka · 11 years ago
  82. 514afeb Merge by Michael Foord · 11 years ago
  83. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  84. d311366 Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  85. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  86. 8933521 Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea8624d05 (issue #16596). by Antoine Pitrou · 11 years ago
  87. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
  88. a30d82f Document create_connection by Antoine Pitrou · 11 years ago
  89. 9a62a19 Start documenting the event loop by Antoine Pitrou · 11 years ago
  90. 4d1046c Document asyncio transport APIs by Antoine Pitrou · 11 years ago
  91. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  92. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  93. 0fb6072 merge by Ned Deily · 11 years ago
  94. aa6a212 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1. by Ned Deily · 11 years ago
  95. dec4338 Fix transport docstrings by Antoine Pitrou · 11 years ago
  96. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
  97. 4a281a1 Issue #19551: Update installer Welcome file. by Ned Deily · 11 years ago
  98. 9fa4ced Update third-party libraries for OS X installers: by Ned Deily · 11 years ago
  99. 44a0db0 Issue #19551: Update whatsnew. by Ned Deily · 11 years ago
  100. 41ab6c3 Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default. by Ned Deily · 11 years ago