1. fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  2. f3bdc10 Backported new tests for attribute setting of expat parser. by Serhiy Storchaka · 9 years ago
  3. ad7b0cd Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  4. 0ecf462 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  5. baf9ef9 Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  6. 0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  7. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 9 years ago
  8. 04861dc Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  9. 7c7b4b5 Backport support.change_cwd() and use it in tests. by Serhiy Storchaka · 9 years ago
  10. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  11. bda9bd1 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  12. 99c1a6d Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  13. eb49ccf Issue #24986: Save some bandwidth from svn.python.org by Zachary Ware · 9 years ago
  14. 1db43f9 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 9 years ago
  15. 7ab6cb4 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  16. c97e18e merge heads. by Senthil Kumaran · 9 years ago
  17. f30e078 Remove unused imports in test_wsgiref.py by Senthil Kumaran · 9 years ago
  18. ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C by Victor Stinner · 9 years ago
  19. cc1db4b python-gdb.py: enhance py-bt command by Victor Stinner · 9 years ago
  20. 3c5ce40 test_gdb: enhance regex used to parse the GDB version by Victor Stinner · 9 years ago
  21. b50d3b2 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  22. a4ce943 Turn 'rem' comments into a real usage message in PCbuild/build.bat by Zachary Ware · 9 years ago
  23. 9ce9f77 Improve tutorial suggestion for looping techniques by Raymond Hettinger · 9 years ago
  24. 6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread by Martin Panter · 9 years ago
  25. fe2f287 Make an example a little clearer by Raymond Hettinger · 9 years ago
  26. e0c8e26 Issue #24962: Remove space from filename by Zachary Ware · 9 years ago
  27. d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows by Zachary Ware · 9 years ago
  28. 34eab07 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  29. 0c416e0 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  30. 936a6f1 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  31. 9de9b78 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
  32. f79aa58 #24926: Fix typo in example. by R David Murray · 9 years ago
  33. d951625 Merge 2.7 heads. by Robert Collins · 9 years ago
  34. 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  35. 14462d4 remove tabs from ceval.c (closes #24895) by Benjamin Peterson · 9 years ago
  36. 864e1a6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  37. c9a5a19 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  38. ea42876 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  39. 5fa59bd Idle NEWS entries. by Terry Jan Reedy · 9 years ago
  40. b4bdbe9 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  41. 87da498 Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7, by Terry Jan Reedy · 9 years ago
  42. 223546d add missing NULL checks to get_coding_spec (closes #24854) by Benjamin Peterson · 9 years ago
  43. 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  44. 1687074 Fixed doubled spaces in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  45. ce698f3 Issue #24751: Fix running regrtest with '-w' flag in case of test failures. by Zachary Ware · 9 years ago
  46. 311c8d6 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  47. a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  48. 0a85728 Don't left shift negative values. Use an unsigned value instead to avoid by Gregory P. Smith · 9 years ago
  49. 937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  50. 1d8b7be Issue #24759: Revert 8203fc75b3d2. by Terry Jan Reedy · 9 years ago
  51. d7a4f9e include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  52. ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  53. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  54. 9de4707 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  55. 1235214 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  56. 3f32b97 Issue #21192: acks for 2.7 by Terry Jan Reedy · 9 years ago
  57. 8755d78 Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  58. a872fec Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  59. fa002d4 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  60. ffc7e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  61. 3d731c5 Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). by Guido van Rossum · 9 years ago
  62. 1edd2f6 make comment not lie about the size of SMALL_REQUEST_THRESHOLD by Benjamin Peterson · 9 years ago
  63. f524799 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  64. 15a92fd Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  65. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  66. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  67. 62a2338 Set a default BasePlatformToolset to allow the ICC buildbot to build. by Zachary Ware · 9 years ago
  68. 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
  69. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  70. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  71. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  72. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  73. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  74. 80277ed Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  75. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  76. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  77. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  78. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  79. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  80. cdbe6fc we don't care about python 1.5.2 by Benjamin Peterson · 9 years ago
  81. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  82. c6fe4db Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  83. 4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. by Terry Jan Reedy · 9 years ago
  84. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  85. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 9 years ago
  86. 46d4ed1 Fixes OpenSSL directory reference by Steve Dower · 9 years ago
  87. 4306063 Issue #24568: fix typo. by Raymond Hettinger · 9 years ago
  88. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  89. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  90. 10c997a Close #23963: Fix building with original OpenSSL sources. by Zachary Ware · 9 years ago
  91. 1485054 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 9 years ago
  92. 7751843 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  93. 79d0e72 Backport b80d141a044e by Zachary Ware · 9 years ago
  94. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  95. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  96. 8de92c3 Corrected empty lines and removed BOM in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  97. 26040e8 'not' is very important here by Benjamin Peterson · 9 years ago
  98. 678e7a9 tighten warning by Benjamin Peterson · 9 years ago
  99. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  100. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago