Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge 3.2 | Éric Araujo | 2011-08-12 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | patchcheck: don’t talk about the test suite when no code file were changed. | Éric Araujo | 2011-08-12 | 1 | -2/+3 | |
| * | Branch merge | Éric Araujo | 2011-08-12 | 3 | -22/+23 | |
| |\ | ||||||
* | \ | Brench merge | Éric Araujo | 2011-08-12 | 8 | -37/+34 | |
|\ \ \ | ||||||
| * | | | Use our existing drop-in, no-op decorator instead of redefining it. | Éric Araujo | 2011-08-11 | 1 | -6/+2 | |
| * | | | Fix directive markup | Éric Araujo | 2011-08-10 | 1 | -1/+1 | |
| * | | | Merge 3.2 | Éric Araujo | 2011-08-10 | 2 | -22/+22 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Use real word in English text (i.e. not code) | Éric Araujo | 2011-08-10 | 1 | -19/+19 | |
| | * | | Fix find command in makefile “funny” target | Éric Araujo | 2011-08-10 | 1 | -2/+2 | |
| * | | | Remove unused names in except clauses | Éric Araujo | 2011-08-10 | 1 | -3/+3 | |
| * | | | Revert cosmetic change. | Éric Araujo | 2011-08-10 | 1 | -3/+3 | |
| * | | | Avoid unwanted behavior change in shlex.quote (see #9723). | Éric Araujo | 2011-08-09 | 2 | -2/+3 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Test pipes.quote with a few non-ASCII characters (see #9723). | Éric Araujo | 2011-08-09 | 1 | -1/+2 | |
* | | | | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance | Eli Bendersky | 2011-08-12 | 4 | -93/+85 | |
* | | | | merge heads | Benjamin Peterson | 2011-08-11 | 4 | -2/+30 | |
|\ \ \ \ | ||||||
| * \ \ \ | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco... | Antoine Pitrou | 2011-08-11 | 3 | -2/+17 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco... | Antoine Pitrou | 2011-08-11 | 3 | -2/+17 | |
| * | | | | Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. | Brian Curtin | 2011-08-11 | 1 | -0/+13 | |
* | | | | | make only files which use AST depend on Python-ast.h | Benjamin Peterson | 2011-08-11 | 1 | -1/+0 | |
* | | | | | revert code which conditionally writes Python-ast.h (closes #12727) | Benjamin Peterson | 2011-08-11 | 1 | -23/+3 | |
|/ / / / | ||||||
* | | | | Closes #12718: Merge documentation fix from 3.2. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #12718: Add documentation on using custom importers. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 | |
* | | | | merge | Brian Curtin | 2011-08-11 | 3 | -4/+16 | |
|\ \ \ \ | ||||||
| * \ \ \ | merge from 3.2 | Senthil Kumaran | 2011-08-11 | 3 | -4/+16 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | News item for Issue10087. | Senthil Kumaran | 2011-08-11 | 1 | -0/+2 | |
| | * | | | Fix closes Issue10087 - fixing the output of calendar display in the html fo... | Senthil Kumaran | 2011-08-11 | 2 | -4/+14 | |
* | | | | | News item for #12724 | Brian Curtin | 2011-08-11 | 1 | -0/+2 | |
* | | | | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 24 | -162/+87 | |
* | | | | | Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. | Brian Curtin | 2011-08-11 | 1 | -0/+4 | |
|/ / / / | ||||||
* | | | | 2.x syntax | Benjamin Peterson | 2011-08-09 | 1 | -1/+1 | |
* | | | | make this work on 2.4 | Benjamin Peterson | 2011-08-09 | 1 | -5/+17 | |
* | | | | make this work with py2.5 | Benjamin Peterson | 2011-08-09 | 1 | -0/+1 | |
* | | | | typo | Benjamin Peterson | 2011-08-09 | 1 | -1/+1 | |
* | | | | don't rewrite the header file if it hasn't changed; this reduces development ... | Benjamin Peterson | 2011-08-09 | 1 | -3/+10 | |
* | | | | fix indentation | Benjamin Peterson | 2011-08-09 | 1 | -1/+1 | |
* | | | | merge heads | Benjamin Peterson | 2011-08-09 | 4 | -1/+31 | |
|\ \ \ \ | ||||||
| * | | | | Add support for unary plus and unary minus to collections.Counter() | Raymond Hettinger | 2011-08-09 | 4 | -1/+31 | |
| | |/ / | |/| | | ||||||
* | | | | merge 3.2 (#12719) | Benjamin Peterson | 2011-08-09 | 1 | -0/+5 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | note mutating tp_dict is bad (closes #12719) | Benjamin Peterson | 2011-08-09 | 1 | -0/+5 | |
| | |/ | |/| | ||||||
* | | | add a AST validator (closes #12575) | Benjamin Peterson | 2011-08-09 | 5 | -6/+897 | |
* | | | forgotten in f578ca44193d | Benjamin Peterson | 2011-08-09 | 1 | -2/+2 | |
* | | | the bool asdl type died a while ago | Benjamin Peterson | 2011-08-09 | 1 | -1/+1 | |
* | | | add a asdl bytes type, so Bytes.s be properly typechecked | Benjamin Peterson | 2011-08-09 | 5 | -7/+28 | |
| |/ |/| | ||||||
* | | Merge 3.2 | Éric Araujo | 2011-08-09 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Branch merge | Éric Araujo | 2011-08-09 | 5 | -97/+255 | |
| |\ | ||||||
* | \ | Branch merge | Éric Araujo | 2011-08-09 | 9 | -177/+443 | |
|\ \ \ | ||||||
| * \ \ | Merge 3.2 | Éric Araujo | 2011-08-08 | 0 | -0/+0 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Branch merge | Éric Araujo | 2011-08-08 | 5 | -97/+255 | |
| | |\ \ | ||||||
| * | \ \ | Branch merge | Éric Araujo | 2011-08-08 | 9 | -177/+443 | |
| |\ \ \ \ | ||||||
| | * | | | | Clean up shutil.disk_usage. | Éric Araujo | 2011-08-08 | 2 | -16/+33 | |