1. 2de8a69 (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the by Victor Stinner · 10 years ago
  2. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 10 years ago
  3. 86a89f02e2 Issue #21907: Try to make the pre-Vista Windows buildbots happier. by Zachary Ware · 10 years ago
  4. 30270c8 Issue #22489: Update .gitignore to ignore Windows build output. by Zachary Ware · 10 years ago
  5. 588dad0 merge 3.4 (closes #22605) by Benjamin Peterson · 10 years ago
  6. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
  7. da821db Merge with 3.4: #21986, don't pickle user code objects. by Terry Jan Reedy · 10 years ago
  8. ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
  9. 759920c Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  10. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  11. fc260a9 Closes #15414: Merge with 3.4 by Zachary Ware · 10 years ago
  12. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  13. 439da84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  14. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  15. 1eb32c2 Issue #20152: Port the array module to Argument Clinic. by Brett Cannon · 10 years ago
  16. 082c6cb Merge with 3.4 by Terry Jan Reedy · 10 years ago
  17. f9bd920 Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. by Terry Jan Reedy · 10 years ago
  18. 221439d #11694: merge with 3.4 by Petri Lehtinen · 10 years ago
  19. 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  20. 5e8b04e Issue #21052: Don't raise ImportWarning for sys.meta_path or by Brett Cannon · 10 years ago
  21. 1aa3cb6 (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix by Victor Stinner · 10 years ago
  22. 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 10 years ago
  23. 8ee1513 Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  24. b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  25. 2debf15 Issue #22564: cleanup SSLObject doc by Victor Stinner · 10 years ago
  26. 2961145 Issue #22564: ssl doc, add more links to the non-blocking section by Victor Stinner · 10 years ago
  27. 805b262 Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and by Victor Stinner · 10 years ago
  28. 9558e90 Merge 3.4 by Victor Stinner · 10 years ago
  29. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  30. 92127a5 Merge 3.4 by Victor Stinner · 10 years ago
  31. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  32. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  33. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  34. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  35. b71c7dc Issue #22591: Drop support of MS-DOS by Victor Stinner · 10 years ago
  36. e2ccf56 Issue #19380: Optimized parsing of regular expressions. by Serhiy Storchaka · 10 years ago
  37. 5aa4744 Issue #22584: Got rid of character tables in _sre.c and use standard macros by Serhiy Storchaka · 10 years ago
  38. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  39. 365e282 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  40. 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 10 years ago
  41. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  42. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  43. e66dc2a Merge with 3.4: decolourize by Terry Jan Reedy · 10 years ago
  44. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  45. d42c428 Closes #22579: Fix posixmodule.c to support any C compiler on Windows by Victor Stinner · 10 years ago
  46. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  47. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  48. 5ac125c Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  49. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  50. 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago
  51. aad627f Merge 3.4 by Victor Stinner · 10 years ago
  52. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  53. 67e2e6d (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom: by Victor Stinner · 10 years ago
  54. 484df00 Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime" by Victor Stinner · 10 years ago
  55. 8786ea3 (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  56. 13d3aa5 Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 10 years ago
  57. 882c95c whatsnew: Fix markup. by Berker Peksag · 10 years ago
  58. fa0423b whatsnew: Add PEP 478. by Berker Peksag · 10 years ago
  59. d7b68f3 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  60. 92cb0a3 Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 10 years ago
  61. 78184af Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  62. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  63. 94262eb Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  64. 0ddbf47 Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. by Antoine Pitrou · 10 years ago
  65. 3a43dbf Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e) by Steve Dower · 10 years ago
  66. f88c070 Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  67. b2fdafe Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods. by Berker Peksag · 10 years ago
  68. c78319d Mostly-null-merge from 3.4 branch following 3.4.2 release. by Larry Hastings · 10 years ago
  69. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  70. adeb140 Post-release changes after 3.4.2 final. by Larry Hastings · 10 years ago
  71. 32a7145 Merge with 3.4: idlelib.configHandler by Terry Jan Reedy · 10 years ago
  72. deb7bf1 idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 10 years ago
  73. b91ed56 merge 3.4 by Benjamin Peterson · 10 years ago
  74. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  75. 2756e7e merge with 3.4 by Georg Brandl · 10 years ago
  76. 9205e9e Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 10 years ago
  77. 1f6afef merge with 3.4 by Georg Brandl · 10 years ago
  78. 7fa4a8f Closes #12148: clarify "or's together option flags" in doctest docs. by Georg Brandl · 10 years ago
  79. 033ec05 merge with 3.4 by Georg Brandl · 10 years ago
  80. 4dd27a3 Closes #21782: the default hash(x) is not exactly id(x) but derived from it. by Georg Brandl · 10 years ago
  81. 4f8fed2 merge with 3.4 by Georg Brandl · 10 years ago
  82. a94ad1e Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 10 years ago
  83. 2a3e396 Closes #21480: better explanation of "hg touch" in the Makefile. by Georg Brandl · 10 years ago
  84. 92b47a4 merge with 3.4 by Georg Brandl · 10 years ago
  85. 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
  86. 4ae7839 merge with 3.4 by Georg Brandl · 10 years ago
  87. a920b6d Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 10 years ago
  88. c53bc48 merge with 3.4 by Georg Brandl · 10 years ago
  89. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  90. b65ff1d merge with 3.4 by Georg Brandl · 10 years ago
  91. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 10 years ago
  92. 9dedc63 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  93. c6ad576 Issue #22546: update doc for mini-language float None presentation type. by Terry Jan Reedy · 10 years ago
  94. 1123aa2 Added tag v3.4.2 for changeset ab2c023a9432 by Larry Hastings · 10 years ago
  95. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  96. c6256e5 Update pydoc topics and fix supsicious markup for 3.4.2 final. by Larry Hastings · 10 years ago
  97. 1fe8ada merge 3.4 (#18494) by Benjamin Peterson · 10 years ago
  98. 1c262a6 PyObject not PyType (closes #18494) by Benjamin Peterson · 10 years ago
  99. 3cb9379 Remove unused "block" argument in SSLObject.do_handshake() (issue #21965) by Antoine Pitrou · 10 years ago
  100. b1fdf47 Issue #21965: Add support for in-memory SSL to the ssl module. by Antoine Pitrou · 10 years ago