2013-09-27 |
Benjamin Peterson | merge 3.3 (#19098) |
commit | commitdiff | tree | snapshot |
2013-09-27 |
Benjamin Peterson | don't scale compiler stack frames if the recursion... |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Eli Bendersky | Move open outside try/finally |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Eli Bendersky | Don't use fancy new Python features like 'with' - some... |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Eli Bendersky | Normalize whitespace |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Eli Bendersky | Small fixes in Parser/asdl.py - no change in functionality. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Ethan Furman | Close #19030: improvements to inspect and Enum. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
Georg Brandl | Fix minor typo. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Serhiy Storchaka | Null merge (tkinter.Tkapp.merge() was removed in 3.4). |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Serhiy Storchaka | Issue #19028: Fixed tkinter.Tkapp.merge() for non-strin... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Serhiy Storchaka | Issue #18996: TestCase.assertEqual() now more cleverly... |
commit | commitdiff | tree | snapshot |
2013-09-23 |
Serhiy Storchaka | Issue #19034: repr() for tkinter.Tcl_Obj now exposes... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Ethan Furman | Close #19025: Better error message when trying to delet... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Jason R. Coombs | Issue #18978: Update docs to reflect explicitly the... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Jason R. Coombs | Close #18978: Merge changes. |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Jason R. Coombs | Update NEWS |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Nick Coghlan | Close #18626: add a basic CLI for the inspect module |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Nick Coghlan | Avoid inconsistent use of 'finalizer' |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Nick Coghlan | Close #19047: weakref doc cleanups |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Georg Brandl | merge with 3.3 |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Georg Brandl | Closes #19043: remove detailed listing of versions... |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Nick Coghlan | Merge from 3.3 |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Nick Coghlan | Fix comment in test_gdb |
commit | commitdiff | tree | snapshot |
2013-09-22 |
Raymond Hettinger | Note that LINEAR_PROBES can be set to zero. |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Raymond Hettinger | Minor beautification. Put updates and declarations... |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Antoine Pitrou | test_gdb: skip pretty-printing of sets with gdb < 7.3 |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Antoine Pitrou | test_gdb: dump gdb version in verbose mode |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Raymond Hettinger | When LINEAR_PROBES=0, let the compiler remove the dead... |
commit | commitdiff | tree | snapshot |
2013-09-21 |
Raymond Hettinger | Make the linear probe sequence clearer. |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Issue #3015: Fixed tkinter with wantobject=False. ... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Issue #3015: Fixed tkinter with wantobject=False. ... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Antoine Pitrou | Add a comment making it explicit that itertools.tee... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Serhiy Storchaka | Issue #18050: Fixed an incompatibility of the re module... |
commit | commitdiff | tree | snapshot |
2013-09-20 |
Tim Peters | Update internal comments to say _something_ about the... |
commit | commitdiff | tree | snapshot |
2013-09-19 |
Senthil Kumaran | Correcting the mistake in 678e3c0d2d99 |
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 | 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 | Merge #19037: adjust file times *before* moving maildir... |
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 merge heads. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
R David Murray | Merge heads. |
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 |
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 | 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 #18873: The tokenize module, IDLE, 2to3, and... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #17003: Unified the size argument names in the... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #19029: Change non-existing since 3.0 StringType... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Serhiy Storchaka | Issue #19029: Change non-existing since 3.0 StringType... |
commit | commitdiff | tree | snapshot |
2013-09-16 |
Georg Brandl | One more markup fix. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ethan Furman | Close #18693: Enum is now more help() friendly. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Andrew Kuchling | #1565525: Add traceback.clear_frames() helper function... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Raymond Hettinger | Issue 18771: Make it possible to set the number linear... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Tim Peters | Null merge of 3.3 into default. |
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 |
Ethan Furman | Close #18989: enum members will no longer overwrite... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Senthil Kumaran | Expose --bind argument for http.server, enable http... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Georg Brandl | Fixup reST syntax errors and streamline docs of PEP... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Raymond Hettinger | Issue #19018: The heapq.merge() function no longer... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ethan Furman | Close #18929: inspect.classify_class_attrs will now... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ethan Furman | Add __reversed__ to Enum. Minor code reorg (moved... |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ezio Melotti | #18856: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Antoine Pitrou | Address Terry's comments |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Ezio Melotti | Merge heads. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Antoine Pitrou | Avoid test_logging failure when run after test_unittest... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
Antoine Pitrou | Issue #18937: Add an assertLogs() context manager to... |
commit | commitdiff | tree | snapshot |
2013-09-14 |
R David Murray | #18206: Re-fix license URL. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
R David Murray | Merge #18206: Fix test for existence of license URL. |
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.3 |
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 |
Antoine Pitrou | Adjust comment |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Antoine Pitrou | Issue #19013: add a __main__ to unittest.test.testmock... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Antoine Pitrou | Issue #19013: add a __main__ to unittest.test to ease... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Antoine Pitrou | Issue #19013: add unittest.main() epilogs to unittest... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Antoine Pitrou | Issue #19013: add unittest.main() epilogs to unittest... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ezio Melotti | #18981: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Brett Cannon | Issue #18955: clarify what is removed by importlib... |
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: merge with 3.3. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ezio Melotti | #18951: use consistent names in unittest docs. |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Charles-François... | Issue #16201: socket: Use inet_pton()/inet_addr() inste... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Eli Bendersky | Merge for Issue #18997: Issue #18997: fix ElementTree... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Eli Bendersky | Add Germán M. Bravo to Misc/ACKS |
commit | commitdiff | tree | snapshot |
next |