1. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  2. 00773df Issue #18874: apply Jim Jewett's patch on tracemalloc doc by Victor Stinner · 11 years ago
  3. de2f132 Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment by Victor Stinner · 11 years ago
  4. 49c96fb asyncio: Add StreamReaderProtocol to __all__. by Guido van Rossum · 11 years ago
  5. 000de53 Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() by Victor Stinner · 11 years ago
  6. b4a04fb Reverting e39db21df580 eagerly due to buildbot failures. by Alexandre Vassalotti · 11 years ago
  7. dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
  8. f94a041 Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle. by Alexandre Vassalotti · 11 years ago
  9. 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
  10. 1048fb5 Issue #19739: Try to fix compiler warnings on 32-bit Windows. by Alexandre Vassalotti · 11 years ago
  11. 2cf4b0f Issue #19742: fix a test_pathlib failure when a file owner or group isn't in the system database by Antoine Pitrou · 11 years ago
  12. c7cf5fc Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  13. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  14. 27bfe46 asyncio: Hopeful fix for issue 19765. by Guido van Rossum · 11 years ago
  15. 14c3e14 asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. by Guido van Rossum · 11 years ago
  16. 23ed7e3 Issue #19753: New try to fix test_gdb on System Z buildbot by Victor Stinner · 11 years ago
  17. d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
  18. 4fbefdb Close #19762: Fix name of _get_traces() and _get_object_traceback() function by Victor Stinner · 11 years ago
  19. 1b28be4 merge heads by Gregory P. Smith · 11 years ago
  20. 6548257 Remove an errant extra \ within a docstring. by Gregory P. Smith · 11 years ago
  21. 0e52404 Remove an errant extra \ within a docstring. by Gregory P. Smith · 11 years ago
  22. a89ecc7 Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  23. d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
  24. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  25. dbce53d merge with 3.3 by Georg Brandl · 11 years ago
  26. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  27. 16c4239 asyncio: Fix docstring of get_nowait(). by Guido van Rossum · 11 years ago
  28. ded929b Merge save_int into save_long in cpickle to remove redundant code. by Alexandre Vassalotti · 11 years ago
  29. a58d1c3 asyncio: Add BoundedSemaphore to export list in locks.__all__. by Guido van Rossum · 11 years ago
  30. 8a67f52 Simplify save_bool in cpickle. by Alexandre Vassalotti · 11 years ago
  31. fb310a9 Merge broken link fix from 3.3. by Ezio Melotti · 11 years ago
  32. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  33. 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago
  34. 5833c00 #19620: merge with 3.3. by Ezio Melotti · 11 years ago
  35. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  36. 799f81b merge by Raymond Hettinger · 11 years ago
  37. 97fc2ba Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  38. 217f5c4 Issue #19758: silence PendingDeprecationWarnings in test_hmac by Christian Heimes · 11 years ago
  39. 99e1010 Merged 3.4.0b1 release head back into trunk. by Larry Hastings · 11 years ago
  40. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  41. ed8c906 Use Clinic to process arguments in cpickle. by Alexandre Vassalotti · 11 years ago
  42. daa96b7 Merge from 3.3. by Stefan Krah · 11 years ago
  43. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  44. 7587507 Issue #19636: Fix usage of MAX_PATH in posixmodule.c by Victor Stinner · 11 years ago
  45. 6edddfa Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if by Victor Stinner · 11 years ago
  46. f4a4898 Issue #19753: Try to fix test_gdb on SystemZ buildbot by Victor Stinner · 11 years ago
  47. 71196e7 Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired. by Richard Oudkerk · 11 years ago
  48. b5d3863 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  49. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  50. 4d01c4b merge with 3.3 by Georg Brandl · 11 years ago
  51. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  52. ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  53. d34b620 Added tag v3.4.0b1 for changeset 3405dc9a6afa by Larry Hastings · 11 years ago
  54. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 11 years ago
  55. 163d7f0 Cosmetic fixes by Eli Bendersky · 11 years ago
  56. 37b7900 Updated pydoc topics for 3.4.0b1. by Larry Hastings · 11 years ago
  57. f4b8e60 Null merge by Antoine Pitrou · 11 years ago
  58. a8892a1 Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  59. f6eb31f Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  60. 3ab9cfc Selectively re-enable framing tests by Antoine Pitrou · 11 years ago
  61. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 11 years ago
  62. 2f9a9aa Clinic: Add warning for untested (and unused in CPython!) format units. by Larry Hastings · 11 years ago
  63. 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
  64. 08facd2 Issue #19741: cleanup tracemalloc_realloc() by Victor Stinner · 11 years ago
  65. fc91285 Remove code path in cpickle that does not exist in pickle. by Alexandre Vassalotti · 11 years ago
  66. 5296867 Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller by Victor Stinner · 11 years ago
  67. c49477b Make Ellipsis and NotImplemented picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  68. 4c05d3b Make built-in methods picklable through the reduce protocol. by Alexandre Vassalotti · 11 years ago
  69. d606ba7 Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure by Victor Stinner · 11 years ago
  70. 7119b45 Issue #3158: Relax new doctests a bit. by Zachary Ware · 11 years ago
  71. fe94d8a Merge heads by Zachary Ware · 11 years ago
  72. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  73. 1d1d834 Issue #19734: Also run pip version check in isolated mode by Nick Coghlan · 11 years ago
  74. 091167c Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV by Nick Coghlan · 11 years ago
  75. 5e411b7 Disable annoying tests which doesn't work optimized pickles. by Alexandre Vassalotti · 11 years ago
  76. b6a2f2a Make framing optional in pickle protocol 4. by Alexandre Vassalotti · 11 years ago
  77. 1889623 Issue #19734: ctypes resource management fixes by Nick Coghlan · 11 years ago
  78. 878d258 Issue #19744 (temp workaround): without ssl, skip pip test by Nick Coghlan · 11 years ago
  79. b94efe6 Fix typo in and reformat OS X Installer ReadMe by Ned Deily · 11 years ago
  80. 1969e01 Fix make distclean for out-of-tree builds by Christian Heimes · 11 years ago
  81. f847186 Fix make distclean for out-of-tree builds by Christian Heimes · 11 years ago
  82. 1631b9b Issue #19734: venv still needs isolated mode by Nick Coghlan · 11 years ago
  83. 6fd12f2 Issue 19734: better diagnostics for test_venv failures by Nick Coghlan · 11 years ago
  84. fcafe43 Fix inspect.signature tests for builtins when docstrings are compiled out. by Larry Hastings · 11 years ago
  85. 3b7b1e5 Try to fix test_tarfile under Windows by Antoine Pitrou · 11 years ago
  86. 5e8c809 Build a list of supported test tarfiles dynamically for CLI "test" command by Serhiy Storchaka · 11 years ago
  87. b52d8ba merge by Christian Heimes · 11 years ago
  88. 71135ac Add _opcode to Windows build env by Christian Heimes · 11 years ago
  89. c8635b4 Don't attempt to run the _opcode test if it wasn't built. by Larry Hastings · 11 years ago
  90. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  91. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  92. 7fa6e1a Keep asyncio working with Python 3.3 too. by Guido van Rossum · 11 years ago
  93. 085869b asyncio: Change bounded semaphore into a subclass, like threading.[Bounded]Semaphore. by Guido van Rossum · 11 years ago
  94. dcd340e Issue #19358: "make clinic" now runs the Argument Clinic preprocessor by Larry Hastings · 11 years ago
  95. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  96. 3a90797 Issue #19722: Added opcode.stack_effect(), which accurately by Larry Hastings · 11 years ago
  97. 8d0d369 Update Tcl/Tk to 8.6.1. by Martin v. Löwis · 11 years ago
  98. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  99. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  100. 3ed82c5 Package _overlapped. by Martin v. Löwis · 11 years ago