1. d1a4f99 allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 10 years ago
  2. b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  3. 22ee4c4 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 10 years ago
  4. 6d343e7 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  5. 1af262c Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  6. 45efb22 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  7. 7d96a09 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 10 years ago
  8. 70d9255 Fix formatting typo in Misc/NEWS. by Ned Deily · 10 years ago
  9. bd5c6f2 Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. by Serhiy Storchaka · 10 years ago
  10. c0799e3 Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 10 years ago
  11. 9194346 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 10 years ago
  12. 3e46d7c Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. by Georg Brandl · 10 years ago
  13. 967d41f Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
  14. b17c1e0 Update Idle's online doc url. by Terry Jan Reedy · 10 years ago
  15. bee003c Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 10 years ago
  16. 175b1a7 remove extra letter by Benjamin Peterson · 10 years ago
  17. b332f2a standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  18. f61e24d whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  19. f40a407 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 10 years ago
  20. 74012c1 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 10 years ago
  21. cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  22. c9cdd0c Lax cookie parsing in http.cookies could be a security issue when by Guido van Rossum · 10 years ago
  23. 038fac6 Test re pickling for all protocols. by Serhiy Storchaka · 10 years ago
  24. 2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 10 years ago
  25. 7644ff1 Now re tests work again on Unicode-disabled build. by Serhiy Storchaka · 10 years ago
  26. ed5ea15 Use more appropriate asserts in re tests. by Serhiy Storchaka · 10 years ago
  27. 05137ed make hg link secure by Benjamin Peterson · 10 years ago
  28. 144de31 #22398 Tools/msi enhancements for 2.7 by Steve Dower · 10 years ago
  29. bf8b0ed test_distutils: remove the test file in DistributionTestCase.test_debug_mode() by Victor Stinner · 10 years ago
  30. 0aa6562 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 10 years ago
  31. 17c0178 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  32. 1c09c0e Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  33. 08578b0 - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 10 years ago
  34. 77a64bf - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 10 years ago
  35. 7709a53 y2k compliance, lol (closes #22380) by Benjamin Peterson · 10 years ago
  36. 581448b Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  37. ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 10 years ago
  38. 9bc3d98 Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  39. fcf701a Document 2.7.9 changes in OS X installer build requirements: by Ned Deily · 10 years ago
  40. 5ceffa1 Update OS X installer build script for changes to documentation build: by Ned Deily · 10 years ago
  41. ea21772 Issue #20643: Fixed references to the next() method (distinguish from the by Serhiy Storchaka · 10 years ago
  42. 749022d Issue #22340: Fix test_collections if the sets module was already imported by Victor Stinner · 10 years ago
  43. a3acea3 Issue #22340: Fix Python 3 warnings in Python 2 tests by Victor Stinner · 10 years ago
  44. 342fd18 backport our own copy of the ref-counting extension by Benjamin Peterson · 10 years ago
  45. 32b1ff9 regrtest: backport "[ 1/399]" progress back from Python 3 by Victor Stinner · 10 years ago
  46. 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 10 years ago
  47. 423f128 remove automatic svn checkout of sphinx and its deps from Doc/Makefile by Benjamin Peterson · 10 years ago
  48. beda110 fix malformed use cmdoption directive by Benjamin Peterson · 10 years ago
  49. 162126d Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 by Alex Gaynor · 10 years ago
  50. e98205d Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Alex Gaynor · 10 years ago
  51. ceb0e1d the correct role is :meth: not :method: by Benjamin Peterson · 10 years ago
  52. 4ec38f6 remove script that now lives at https://github.com/python/docsbuild-scripts by Benjamin Peterson · 10 years ago
  53. 5fa7f0c NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  54. 1e87ac6 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
  55. d85a9ef Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  56. ac51e0d Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  57. 2ad5421 don't index outside of the path (closes #22312) by Benjamin Peterson · 10 years ago
  58. 3f48d39 getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  59. 7234e03 #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  60. 57057a6 PEP 466: backport persistent urandom fd (closes #21305) by Benjamin Peterson · 10 years ago
  61. 0062d1e PEP 466: backport hashlib algorithm constants (closes #21307) by Benjamin Peterson · 10 years ago
  62. 876473e fix load_verify_locations on unicode paths (closes #22244) by Benjamin Peterson · 10 years ago
  63. 13056bf correct call grammar error (#3473) by Benjamin Peterson · 10 years ago
  64. 7fd59e0 properly handle file closing in error cases (closes #22266) by Benjamin Peterson · 10 years ago
  65. ce2ec49 Issue 22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  66. ec9d547 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 10 years ago
  67. 8a4448c fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 10 years ago
  68. e373754 don't segfault when trying to fdopen() a fd for a dir (closes #22259) by Benjamin Peterson · 10 years ago
  69. d3ea065 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  70. 8cb6738 Issue #21166: fix typo in comment by Ned Deily · 10 years ago
  71. a58b255 Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  72. 4426870 Merge heads. by Terry Jan Reedy · 10 years ago
  73. 62990a4 Update PEP 466 What's New in 2.7 section by Nick Coghlan · 10 years ago
  74. bd73ae2 Issue #22199: update Misc/NEWS by Ned Deily · 10 years ago
  75. 9d6488a Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py by Ned Deily · 10 years ago
  76. 983df86 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  77. 0140845 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  78. 95cf986 Import Tkinter as tkinter to help merging and avoid backporting errors. by Serhiy Storchaka · 10 years ago
  79. c208fe6 Issue #1730136: Fix backported exception name. by Ned Deily · 10 years ago
  80. 7ed3e29 fix error message for invalid curve name by Benjamin Peterson · 10 years ago
  81. b47b54c Backed out changeset 7c19f1f792c6 by Benjamin Peterson · 10 years ago
  82. 64c1215 don't call rl_initialize when stdout is not a tty by Benjamin Peterson · 10 years ago
  83. 68482fb expect socket.error instead of the py3ism OSError by Benjamin Peterson · 10 years ago
  84. e208b57 allow any socket error for rude shutdown test by Benjamin Peterson · 10 years ago
  85. 80bdeab link _ssl to crypt32.lib on windoze by Benjamin Peterson · 10 years ago
  86. cbb144a PyUnicode -> PyString and PyLong -> PyInt by Benjamin Peterson · 10 years ago
  87. daeb925 backport many ssl features from Python 3 (closes #21308) by Benjamin Peterson · 10 years ago
  88. 0088b62 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  89. 855a1e9 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago
  90. 52ed755 Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
  91. 2426da8 Fixed typo. by Serhiy Storchaka · 10 years ago
  92. cbee972 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  93. ede745a Clean up test_user_command. by Serhiy Storchaka · 10 years ago
  94. 44ae513 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  95. c82c4c3 Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
  96. f880bff Removed useless Py_LIMITED_API checks. by Serhiy Storchaka · 10 years ago
  97. 19d07f2 backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797 by Senthil Kumaran · 10 years ago
  98. 8bd3415 Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 10 years ago
  99. 7257b50 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  100. c11633e Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 10 years ago