1. 3368eb7 Issue #23406: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  2. 06dc2fa Issue #23406: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  3. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  4. 481d3af Make asdl_c.py to generate Python-ast.c changed in issue #15989. by Serhiy Storchaka · 9 years ago
  5. 564cf7b #23144: merge with 3.5. by Ezio Melotti · 9 years ago
  6. 20a2c64 #23144: merge with 3.4. by Ezio Melotti · 9 years ago
  7. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  8. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  9. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  10. 40dc328 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  11. 2ba3980 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  12. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  13. 8fecd42 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  14. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  15. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  16. 643d6d3 Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  17. dcaf4cc Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  18. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  19. 74a7b8f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  20. faa868a Null merge with 3.4 by Steve Dower · 9 years ago
  21. 237060a Merge from 3.5.0 release branch by Steve Dower · 9 years ago
  22. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  23. 318c5ae merge by Raymond Hettinger · 9 years ago
  24. 2b2b753 Prevent reentrant badness by deferring the decrefs as long as possible. by Raymond Hettinger · 9 years ago
  25. 5f9525b Merge with 3.5 by Terry Jan Reedy · 9 years ago
  26. e989bf5 merge from 3.4 by Terry Jan Reedy · 9 years ago
  27. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  28. ba5f590 Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5 -> 3.6) by Guido van Rossum · 9 years ago
  29. 37fdcbc Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5) by Guido van Rossum · 9 years ago
  30. 6727b3c Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  31. f3f2d37 Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  32. 6995342 Issue #24917: Moves NEWS entry under Library. by Steve Dower · 9 years ago
  33. 373602f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  34. 8820a35 Issue #23517: Skip a datetime test on Windows by Victor Stinner · 9 years ago
  35. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 9 years ago
  36. adfefa5 Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in by Victor Stinner · 9 years ago
  37. 19bbb9a Null merge (3.5.1 -> default). by Guido van Rossum · 9 years ago
  38. 65d3643 Null merge (Larry's 3.5 -> 3.5.1). by Guido van Rossum · 9 years ago
  39. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  40. 82b63fa Issue #24635: Fixed flakiness in test_typing.py. (Merge from 3.5.) by Guido van Rossum · 9 years ago
  41. 647bae6 Issue #24635: Fixed flakiness in test_typing.py. by Guido van Rossum · 9 years ago
  42. d05f499 Merge 3.5 (create_stdio) by Victor Stinner · 9 years ago
  43. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago
  44. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  45. d3639dc Merge: #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  46. d529ebb Merge: #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  47. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  48. d19e2a5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  49. 9f5bf02 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  50. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  51. 110f9e3 test_time: add tests on HALF_UP rounding mode for _PyTime_ObjectToTime_t() and by Victor Stinner · 9 years ago
  52. 1320f08 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  53. 3ac1d82 Merge 3.5.0 into 3.5.1 by Terry Jan Reedy · 9 years ago
  54. 99cfed7 Issue #24986: Merge with 3.5 by Zachary Ware · 9 years ago
  55. a6deff2 Issue #24986: Save some bandwidth from svn.python.org by Zachary Ware · 9 years ago
  56. f69104f Fixed merge error. by Serhiy Storchaka · 9 years ago
  57. 6e87576 Fixed merge error. by Serhiy Storchaka · 9 years ago
  58. e1a4c57 Merge heads by Serhiy Storchaka · 9 years ago
  59. 8fc0d91 Merge 3.5 by Serhiy Storchaka · 9 years ago
  60. 66d1865 Merge heads by Serhiy Storchaka · 9 years ago
  61. 6ebe05f Merge 3.5.0 by Serhiy Storchaka · 9 years ago
  62. 58d83ac Merge 3.5.0 by Serhiy Storchaka · 9 years ago
  63. 9f9a00a Merged in storchaka/cpython350 (pull request #13) by Larry Hastings · 9 years ago
  64. 793626a Closes #24986: Merge with 3.5 by Zachary Ware · 9 years ago
  65. 36f1d55 Merge with 3.5 by Zachary Ware · 9 years ago
  66. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  67. b27f3c3 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 9 years ago
  68. e74fe18 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  69. a43de00 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  70. 1ebcc9b Merge from 3.5 for issue #24913 by Brett Cannon · 9 years ago
  71. 8436812 Merge from 3.5.0 for issue #24913 by Brett Cannon · 9 years ago
  72. fb39779 Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  73. 594e54c Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  74. fed0931 Merge 3.5 (ICC) by Victor Stinner · 9 years ago
  75. 5b6917e Merge 3.4 (ICC) by Victor Stinner · 9 years ago
  76. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 9 years ago
  77. df6b544 Issue #24913: Fix overrun error in deque.index(). by Brett Cannon · 9 years ago
  78. f495105 Closes #24974: Merge with 3.5 by Zachary Ware · 9 years ago
  79. fda673d Issue #24974: Force fp-model precice in mpdecimal.c on Windows by Zachary Ware · 9 years ago
  80. fa9dfd4 Merge 3.5 (odict) by Victor Stinner · 9 years ago
  81. ca30b02 Issue #24992: Fix error handling and a race condition (related to garbage by Victor Stinner · 9 years ago
  82. 5786aef Don't abuse volatile keyword in pytime.c by Victor Stinner · 9 years ago
  83. 29ee674 Enhance _PyTime_AsTimespec() by Victor Stinner · 9 years ago
  84. fbb215c Merge 3.5 (namereplace) by Victor Stinner · 9 years ago
  85. 38b8ae0 Issue #24993: Handle import error in namereplace error handler by Victor Stinner · 9 years ago
  86. 304d528 Merge 3.5 (test_gdb) by Victor Stinner · 9 years ago
  87. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  88. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  89. 00723e0 Fix ast_for_atom() by Victor Stinner · 9 years ago
  90. 99bb14b type_call() now detect bugs in type new and init by Victor Stinner · 9 years ago
  91. 31eb5fb Merge 3.5 (null merge) by Victor Stinner · 9 years ago
  92. c2b43d1 Merge 3.4 (test_wsgiref) by Victor Stinner · 9 years ago
  93. a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
  94. d5da634 Merge with 3.6. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  95. b541e58 Merge with 3.5. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  96. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  97. 5b4674d Merge 3.5 (test_gdb) by Victor Stinner · 9 years ago
  98. ccc546c Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  99. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  100. 2ec5bd6 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago