summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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.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
| |\ \ \ | | |/ / | |/| |
* | | | merge 3.2Benjamin Peterson2012-03-122-4/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | merge headsBenjamin Peterson2012-03-121-1/+1
| |\ \ | | |/
| | * closes issue14257 - 3.2 minor error in glossary wording regarding __hash__Senthil Kumaran2012-03-121-1/+1
| * | 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-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
* | Issue #14205: Fix test_dict.test_mutating_lookup()Victor Stinner2012-03-091-9/+16
* | Relax timeout tests for weak Windows buildbotAntoine Pitrou2012-03-091-7/+7
* | refactor and avoid warningsBenjamin Peterson2012-03-091-7/+5
* | Issue #14205: Document the dict lookup change in What's New in Python 3.3Victor Stinner2012-03-091-0/+7
* | Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4.Victor Stinner2012-03-091-29/+0
* | Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo...Eli Bendersky2012-03-092-8/+153
* | Fix indentation.Georg Brandl2012-03-091-1/+2
* | null merge from 3.2Senthil Kumaran2012-03-090-0/+0
|\ \ | |/
| * Fix closes Issue: 14217 - 3.2 branchSenthil Kumaran2012-03-091-1/+4
* | Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by T...Senthil Kumaran2012-03-091-1/+3
* | Issue #14211: Oops, I removed the wrong file :-)Victor Stinner2012-03-082-38/+29
* | Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference toVictor Stinner2012-03-082-33/+5
* | Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference toVictor Stinner2012-03-083-36/+38
* | Fix indentation.Georg Brandl2012-03-081-59/+60
* | Issue #14205: document the change of dict[key] behaviour if dict is modifiedVictor Stinner2012-03-081-0/+4
* | merge 3.2 (null)Benjamin Peterson2012-03-080-0/+0
|\ \ | |/
| * this stuff will actually be new in 3.2.4Benjamin Peterson2012-03-081-30/+45
* | Close #14223: curses.addch() is no more limited to the range 0-255 when theVictor Stinner2012-03-082-1/+5
* | merge 3.2 (#3787e896dbe9)Benjamin Peterson2012-03-083-4/+27
|\ \ | |/
| * allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-083-4/+27
* | make gi_running a booleanBenjamin Peterson2012-03-081-1/+1
* | indicate we're not running as we leave this blockBenjamin Peterson2012-03-081-0/+1
* | make delegating generators say they running (closes #14220)Benjamin Peterson2012-03-073-14/+112
* | merge 3.2 (#14212)Benjamin Peterson2012-03-074-26/+61
|\ \ | |/
| * merge headsBenjamin Peterson2012-03-073-12/+1
| |\