1. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  2. d42c428 Closes #22579: Fix posixmodule.c to support any C compiler on Windows by Victor Stinner · 10 years ago
  3. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  4. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  5. 5ac125c Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  6. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  7. 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago
  8. aad627f Merge 3.4 by Victor Stinner · 10 years ago
  9. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  10. 67e2e6d (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom: by Victor Stinner · 10 years ago
  11. 484df00 Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" by Victor Stinner · 10 years ago
  12. 8786ea3 (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  13. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  14. 882c95c whatsnew: Fix markup. by Berker Peksag · 10 years ago
  15. fa0423b whatsnew: Add PEP 478. by Berker Peksag · 10 years ago
  16. d7b68f3 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  17. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  18. 78184af Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  19. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  20. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  21. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  22. 3a43dbf Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e) by Steve Dower · 10 years ago
  23. f88c070 Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  24. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  25. c78319d Mostly-null-merge from 3.4 branch following 3.4.2 release. by Larry Hastings · 10 years ago
  26. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  27. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  28. 32a7145 Merge with 3.4: idlelib.configHandler by Terry Jan Reedy · 10 years ago
  29. deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
  30. b91ed56 merge 3.4 by Benjamin Peterson · 10 years ago
  31. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  32. 2756e7e merge with 3.4 by Georg Brandl · 10 years ago
  33. 9205e9e Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 10 years ago
  34. 1f6afef merge with 3.4 by Georg Brandl · 10 years ago
  35. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago
  36. 033ec05 merge with 3.4 by Georg Brandl · 10 years ago
  37. 4dd27a3 Closes #21782: the default hash(x) is not exactly id(x) but derived from it. by Georg Brandl · 10 years ago
  38. 4f8fed2 merge with 3.4 by Georg Brandl · 10 years ago
  39. a94ad1e Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 10 years ago
  40. 2a3e396 Closes #21480: better explanation of "hg touch" in the Makefile. by Georg Brandl · 10 years ago
  41. 92b47a4 merge with 3.4 by Georg Brandl · 10 years ago
  42. f6d6dc2 Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods. by Georg Brandl · 10 years ago
  43. 4ae7839 merge with 3.4 by Georg Brandl · 10 years ago
  44. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  45. c53bc48 merge with 3.4 by Georg Brandl · 10 years ago
  46. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  47. b65ff1d merge with 3.4 by Georg Brandl · 10 years ago
  48. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  49. 9dedc63 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  50. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  51. 1123aa2 Added tag v3.4.2 for changeset ab2c023a9432 by Larry Hastings · 10 years ago
  52. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  53. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago
  54. 1fe8ada merge 3.4 (#18494) by Benjamin Peterson · 10 years ago
  55. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  56. 3cb9379 Remove unused "block" argument in SSLObject.do_handshake() (issue #21965) by Antoine Pitrou · 10 years ago
  57. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago
  58. 414e15a Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 10 years ago
  59. 1bf974d Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. by Antoine Pitrou · 10 years ago
  60. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  61. d577cea Merge 3.4 by Victor Stinner · 10 years ago
  62. bed04a7 cleanup test_posix by Victor Stinner · 10 years ago
  63. 047b7ae Issue #22390: Remove files created by tests by Victor Stinner · 10 years ago
  64. f4e4b83 (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  65. 8f437aa Issue #22290: Fix error handling in the _posixsubprocess module. by Victor Stinner · 10 years ago
  66. 31e34fe merge with 3.4 by Georg Brandl · 10 years ago
  67. 340c749 Closes #19477: remove outdated documentation of tp_print type object slot. by Georg Brandl · 10 years ago
  68. 9bf2c00 Add Dan O'Reilly to Misc/ACKS by Antoine Pitrou · 10 years ago
  69. 7790f84 Merge: #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  70. 9db487b #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 10 years ago
  71. f5387c0 Merge: #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 10 years ago
  72. b186f1df #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 10 years ago
  73. 5f6a755 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  74. 1905175 Add NEWS entry I forgot to commit. by Antoine Pitrou · 10 years ago
  75. e161849 Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. by Antoine Pitrou · 10 years ago
  76. 4aae276 Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize* by Antoine Pitrou · 10 years ago
  77. e4f4708 Fixed tests on Windows for issue #21883. by Serhiy Storchaka · 10 years ago
  78. 4cae8ff Added tag v3.3.6rc1 for changeset 51317c9786f5 by Georg Brandl · 10 years ago
  79. f84422d Added tag v3.2.6rc1 for changeset 51382a5598ec by Georg Brandl · 10 years ago
  80. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  81. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  82. d32abc1 Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  83. fb8eaae Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  84. 3deeeb0 Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with by Serhiy Storchaka · 10 years ago
  85. 385328b Null merge by Serhiy Storchaka · 10 years ago
  86. bf9b1a3 Merge heads by Serhiy Storchaka · 10 years ago
  87. da5c571 Merge heads by Serhiy Storchaka · 10 years ago
  88. 8d1e18e Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  89. 2e6a907 Merge packaging doc updates from 3.4 by Nick Coghlan · 10 years ago
  90. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  91. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  92. 2e37409 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  93. 5c4fbd5 Realign packaging docs with PyPUG changes by Nick Coghlan · 10 years ago
  94. 90c24c4 Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  95. 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  96. 84bf989 Merge: #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  97. bf92bce #14056: Small improvements to the tarfile documentation. by R David Murray · 10 years ago
  98. 91b62c4 merge 3.4 by Benjamin Peterson · 10 years ago
  99. 91244e0 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 10 years ago
  100. 8b9cfa1 merge 3.4 (#22449) by Benjamin Peterson · 10 years ago