summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-145-7/+33
|\
| * #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-145-7/+33
* | Closes #14298: update section about dict implementation.Georg Brandl2012-03-141-8/+10
* | default: closes Issue12365 - Add an example explaining the context manager us...Senthil Kumaran2012-03-141-5/+13
|\ \ | |/
| * closes Issue12365 - Add an example explaining the context manager use case of...Senthil Kumaran2012-03-141-5/+13
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-145-42/+119
* | Issue #989712: Support using Tk without a mainloop.Andrew Svetlov2012-03-142-0/+18
* | What's New in Python 3.3: Repeat the dict lookup change in Porting sectionVictor Stinner2012-03-131-0/+5
* | Fix doc of datetime.date*.*fromtimestamp() methodsVictor Stinner2012-03-132-5/+14
* | Issue #14180: Fix the select module to handle correctly the Windows timevalVictor Stinner2012-03-131-3/+16
* | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() andVictor Stinner2012-03-131-10/+15
* | Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()Victor Stinner2012-03-133-39/+50
* | #8315: add automatic unittest test discovery in test.test_emailR David Murray2012-03-132-0/+15
* | merge 3.2Benjamin Peterson2012-03-130-0/+0
|\ \ | |/
| * merge headsBenjamin Peterson2012-03-132-1/+7
| |\
* | \ merge headsBenjamin Peterson2012-03-132-1/+7
|\ \ \
| * \ \ Merge 3.2Martin v. Löwis2012-03-130-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-132-1/+7
| * | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-132-1/+7
* | | | merge 3.2Benjamin Peterson2012-03-131-7/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | merge headsBenjamin Peterson2012-03-132-8/+15
| |\ \ | | |/
| * | fix indentationBenjamin Peterson2012-03-131-7/+7
* | | Issue #3835: Refuse to use unthreaded Tcl in threaded Python.Martin v. Löwis2012-03-132-0/+9
* | | Issue #2843: Add new Tk API to Tkinter.Martin v. Löwis2012-03-132-1/+89
* | | Issue #14184: mergeNed Deily2012-03-132-8/+15
|\ \ \ | | |/ | |/|
| * | Issue #14184: Increase the default stack size for secondary threads onNed Deily2012-03-132-8/+15
| |/
| * Merged upstream change.Vinay Sajip2012-03-131-0/+5
| |\
* | | Issue #14180: Fix an invalid rounding when compiler optimization are enabledVictor Stinner2012-03-131-1/+3
* | | Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removedVictor Stinner2012-03-131-8/+0
* | | Issue #14180: Fix another typo in kqueue_queue_control()Victor Stinner2012-03-131-1/+1
* | | Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_que...Victor Stinner2012-03-131-2/+4
* | | Issue #14180: Remove commented codeVictor Stinner2012-03-131-2/+0
* | | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-1316-221/+277
* | | Merged upstream change.Vinay Sajip2012-03-131-0/+5
|\ \ \
| * \ \ merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
* | | | Closes #14267: Merged fix from 3.2.Vinay Sajip2012-03-131-6/+15
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Closes #14267: Corrected computation of rollover filename.Vinay Sajip2012-03-131-6/+15
| |/
| * merge headsSenthil Kumaran2012-03-132-4/+11
| |\
| * \ merge headsSenthil Kumaran2012-03-136-29/+177
| |\ \
* | \ \ merge headsSenthil Kumaran2012-03-132-4/+11
|\ \ \ \
| * \ \ \ MergeMichael Foord2012-03-132-4/+11
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix unittest test discovery for JythonMichael Foord2012-03-132-4/+11
| | | |/ | | |/|
* | | | merge headsSenthil Kumaran2012-03-1321-121/+546
|\ \ \ \ | |/ / /
| * | | #8942: add test for __path__ contents in zipimport testsR David Murray2012-03-131-0/+4
| * | | Issue #1178863: Separate initialisation from setting when initializingMartin v. Löwis2012-03-133-12/+193
| * | | closes #14259 re.finditer() now takes keyword arguments: pos, endpos.Sean Reifschneider2012-03-133-7/+32
| * | | Try to fix compilation of Python-ast.c on Visual Studio 2008Victor Stinner2012-03-132-2/+2
| * | | #14179: merge with 3.2.Ezio Melotti2012-03-122-0/+11
| |\ \ \ | | |/ /
| | * | #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-122-0/+11