1. 733e50a tracemalloc.py: add comments to show the format of tuples by Victor Stinner · 11 years ago
  2. d81999a tracemalloc.py: fix indentation by Victor Stinner · 11 years ago
  3. 83db8fc whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274). by R David Murray · 11 years ago
  4. 04edfdf whatsnew: tweak a couple importlib porting notes. by R David Murray · 11 years ago
  5. 66902ed whatsnew: Windows build uses ASLR and DEP. by R David Murray · 11 years ago
  6. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  7. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  8. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 11 years ago
  9. eeeebcd asyncio: Synchronize with Tulip by Victor Stinner · 11 years ago
  10. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  11. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  12. 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  13. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 11 years ago
  14. d74ac82 asyncio, Tulip issue 158: Task._step() now also sets self to None if an by Victor Stinner · 11 years ago
  15. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  16. c913a7a Issue20653: fix ReST for Enum by Ethan Furman · 11 years ago
  17. 9c45444 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 11 years ago
  18. cd9028c Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  19. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  20. f70200e Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 11 years ago
  21. 8be7791 whatsnew: add some issue number annotations. by R David Murray · 11 years ago
  22. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 11 years ago
  23. 09257f7 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 11 years ago
  24. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 11 years ago
  25. ceb0467 Issue #20568: Fix typo in pip option. by Martin v. Löwis · 11 years ago
  26. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  27. 6c6596e Closes issue #20728: Remove unused import added in rev 42366e293b7b and by Terry Jan Reedy · 11 years ago
  28. 9fb137c merge with 3.3 by Georg Brandl · 11 years ago
  29. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago
  30. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 11 years ago
  31. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  32. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  33. 150570a merge 3.3 by Benjamin Peterson · 11 years ago
  34. 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
  35. 24a945c merge 3.3 (#20249) by Benjamin Peterson · 11 years ago
  36. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
  37. 3231bc0 Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 11 years ago
  38. 2515edd Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 11 years ago
  39. db8843f whatsnew: memoryview is Sequence and supports Reversed. by R David Murray · 11 years ago
  40. 9c0c101 whatsnew: unittest discover works on namespace packages (#17457). by R David Murray · 11 years ago
  41. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 11 years ago
  42. 4f8e4c2 merge 3.2 by Benjamin Peterson · 11 years ago
  43. 8ab5021 whatsnew: give Serhiy credit for audioop 24-bit sample support. by R David Murray · 11 years ago
  44. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  45. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago
  46. 0bec63e whatsnew: compression libraries support 'x' mode. by R David Murray · 11 years ago
  47. 4b1ea23 whatsnew: tarfile stat constants removal. by R David Murray · 11 years ago
  48. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  49. ecef6cd whatsnew: return types of re functions. by R David Murray · 11 years ago
  50. 1260418 merge 3.3 by Benjamin Peterson · 11 years ago
  51. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 11 years ago
  52. 7b96f76 merge 3.3 by Benjamin Peterson · 11 years ago
  53. 0f38478 merge for issue #20778 by Brett Cannon · 11 years ago
  54. acc74e6 Issue #20650: Tweak some awkward wording. by Brett Cannon · 11 years ago
  55. 80875fe Reindent by Martin v. Löwis · 11 years ago
  56. 9c17ff9 Merge heads by Martin v. Löwis · 11 years ago
  57. 78f1e4c Merge with 3.3 by Martin v. Löwis · 11 years ago
  58. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 11 years ago
  59. 4a6dc3a Close #20757: return success for skipped pip uninstall by Nick Coghlan · 11 years ago
  60. 78c330d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  61. b5782de Null merge by Antoine Pitrou · 11 years ago
  62. 871119e whatsnew: fix textwrap/shorten entry, and improve the related docs. by R David Murray · 11 years ago
  63. b807577 Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. by Antoine Pitrou · 11 years ago
  64. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 11 years ago
  65. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  66. 9251d59 whatsnew: expand pbkdf2_hmac entry slightly. by R David Murray · 11 years ago
  67. d2d81f0 whatsnew: reformat pdb entry to match style of most other module entries. by R David Murray · 11 years ago
  68. bdf5efa whatsnew: reword the contextlib.redirect_stdout entry for increased clarity. by R David Murray · 11 years ago
  69. 7bbd101 Fix several C-API doc typos caught by tomo cocoa on docs@. by Zachary Ware · 11 years ago
  70. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 11 years ago
  71. 80ebf6d whatsnew: attribute base64 memoryview change to Nick. by R David Murray · 11 years ago
  72. 63f4dd5 whatsnew: pprint's compact option. by R David Murray · 11 years ago
  73. dc9215f Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. by Antoine Pitrou · 11 years ago
  74. 85736a7 merge 3.3 (#20796) by Benjamin Peterson · 11 years ago
  75. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 11 years ago
  76. 9fff849 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  77. f8a5892 Merge with 3.3 by Zachary Ware · 11 years ago
  78. c89c8a7 asyncio/windows_events.py: use more revelant names to overlapped callbacks by Victor Stinner · 11 years ago
  79. 9846898 Close #20759: Fix some typos in the mock docs. (Merge with 3.3) by Zachary Ware · 11 years ago
  80. 658103f asyncio: simplify test_events.py, don't use non local variables and don't call by Victor Stinner · 11 years ago
  81. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 11 years ago
  82. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 11 years ago
  83. 71ec82a null merge by Gregory P. Smith · 11 years ago
  84. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 11 years ago
  85. 13cc883 whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) by R David Murray · 11 years ago
  86. 1e923de Fix formatting in NEWS entry. by R David Murray · 11 years ago
  87. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 11 years ago
  88. 5df7dc5 Null merge by Serhiy Storchaka · 11 years ago
  89. 270ce73 Fix typo (issue #19619). by Serhiy Storchaka · 11 years ago
  90. 77d73fa whatsnew: encoding is now optional in PYTHONIOENCODING (#18818) by R David Murray · 11 years ago
  91. 6c0f707 whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. by R David Murray · 11 years ago
  92. 7cae336 whatsnew: Request.method can be overridden in subclasses (#18978). by R David Murray · 11 years ago
  93. 3e97585 Clarify that flow control works for datagrams, except on BSD. by Guido van Rossum · 11 years ago
  94. 8920e91 whatsnew: http.server --bind cli option. by R David Murray · 11 years ago
  95. 56f3c30 whatsnew: unittest.TestCase.assertLogs. by R David Murray · 11 years ago
  96. 4e4a313 Fix return type in doc of PyStructSequence_InitType2. by R David Murray · 11 years ago
  97. b1f6556 Fix wording of NEWS entry. by R David Murray · 11 years ago
  98. 4e564c8 whatsnew: cypthon can be compiled with address sanity checking enabled. by R David Murray · 11 years ago
  99. 4f91364 Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 11 years ago
  100. f031a6f #20628: wrap lines to < 80. by R David Murray · 11 years ago