Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #989712: Support using Tk without a mainloop. | Andrew Svetlov | 2012-03-14 | 2 | -0/+18 |
* | What's New in Python 3.3: Repeat the dict lookup change in Porting section | Victor Stinner | 2012-03-13 | 1 | -0/+5 |
* | Fix doc of datetime.date*.*fromtimestamp() methods | Victor Stinner | 2012-03-13 | 2 | -5/+14 |
* | Issue #14180: Fix the select module to handle correctly the Windows timeval | Victor Stinner | 2012-03-13 | 1 | -3/+16 |
* | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and | Victor Stinner | 2012-03-13 | 1 | -10/+15 |
* | Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() | Victor Stinner | 2012-03-13 | 3 | -39/+50 |
* | #8315: add automatic unittest test discovery in test.test_email | R David Murray | 2012-03-13 | 2 | -0/+15 |
* | merge 3.2 | Benjamin Peterson | 2012-03-13 | 0 | -0/+0 |
|\ | |||||
| * | merge heads | Benjamin Peterson | 2012-03-13 | 2 | -1/+7 |
| |\ | |||||
* | \ | merge heads | Benjamin Peterson | 2012-03-13 | 2 | -1/+7 |
|\ \ \ | |||||
| * \ \ | Merge 3.2 | Martin v. Löwis | 2012-03-13 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #5219: Prevent event handler cascade in IDLE. | Martin v. Löwis | 2012-03-13 | 2 | -1/+7 |
| * | | | Issue #5219: Prevent event handler cascade in IDLE. | Martin v. Löwis | 2012-03-13 | 2 | -1/+7 |
* | | | | merge 3.2 | Benjamin Peterson | 2012-03-13 | 1 | -7/+7 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | merge heads | Benjamin Peterson | 2012-03-13 | 2 | -8/+15 |
| |\ \ | | |/ | |||||
| * | | fix indentation | Benjamin Peterson | 2012-03-13 | 1 | -7/+7 |
* | | | Issue #3835: Refuse to use unthreaded Tcl in threaded Python. | Martin v. Löwis | 2012-03-13 | 2 | -0/+9 |
* | | | Issue #2843: Add new Tk API to Tkinter. | Martin v. Löwis | 2012-03-13 | 2 | -1/+89 |
* | | | Issue #14184: merge | Ned Deily | 2012-03-13 | 2 | -8/+15 |
|\ \ \ | | |/ | |/| | |||||
| * | | Issue #14184: Increase the default stack size for secondary threads on | Ned Deily | 2012-03-13 | 2 | -8/+15 |
| |/ | |||||
| * | Merged upstream change. | Vinay Sajip | 2012-03-13 | 1 | -0/+5 |
| |\ | |||||
* | | | Issue #14180: Fix an invalid rounding when compiler optimization are enabled | Victor Stinner | 2012-03-13 | 1 | -1/+3 |
* | | | Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed | Victor Stinner | 2012-03-13 | 1 | -8/+0 |
* | | | Issue #14180: Fix another typo in kqueue_queue_control() | Victor Stinner | 2012-03-13 | 1 | -1/+1 |
* | | | Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_que... | Victor Stinner | 2012-03-13 | 1 | -2/+4 |
* | | | Issue #14180: Remove commented code | Victor Stinner | 2012-03-13 | 1 | -2/+0 |
* | | | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... | Victor Stinner | 2012-03-13 | 16 | -221/+277 |
* | | | Merged upstream change. | Vinay Sajip | 2012-03-13 | 1 | -0/+5 |
|\ \ \ | |||||
| * \ \ | merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers | Senthil Kumaran | 2012-03-13 | 1 | -0/+5 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers | Senthil Kumaran | 2012-03-13 | 1 | -0/+5 |
* | | | | Closes #14267: Merged fix from 3.2. | Vinay Sajip | 2012-03-13 | 1 | -6/+15 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Closes #14267: Corrected computation of rollover filename. | Vinay Sajip | 2012-03-13 | 1 | -6/+15 |
| |/ | |||||
| * | merge heads | Senthil Kumaran | 2012-03-13 | 2 | -4/+11 |
| |\ | |||||
| * \ | merge heads | Senthil Kumaran | 2012-03-13 | 6 | -29/+177 |
| |\ \ | |||||
* | \ \ | merge heads | Senthil Kumaran | 2012-03-13 | 2 | -4/+11 |
|\ \ \ \ | |||||
| * \ \ \ | Merge | Michael Foord | 2012-03-13 | 2 | -4/+11 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Fix unittest test discovery for Jython | Michael Foord | 2012-03-13 | 2 | -4/+11 |
| | | |/ | | |/| | |||||
* | | | | merge heads | Senthil Kumaran | 2012-03-13 | 21 | -121/+546 |
|\ \ \ \ | |/ / / | |||||
| * | | | #8942: add test for __path__ contents in zipimport tests | R David Murray | 2012-03-13 | 1 | -0/+4 |
| * | | | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 3 | -12/+193 |
| * | | | closes #14259 re.finditer() now takes keyword arguments: pos, endpos. | Sean Reifschneider | 2012-03-13 | 3 | -7/+32 |
| * | | | Try to fix compilation of Python-ast.c on Visual Studio 2008 | Victor Stinner | 2012-03-13 | 2 | -2/+2 |
| * | | | #14179: merge with 3.2. | Ezio Melotti | 2012-03-12 | 2 | -0/+11 |
| |\ \ \ | | |/ / | |||||
| | * | | #14179: add tests for re.compile. Patch by Florian Mladitsch. | Ezio Melotti | 2012-03-12 | 2 | -0/+11 |
| * | | | Issue #14104: Implement time.monotonic() on Mac OS X, | Victor Stinner | 2012-03-12 | 2 | -1/+20 |
| * | | | minor PEP7-related fix | Łukasz Langa | 2012-03-12 | 1 | -2/+2 |
| * | | | Merge heads. | Eric V. Smith | 2012-03-12 | 2 | -6/+10 |
| |\ \ \ | |||||
| | * \ \ | str.format_map tests don't do what they say: fix to actually implement the in... | Eric V. Smith | 2012-03-12 | 2 | -6/+10 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge heads. | Eric V. Smith | 2012-03-12 | 3 | -23/+156 |
| | | |\ \ | |||||
| | | * | | | str.format_map tests don't do what they say: fix to actually implement the in... | Eric V. Smith | 2012-03-12 | 2 | -6/+10 |