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