1. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  2. 1f09c66 let this work with system Python 2.5 by Benjamin Peterson · 11 years ago
  3. eecdd77 fix my absurd spelling by Benjamin Peterson · 11 years ago
  4. 305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) by Benjamin Peterson · 11 years ago
  5. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  6. 587b305 Closes #19043: remove detailed listing of versions from license files by Georg Brandl · 11 years ago
  7. ce34687 Fix comment in test_gdb by Nick Coghlan · 11 years ago
  8. 31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  9. c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 by Serhiy Storchaka · 11 years ago
  10. 2a97cee Correcting the mistake in 14ba90816930 by Senthil Kumaran · 11 years ago
  11. 4b49ae6 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  12. 58bf8d2 Merge #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  13. 505be21 #14984: only import pwd on POSIX. by R David Murray · 11 years ago
  14. 41a22f1 #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  15. 825b50a Merge heads. by R David Murray · 11 years ago
  16. 0648bf7 - followup for issue #18997, make _clear_joined_ptr static. by doko@ubuntu.com · 11 years ago
  17. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  18. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  19. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  20. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  21. 975fce3 Issue #19029: Change non-existing since 3.0 StringType to str. by Serhiy Storchaka · 11 years ago
  22. a238914 Null merge of 3.2 into 3.3. by Tim Peters · 11 years ago
  23. 945a251 Null merge of 3.1 into 3.2 by Tim Peters · 11 years ago
  24. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  25. 0a32d92 Merge heads. by Ezio Melotti · 11 years ago
  26. 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  27. 0a9d051 merge with 3.2 by Georg Brandl · 11 years ago
  28. bc75046 Add a NEWS entry for b9b521efeba3. by Georg Brandl · 11 years ago
  29. c5884d8 Add NEWS entry for c18c18774e24. by Georg Brandl · 11 years ago
  30. c17a8df Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
  31. db4309e Fix tkinter regression introduced by the security fix in #16248. by Georg Brandl · 11 years ago
  32. 87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. by Ezio Melotti · 11 years ago
  33. e7f4c1c #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). by Ezio Melotti · 11 years ago
  34. 560a778 #18951: use consistent names in unittest docs. by Ezio Melotti · 11 years ago
  35. 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 11 years ago
  36. dd3661e Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  37. aa04f9a Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  38. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  39. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  40. d184f66 Automated merge with file:///Users/skumaran/python/cpython by Senthil Kumaran · 11 years ago
  41. f8ce51a Improve the docstring of random.shuffle. Inform users not to provide int arg. by Senthil Kumaran · 11 years ago
  42. dd4754e Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  43. b918395 Clarify mmap.close method behavior. Addresses issue #18815 by Senthil Kumaran · 11 years ago
  44. b505a6a Document Fraction's numerator and denominator properties. Addresses issue #18800 by Senthil Kumaran · 11 years ago
  45. 51ef074 Docstring typo fix: Arithmentic -> Arithmetic. by Mark Dickinson · 11 years ago
  46. fb92f39 Issue 18752: Make chain.from_iterable() more visible in the documentation. by Raymond Hettinger · 11 years ago
  47. 1e21ebc Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. by Raymond Hettinger · 11 years ago
  48. c700180 Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  49. dfa689b Fixed tests with Tcl/Tk <8.5 (closes #18964). by Serhiy Storchaka · 11 years ago
  50. 4fec47e Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. by Senthil Kumaran · 11 years ago
  51. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  52. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  53. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  54. 1b90227 Removing the mention of os.isatty mention as Unix only by Senthil Kumaran · 11 years ago
  55. e64a91a #18895: split a sentence in unittest docs. by Ezio Melotti · 11 years ago
  56. e220236 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 11 years ago
  57. 23d7d4e Issue 18944: fix a 1-character typo in test_set.py. by Tim Peters · 11 years ago
  58. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  59. 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
  60. d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
  61. a704582 Issue #18939: Updated venv documentation with some clarifications. by Vinay Sajip · 11 years ago
  62. 324ae385 Improve urlencode docstring. Patch by Brian Brazil. by Senthil Kumaran · 11 years ago
  63. eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
  64. 31b862d Issue #18933: Added links to source code. by Vinay Sajip · 11 years ago
  65. 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  66. ef31a00 Merge heads by Serhiy Storchaka · 11 years ago
  67. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  68. 60bf2fc Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case by Christian Heimes · 11 years ago
  69. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  70. e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  71. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  72. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  73. 9edb168 cwr_next(): move invariants out of loops. by Tim Peters · 11 years ago
  74. c554f72 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  75. a0f482a Remove obsolete .hgeol entry pointing to file moved elsewhere. by Terry Jan Reedy · 11 years ago
  76. 9d2e3a1 Fix issue 18889: test_sax: multiple failures on Windows desktop. by Tim Peters · 11 years ago
  77. 4c8ce84 test_threading isn't rudimentary anymore by Antoine Pitrou · 11 years ago
  78. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  79. 31e4d32 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  80. a839271 Forward port new tests from Issue #18851. by Antoine Pitrou · 11 years ago
  81. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  82. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  83. e33d5b0 Merge. by Charles-François Natali · 11 years ago
  84. 5fd2642 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  85. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  86. 15e6590 Issue #18760: Improved cross-references in the xml package. by Serhiy Storchaka · 11 years ago
  87. 3b44a40 Fix @requires_freebsd_version and @requires_linux_version decorators of by Victor Stinner · 11 years ago
  88. b84fc0f Fix compilation of the _sqlite module if threads are disabled by Victor Stinner · 11 years ago
  89. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  90. 4af4d27 #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. by Ezio Melotti · 11 years ago
  91. ca4d97e Clarify pyexpat documentation in StartElementHandler by Eli Bendersky · 11 years ago
  92. 7c4a7e6 #18803: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  93. bf8ab77 Update XMLParser.close documentation and fix formatting. by Eli Bendersky · 11 years ago
  94. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  95. c20a7b9 Merge. by Charles-François Natali · 11 years ago
  96. 249cdc3 Issue #18763: subprocess: The file descriptors are now closed after calling the by Charles-François Natali · 11 years ago
  97. b33baf1 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  98. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  99. f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  100. 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago