summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-143-0/+38
* Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-143-7/+29
|\
| * #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-143-7/+29
| * Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-1/+5
| * Merged upstream change.Vinay Sajip2012-03-131-0/+5
| |\
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-142-25/+89
* | | Issue #989712: Support using Tk without a mainloop.Andrew Svetlov2012-03-141-0/+16
* | | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() andVictor Stinner2012-03-131-10/+15
* | | #8315: add automatic unittest test discovery in test.test_emailR David Murray2012-03-131-0/+10
* | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-1/+5
* | | Issue #2843: Add new Tk API to Tkinter.Martin v. Löwis2012-03-131-1/+87
* | | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-133-17/+78
* | | 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
| |/
* | MergeMichael Foord2012-03-131-4/+9
|\ \ | |/
| * Fix unittest test discovery for JythonMichael Foord2012-03-131-4/+9
* | #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-132-12/+189
* | closes #14259 re.finditer() now takes keyword arguments: pos, endpos.Sean Reifschneider2012-03-131-0/+20
* | #14179: merge with 3.2.Ezio Melotti2012-03-121-0/+10
|\ \ | |/
| * #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+10
* | Merge heads.Eric V. Smith2012-03-121-6/+9
|\ \
| * \ str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-6/+9
| |\ \ | | |/
| | * Merge heads.Eric V. Smith2012-03-122-15/+154
| | |\
| | * | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-6/+9
* | | | MergeMichael Foord2012-03-122-15/+155
|\ \ \ \ | |/ / /
| * | | #13394: add more tests for the aifc module and use warnings.warn instead of p...Ezio Melotti2012-03-122-15/+155
| |\ \ \ | | | |/ | | |/|
| | * | #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.Ezio Melotti2012-03-121-9/+154
* | | | Move adding unittest test discovery command line options into their own method.Michael Foord2012-03-121-5/+7
|/ / /
* | | MergeMichael Foord2012-03-123-1/+21
|\ \ \
| * \ \ Head merge.Łukasz Langa2012-03-122-0/+20
| |\ \ \
| | * | | Fixes #13842: cannot pickle Ellipsis or NotImplemented.Łukasz Langa2012-03-122-0/+20
| * | | | adjust for change in AST typeBenjamin Peterson2012-03-121-1/+1
* | | | | Refactor unittest command line handling to always use optparseMichael Foord2012-03-122-59/+32
|/ / / /
* | | | give the AST class a __dict__Benjamin Peterson2012-03-121-0/+3
* | | | merge 3.2Benjamin Peterson2012-03-121-3/+0
|\ \ \ \ | | |/ / | |/| |
| * | | allow AST objects to be like its subclassesBenjamin Peterson2012-03-121-3/+0
* | | | merge headsBenjamin Peterson2012-03-121-3/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...Eric V. Smith2012-03-121-3/+7
* | | | merge 3.2Benjamin Peterson2012-03-121-3/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | every other ast object has a dict, so I think AST should, tooBenjamin Peterson2012-03-121-3/+0
| |/
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-112-1/+76
|\ \ | |/
| * Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-112-1/+78
* | Close #14210: add command argument completion to pdb: complete file names, gl...Georg Brandl2012-03-101-0/+95
* | PEP8-ize test namesAntoine Pitrou2012-03-101-82/+54
* | Remove useless failOnException() methodAntoine Pitrou2012-03-101-86/+32
* | Merge with 3.2.Georg Brandl2012-03-101-3/+8
|\ \ | |/