summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | #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
| * | | Issue #14104: Implement time.monotonic() on Mac OS X,Victor Stinner2012-03-122-1/+20
| * | | minor PEP7-related fixŁukasz Langa2012-03-121-2/+2
| * | | Merge heads.Eric V. Smith2012-03-122-6/+10
| |\ \ \
| | * \ \ str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-122-6/+10
| | |\ \ \ | | | |/ /
| | | * | Merge heads.Eric V. Smith2012-03-123-23/+156
| | | |\ \
| | | * | | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-122-6/+10
| * | | | | MergeMichael Foord2012-03-124-18/+165
| |\ \ \ \ \ | | |/ / / /
| | * | | | Head mergeŁukasz Langa2012-03-121-3/+8
| | |\ \ \ \
| | | * | | | #13842: check whether PyUnicode_FromString succeededŁukasz Langa2012-03-121-3/+8
| | * | | | | #13394: add more tests for the aifc module and use warnings.warn instead of p...Ezio Melotti2012-03-123-15/+157
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | #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-125-1/+43
| |\ \ \ \
| | * \ \ \ Head merge.Łukasz Langa2012-03-124-0/+42
| | |\ \ \ \
| | | * | | | Fixes #13842: cannot pickle Ellipsis or NotImplemented.Łukasz Langa2012-03-124-0/+42
| | * | | | | 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
| |/ / / / /
| * | | | | merge 3.2Benjamin Peterson2012-03-121-6/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | kill this disabled codeBenjamin Peterson2012-03-121-6/+0
| * | | | | merge 3.2Benjamin Peterson2012-03-121-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | use correct naming conventionBenjamin Peterson2012-03-121-2/+2
| * | | | | give the AST class a __dict__Benjamin Peterson2012-03-124-6/+35
| * | | | | 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-122-3/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | merge 3.2Benjamin Peterson2012-03-122-4/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | merge headsBenjamin Peterson2012-03-121-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | every other ast object has a dict, so I think AST should, tooBenjamin Peterson2012-03-121-3/+0
* | | | | | closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | closes issue14257 - Grammatical fixSenthil Kumaran2012-03-121-3/+3
| | |_|/ | |/| |
* | | | Merge.Eric V. Smith2012-03-122-3/+8
|\ \ \ \
| * | | | Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...Eric V. Smith2012-03-122-3/+8
| | |/ / | |/| |
* | | | closes issue14257 - cpython - minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | closes issue14257 - 3.2 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
| |/
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-114-1/+80
|\ \ | |/
| * Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-114-1/+82
* | Modify patchcheck.py to check for changes to configure.in.Ross Lagerwall2012-03-111-0/+19
* | Fix regression after c8d1df9ac987Antoine Pitrou2012-03-101-1/+1
* | Close #14210: add command argument completion to pdb: complete file names, gl...Georg Brandl2012-03-104-0/+111
* | Close #14248: fix typo.Georg Brandl2012-03-101-1/+1
* | merge 3.2 (#9574)Mark Dickinson2012-03-101-0/+7
|\ \ | |/
| * Closes #9574: Note that complex constructor doesn't allow whitespace around c...Mark Dickinson2012-03-101-0/+7
* | 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-102-3/+13
|\ \ | |/
| * Closes #14244: add info about capturing groups and maxsplit to the docstring ...Georg Brandl2012-03-101-3/+8
| * Closes #14186: add link to PEP 3107 (function annotations) to the function de...Georg Brandl2012-03-101-0/+5
* | Close #14232: catch mmap() failure in new_arena() of obmallocVictor Stinner2012-03-091-3/+8