2013-09-20 |
Serhiy Storchaka | Issue #3015: Fixed tkinter with wantobject=False. ... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Issue #18050: Fixed an incompatibility of the re module... |
commit | commitdiff | tree | snapshot |
2013-09-19 |
Senthil Kumaran | Correcting the mistake in 14ba90816930 |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: only import pwd on POSIX. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: only import pwd on POSIX. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | #14984: only import pwd on POSIX. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | #19037: adjust file times *before* moving maildir files... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge heads. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
doko@ubuntu.com | - followup for issue #18997, make _clear_joined_ptr... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: On POSIX, enforce permissions when readin... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge #14984: On POSIX, enforce permissions when readin... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | #14984: On POSIX, enforce permissions when reading... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #18873: The tokenize module, IDLE, 2to3, and... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #19029: Change non-existing since 3.0 StringType... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Tim Peters | Null merge of 3.2 into 3.3. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Tim Peters | Null merge of 3.1 into 3.2 |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Raymond Hettinger | Issue #19018: The heapq.merge() function no longer... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ezio Melotti | Merge heads. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
R David Murray | #18206: Fix test for existence of license URL. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Georg Brandl | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Georg Brandl | Add a NEWS entry for b9b521efeba3. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Georg Brandl | Add NEWS entry for c18c18774e24. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Georg Brandl | Fix tkinter regression introduced by the security fix... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Georg Brandl | Fix tkinter regression introduced by the security fix... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Ezio Melotti | #18856: improve test coverage of the calendar module... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ezio Melotti | #18981: fix a typo in a comment (noticed by Anoop Thoma... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ezio Melotti | #18951: use consistent names in unittest docs. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Eli Bendersky | Add Germán M. Bravo to Misc/ACKS |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Eli Bendersky | Issue #18997: fix ElementTree crash with using pickle... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Eli Bendersky | Issue #18945: Add tests for tempfile name collision... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Senthil Kumaran | Fix http.server's request handling case on trailing... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Serhiy Storchaka | Issue #18784: The uuid module no more attempts to load... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Senthil Kumaran | Automated merge with file:///Users/skumaran/python... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Senthil Kumaran | Improve the docstring of random.shuffle. Inform users... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Serhiy Storchaka | Issue #18988: The "Tab" key now works when a word is... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Senthil Kumaran | Clarify mmap.close method behavior. Addresses issue... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Senthil Kumaran | Document Fraction's numerator and denominator properties. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Mark Dickinson | Docstring typo fix: Arithmentic -> Arithmetic. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Raymond Hettinger | Issue 18752: Make chain.from_iterable() more visible... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Raymond Hettinger | Issue 18301: The classmethod decorator didn't fit... |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Serhiy Storchaka | Fix a typo. (closes #18953) |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Serhiy Storchaka | Fixed tests with Tcl/Tk <8.5 (closes #18964). |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Senthil Kumaran | Fix the dead link of IEEE_854-1987 standard with the... |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Nick Coghlan | Close #18952: correctly download test support data |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Senthil Kumaran | Correct Profile class usage example. Addresses issue... |
commit | commitdiff | tree | snapshot |
2013-09-07 |
Senthil Kumaran | Fix License URL display and add test to check for licen... |
commit | commitdiff | tree | snapshot |
2013-09-07 |
Senthil Kumaran | Removing the mention of os.isatty mention as Unix only |
commit | commitdiff | tree | snapshot |
2013-09-07 |
Ezio Melotti | #18895: split a sentence in unittest docs. |
commit | commitdiff | tree | snapshot |
2013-09-07 |
Ezio Melotti | #18894: remove mention of deprecated fail* methods. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Tim Peters | Issue 18944: fix a 1-character typo in test_set.py. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Eli Bendersky | Issue #18849: Fixed a Windows-specific tempfile bug... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vinay Sajip | Issue #18941: Respected delay when doing rollover. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vinay Sajip | Issue #18940: Handled low-volume logging when delay... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Vinay Sajip | Issue #18939: Updated venv documentation with some... |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Senthil Kumaran | Improve urlencode docstring. Patch by Brian Brazil. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Tim Peters | Issue #18942: sys._debugmallocstats() output was damage... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Vinay Sajip | Issue #18933: Added links to source code. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Serhiy Storchaka | Issue #18672: Fixed format specifiers for Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Serhiy Storchaka | Issue #18830: inspect.getclasstree() no more produces... |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Christian Heimes | Issue #18709: GCC 4.6 complains that 'v' may be used... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Victor Stinner | Issue #18909: Fix _tkinter.tkapp.interpaddr() on Window... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Antoine Pitrou | Issue #18876: The FileIO.mode attribute now better... |
commit | commitdiff | tree | snapshot |
2013-09-04 |
Meador Inge | Issue #16826: Revert fix while Windows issues are being... |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Meador Inge | Issue #16826: Don't check for PYTHONCASEOK when using -E. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Tim Peters | cwr_next(): move invariants out of loops. |
commit | commitdiff | tree | snapshot |
2013-09-03 |
Eli Bendersky | Issue #18912: Fix indentation in docstring |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Terry Jan Reedy | Remove obsolete .hgeol entry pointing to file moved... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Tim Peters | Fix issue 18889: test_sax: multiple failures on Windows... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Antoine Pitrou | test_threading isn't rudimentary anymore |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Terry Jan Reedy | Issue #12037: Fix test_email for desktop Windows. |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Terry Jan Reedy | Issue #18489: Add complete, gui-free tests for idlelib... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Antoine Pitrou | Forward port new tests from Issue #18851. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Charles-François... | Issue #18418: After fork(), reinit all threads states... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Gregory P.... | Fixes issue #15507: test_subprocess's test_send_signal... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Charles-François... | Issue #18643: Fix some test_socket failures due to... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Serhiy Storchaka | Issue #18743: Fix references to non-existant "StringIO... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Serhiy Storchaka | Issue #18760: Improved cross-references in the xml... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Victor Stinner | Fix @requires_freebsd_version and @requires_linux_versi... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Victor Stinner | Fix compilation of the _sqlite module if threads are... |
commit | commitdiff | tree | snapshot |
2013-08-27 |
Serhiy Storchaka | Issue #18783: Removed existing mentions of Python long... |
commit | commitdiff | tree | snapshot |
2013-08-26 |
Ezio Melotti | #18839: document that sys.exit() will not accept a... |
commit | commitdiff | tree | snapshot |
2013-08-26 |
Eli Bendersky | Clarify pyexpat documentation in StartElementHandler |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Ezio Melotti | #18803: fix more typos. Patch by Févry Thibault. |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Eli Bendersky | Update XMLParser.close documentation and fix formatting. |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Ezio Melotti | #18833: add a test for test_telnetlib. Patch by Alex... |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Charles-François... | Issue #18763: subprocess: The file descriptors are... |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Serhiy Storchaka | Issue #18817: Fix a resource warning in Lib/aifc.py... |
commit | commitdiff | tree | snapshot |
2013-08-25 |
R David Murray | #16611: BaseCookie now parses 'secure' and 'httponly... |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Christian Heimes | Issue #11973: Fix a problem in kevent. The flags and... |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Christian Heimes | Issue #18747: Fix spelling errors in my commit message... |
commit | commitdiff | tree | snapshot |
2013-08-25 |
Christian Heimes | Issue #18709: Fix issue with IPv6 address in subjectAlt... |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Tim Peters | Various clarifications based on feedback & questions... |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Antoine Pitrou | Issue #18756: make test_urandom_failure more robust... |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Victor Stinner | test_socket: cancel scheduled alarm on test failure |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Serhiy Storchaka | Issue #18757: Improved cross-references in the concurre... |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Ezio Melotti | #18798: fix typo in test_fcntl. Patch by Vajrasky... |
commit | commitdiff | tree | snapshot |
2013-08-23 |
Victor Stinner | Close #17702: On error, os.environb now removes suppres... |
commit | commitdiff | tree | snapshot |
next |