1. 285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 by Donald Stufft · 8 years ago
  2. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 8 years ago
  3. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 8 years ago
  4. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 8 years ago
  5. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 8 years ago
  6. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 8 years ago
  7. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  8. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 8 years ago
  9. 5c715b0 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  10. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 8 years ago
  11. d379d63 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  12. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  13. e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 8 years ago
  14. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 8 years ago
  15. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  16. cc8929b https link to the bug tracker (closes #27670) by Benjamin Peterson · 8 years ago
  17. bc82de0 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  18. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  19. 2246f39 Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  20. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  21. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  22. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 8 years ago
  23. 801110b Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  24. 2e1a340 ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  25. 2a0438d Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  26. 1e411c5 Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module by Martin Panter · 8 years ago
  27. 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  28. cdb8be4 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  29. 0c08fe0 Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  30. 6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  31. 65e0d8c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  32. 373773d Issue #27473: Fixed possible integer overflow in str, unicode and bytearray by Serhiy Storchaka · 8 years ago
  33. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  34. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  35. 8c6849b Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  36. 2d2e6be [port to 2.7] - Issue #27466: Change time format returned by by Senthil Kumaran · 8 years ago
  37. e5fa8b0 initialize variable to appease gcc by Benjamin Peterson · 8 years ago
  38. 42e1029 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  39. 64c8275 reduce marshal stack size in debug mode on windows (closes #27019) by Benjamin Peterson · 8 years ago
  40. ee69451 fix refleaks in PyDict_SetItem error cases (closes #27248) by Benjamin Peterson · 8 years ago
  41. 7127b62 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  42. 65be04c Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 8 years ago
  43. 77c9106 Fixed a test for issue23908 with C locale. by Serhiy Storchaka · 8 years ago
  44. 3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject by Serhiy Storchaka · 8 years ago
  45. 3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  46. bc44893 Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  47. 2b8f094 Adds batch file for building nuget package, and includes libs folder by Steve Dower · 8 years ago
  48. 094338e Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  49. 199b7d5 Issue #22115: Fixed tracing Tkinter variables. by Serhiy Storchaka · 8 years ago
  50. 0c67a5f post 2.7.12 version by Benjamin Peterson · 8 years ago
  51. 1d6879b merge 2.7.12 release branch by Benjamin Peterson · 8 years ago
  52. 96da94b Added tag v2.7.12 for changeset d33e0cf91556 by Benjamin Peterson · 8 years ago
  53. 1fae982 2.7.12 final by Benjamin Peterson · 8 years ago
  54. 4da5815 Adds scripts for building nuget packages. by Steve Dower · 8 years ago
  55. ff0d875 array.buffer_info() should return a length as int, not long, for compatibility. by Serhiy Storchaka · 8 years ago
  56. 919345d Issue #27365: Add blank lines. to 2.7 test_editmenu by Terry Jan Reedy · 8 years ago
  57. 0cc5a2b Fixed integer overflow and handled MemoryError in array.buffer_info(). by Serhiy Storchaka · 8 years ago
  58. aaa4baf Issue #27370: Use t for an iterable in mutable sequence ops by Martin Panter · 8 years ago
  59. 8da85a1 Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. by Senthil Kumaran · 8 years ago
  60. 7a5691f merge 2.7.12 release branch by Benjamin Peterson · 8 years ago
  61. 95d9555 fix idle about dialog #27365 by Benjamin Peterson · 8 years ago
  62. b3eaaf0 Issue #22463: Cure unused function warnings on AIX by Martin Panter · 8 years ago
  63. 2924124 Issue #22463: Correct #endif placement; patch by Senthil Kumaran by Martin Panter · 8 years ago
  64. 646b528 Issue #22463: Backport compiler warning fixes and workarounds by Martin Panter · 8 years ago
  65. 4e6e565 Fix English spelling and grammar errors by Martin Panter · 8 years ago
  66. 4183387 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  67. d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  68. 0ffd26f Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  69. 7ae0a6d Added tag v2.7.12rc1 for changeset 13912cd1e7e8 by Benjamin Peterson · 8 years ago
  70. 1563f16 2.7.12 release candidate 1 by Benjamin Peterson · 8 years ago
  71. 4b27f14 update pydoc topics by Benjamin Peterson · 8 years ago
  72. d244a8f upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  73. f3ba6a9 Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. by Terry Jan Reedy · 8 years ago
  74. 2e1b7fc raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  75. 391f1a4 Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  76. 3b6a532 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  77. a0f2295 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  78. 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  79. 7740c40 Fix typo in comment by Martin Panter · 8 years ago
  80. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 8 years ago
  81. eb06301 Issue #22636: Avoid using a shell in the ctypes.util module by Victor Stinner · 10 years ago
  82. f46d3af ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  83. ef012cc Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  84. c59a92b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  85. 34cb3f0 Issue #27301: Fixed incorrect return code for error in compile.c. by Serhiy Storchaka · 8 years ago
  86. b311eee Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  87. 0e21233 Issue #12855: Document what exactly unicode.splitlines() splits on by Martin Panter · 8 years ago
  88. 77ccaaf Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  89. d8b5942 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  90. fc0a55f Issue #16182: Backport documentation of set_pre_input_hook() availability by Martin Panter · 8 years ago
  91. 92390ab Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 8 years ago
  92. 53e9f83 Issue #27310: remove vestigial import in IDLE.app by Ned Deily · 8 years ago
  93. 0d86577 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  94. 50c7e05 Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  95. 59f7114 Rename class attribute "thetype" to "partial" in functools.partial tests by Serhiy Storchaka · 8 years ago
  96. 1e09006 Issue #25455: Backported tests for pickling recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  97. 1f7586e Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  98. 056cbfd Fix typo in documentation by Martin Panter · 8 years ago
  99. 93f815a Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 8 years ago
  100. e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 8 years ago