Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Tatiana Al-Chueyr. | |||||
| * | | | | | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 3 | -12/+193 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov. | |||||
| * | | | | | closes #14259 re.finditer() now takes keyword arguments: pos, endpos. | Sean Reifschneider | 2012-03-13 | 3 | -7/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contrary to the documentation, finditer() did not take pos and endpos keyword arguments. | |||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | patch written by Nicholas Riley. | |||||
| * | | | | | 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 ↵ | Eric V. Smith | 2012-03-12 | 2 | -6/+10 | |
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | intent of the test. Closes #13450. Patch by Akira Li. | |||||
| | | * | | | | 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 ↵ | Eric V. Smith | 2012-03-12 | 2 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intent of the test. Closes #13450. | |||||
| * | | | | | | | Merge | Michael Foord | 2012-03-12 | 4 | -18/+165 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Head merge | Łukasz Langa | 2012-03-12 | 1 | -3/+8 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | #13842: check whether PyUnicode_FromString succeeded | Łukasz Langa | 2012-03-12 | 1 | -3/+8 | |
| | | | | | | | | | ||||||
| | * | | | | | | | #13394: add more tests for the aifc module and use warnings.warn instead of ↵ | Ezio Melotti | 2012-03-12 | 3 | -15/+157 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | / / / / | | | | |/ / / / | | | |/| | | | | print. Patch by Oleg Plakhotnyuk. | |||||
| | | * | | | | | #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. | Ezio Melotti | 2012-03-12 | 1 | -9/+154 | |
| | | | | | | | | ||||||
| * | | | | | | | Move adding unittest test discovery command line options into their own method. | Michael Foord | 2012-03-12 | 1 | -5/+7 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge | Michael Foord | 2012-03-12 | 5 | -1/+43 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Head merge. | Łukasz Langa | 2012-03-12 | 4 | -0/+42 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Fixes #13842: cannot pickle Ellipsis or NotImplemented. | Łukasz Langa | 2012-03-12 | 4 | -0/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks for James Sanders for the bug report and the patch. | |||||
| | * | | | | | | | adjust for change in AST type | Benjamin Peterson | 2012-03-12 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactor unittest command line handling to always use optparse | Michael Foord | 2012-03-12 | 2 | -59/+32 | |
| |/ / / / / / / | ||||||
| * | | | | | | | merge 3.2 | Benjamin Peterson | 2012-03-12 | 1 | -6/+0 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | kill this disabled code | Benjamin Peterson | 2012-03-12 | 1 | -6/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | merge 3.2 | Benjamin Peterson | 2012-03-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | use correct naming convention | Benjamin Peterson | 2012-03-12 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | give the AST class a __dict__ | Benjamin Peterson | 2012-03-12 | 4 | -6/+35 | |
| | | | | | | | | ||||||
| * | | | | | | | merge 3.2 | Benjamin Peterson | 2012-03-12 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | allow AST objects to be like its subclasses | Benjamin Peterson | 2012-03-12 | 1 | -3/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | merge heads | Benjamin Peterson | 2012-03-12 | 2 | -3/+8 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | merge 3.2 | Benjamin Peterson | 2012-03-12 | 2 | -4/+1 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | merge heads | Benjamin Peterson | 2012-03-12 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | every other ast object has a dict, so I think AST should, too | Benjamin Peterson | 2012-03-12 | 1 | -3/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | closes issue14257 - Grammatical fix | Senthil Kumaran | 2012-03-12 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | closes issue14257 - Grammatical fix | Senthil Kumaran | 2012-03-12 | 1 | -3/+3 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge. | Eric V. Smith | 2012-03-12 | 2 | -3/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make test_logging no longer fail if zlib not present. Closes #14256. Patch ↵ | Eric V. Smith | 2012-03-12 | 2 | -3/+8 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | by Pedro Kroger. | |||||
* | | | | | | closes issue14257 - cpython - minor error in glossary wording regarding __hash__ | Senthil Kumaran | 2012-03-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ | Senthil Kumaran | 2012-03-12 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under ↵ | Antoine Pitrou | 2012-03-11 | 4 | -1/+80 | |
|\ \ \ \ | |/ / / | | | | | | | | | Windows when the child process has already exited. |