1. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  2. cced076 asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire. by Guido van Rossum · 11 years ago
  3. 1314ef7 add SO_PRIORITY (closes #19802) by Benjamin Peterson · 11 years ago
  4. 20c28c1 Combine the FastCall functions in cpickle. by Alexandre Vassalotti · 11 years ago
  5. ba9d75e Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  6. c303cfd Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  7. 5143ce5 merge 3.3 (#19805) by Benjamin Peterson · 11 years ago
  8. b152e17 recommend OrderedDict for this FAQ (closes #19805) by Benjamin Peterson · 11 years ago
  9. d75803c merge 3.3 (#19729) by Benjamin Peterson · 11 years ago
  10. 0ee22bf fix format spec recursive expansion (closes #19729) by Benjamin Peterson · 11 years ago
  11. 14fff88 Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  12. bb65b5b Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the by Zachary Ware · 11 years ago
  13. 6a22833 Merge with 3.3 by Zachary Ware · 11 years ago
  14. 910b1c3 Merge heads by Zachary Ware · 11 years ago
  15. 99fb051 Merge heads by Zachary Ware · 11 years ago
  16. 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 11 years ago
  17. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  18. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  19. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  20. 518e6ee Use @bigmemtest more accurately. by Mark Dickinson · 11 years ago
  21. a04f4e0 Use @bigmemtest more accurately. by Mark Dickinson · 11 years ago
  22. 03cc565 Issue #19793: Improved markup for True/False constants in pathlib documentation. by Serhiy Storchaka · 11 years ago
  23. 687ff0e Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  24. c93329b Issue #11489: JSON decoder now accepts lone surrogates. by Serhiy Storchaka · 11 years ago
  25. 1df8867 Issue #19638: Merge from 3.3 by Mark Dickinson · 11 years ago
  26. f45bbb6 Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. by Mark Dickinson · 11 years ago
  27. 6bfe392 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  28. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  29. eaec359 Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  30. 59463d8 tracemalloc: fix get_traced_memory() docstring for result type by Victor Stinner · 11 years ago
  31. 802a484 tracemalloc: Fix hash methods of Statistic and StatisticDiff by Victor Stinner · 11 years ago
  32. 5831882 merge with 3.3 by Georg Brandl · 11 years ago
  33. 1833ac3 Markup fix. by Georg Brandl · 11 years ago
  34. ad39360 Fix suspicious test case by Christian Heimes · 11 years ago
  35. 4dc7420 Issue #18874: Fix typo by Victor Stinner · 11 years ago
  36. 2ead3d2 Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1 by Victor Stinner · 11 years ago
  37. 7a5be14 Issue #18874: tracemalloc: Comment the trace_t structure by Victor Stinner · 11 years ago
  38. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  39. 00773df Issue #18874: apply Jim Jewett's patch on tracemalloc doc by Victor Stinner · 11 years ago
  40. de2f132 Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment by Victor Stinner · 11 years ago
  41. 49c96fb asyncio: Add StreamReaderProtocol to __all__. by Guido van Rossum · 11 years ago
  42. 000de53 Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() by Victor Stinner · 11 years ago
  43. b4a04fb Reverting e39db21df580 eagerly due to buildbot failures. by Alexandre Vassalotti · 11 years ago
  44. dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
  45. f94a041 Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle. by Alexandre Vassalotti · 11 years ago
  46. 613a97e #19778: fix a couple of re reprs in the documentation. by Ezio Melotti · 11 years ago
  47. 1048fb5 Issue #19739: Try to fix compiler warnings on 32-bit Windows. by Alexandre Vassalotti · 11 years ago
  48. 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
  49. c7cf5fc Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  50. 9527f16 Issue #19691: remove outdated mention about RuntimeError by Antoine Pitrou · 11 years ago
  51. 27bfe46 asyncio: Hopeful fix for issue 19765. by Guido van Rossum · 11 years ago
  52. 14c3e14 asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. by Guido van Rossum · 11 years ago
  53. 23ed7e3 Issue #19753: New try to fix test_gdb on System Z buildbot by Victor Stinner · 11 years ago
  54. d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
  55. 4fbefdb Close #19762: Fix name of _get_traces() and _get_object_traceback() function by Victor Stinner · 11 years ago
  56. 1b28be4 merge heads by Gregory P. Smith · 11 years ago
  57. 6548257 Remove an errant extra \ within a docstring. by Gregory P. Smith · 11 years ago
  58. 0e52404 Remove an errant extra \ within a docstring. by Gregory P. Smith · 11 years ago
  59. a89ecc7 Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  60. d476ab1 merge with 3.3 by Georg Brandl · 11 years ago
  61. 37b70bb Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1. by Georg Brandl · 11 years ago
  62. dbce53d merge with 3.3 by Georg Brandl · 11 years ago
  63. db5e74f Fix doc markup error. by Georg Brandl · 11 years ago
  64. 16c4239 asyncio: Fix docstring of get_nowait(). by Guido van Rossum · 11 years ago
  65. ded929b Merge save_int into save_long in cpickle to remove redundant code. by Alexandre Vassalotti · 11 years ago
  66. a58d1c3 asyncio: Add BoundedSemaphore to export list in locks.__all__. by Guido van Rossum · 11 years ago
  67. 8a67f52 Simplify save_bool in cpickle. by Alexandre Vassalotti · 11 years ago
  68. fb310a9 Merge broken link fix from 3.3. by Ezio Melotti · 11 years ago
  69. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  70. 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago
  71. 5833c00 #19620: merge with 3.3. by Ezio Melotti · 11 years ago
  72. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  73. 799f81b merge by Raymond Hettinger · 11 years ago
  74. 97fc2ba Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  75. 217f5c4 Issue #19758: silence PendingDeprecationWarnings in test_hmac by Christian Heimes · 11 years ago
  76. 99e1010 Merged 3.4.0b1 release head back into trunk. by Larry Hastings · 11 years ago
  77. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  78. ed8c906 Use Clinic to process arguments in cpickle. by Alexandre Vassalotti · 11 years ago
  79. daa96b7 Merge from 3.3. by Stefan Krah · 11 years ago
  80. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  81. 7587507 Issue #19636: Fix usage of MAX_PATH in posixmodule.c by Victor Stinner · 11 years ago
  82. 6edddfa Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if by Victor Stinner · 11 years ago
  83. f4a4898 Issue #19753: Try to fix test_gdb on SystemZ buildbot by Victor Stinner · 11 years ago
  84. 71196e7 Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired. by Richard Oudkerk · 11 years ago
  85. b5d3863 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  86. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  87. 4d01c4b merge with 3.3 by Georg Brandl · 11 years ago
  88. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  89. ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  90. d34b620 Added tag v3.4.0b1 for changeset 3405dc9a6afa by Larry Hastings · 11 years ago
  91. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 11 years ago
  92. 163d7f0 Cosmetic fixes by Eli Bendersky · 11 years ago
  93. 37b7900 Updated pydoc topics for 3.4.0b1. by Larry Hastings · 11 years ago
  94. f4b8e60 Null merge by Antoine Pitrou · 11 years ago
  95. a8892a1 Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  96. f6eb31f Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  97. 3ab9cfc Selectively re-enable framing tests by Antoine Pitrou · 11 years ago
  98. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 11 years ago
  99. 2f9a9aa Clinic: Add warning for untested (and unused in CPython!) format units. by Larry Hastings · 11 years ago
  100. 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago