summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge 3.2Éric Araujo2011-08-121-2/+3
|\ \ | |/
| * patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-121-2/+3
| * Branch mergeÉric Araujo2011-08-123-22/+23
| |\
* | \ Brench mergeÉric Araujo2011-08-128-37/+34
|\ \ \
| * | | Use our existing drop-in, no-op decorator instead of redefining it.Éric Araujo2011-08-111-6/+2
| * | | Fix directive markupÉric Araujo2011-08-101-1/+1
| * | | Merge 3.2Éric Araujo2011-08-102-22/+22
| |\ \ \ | | | |/ | | |/|
| | * | Use real word in English text (i.e. not code)Éric Araujo2011-08-101-19/+19
| | * | Fix find command in makefile “funny” targetÉric Araujo2011-08-101-2/+2
| * | | Remove unused names in except clausesÉric Araujo2011-08-101-3/+3
| * | | Revert cosmetic change.Éric Araujo2011-08-101-3/+3
| * | | Avoid unwanted behavior change in shlex.quote (see #9723).Éric Araujo2011-08-092-2/+3
| |\ \ \ | | |/ /
| | * | Test pipes.quote with a few non-ASCII characters (see #9723).Éric Araujo2011-08-091-1/+2
* | | | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-124-93/+85
* | | | merge headsBenjamin Peterson2011-08-114-2/+30
|\ \ \ \
| * \ \ \ Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-113-2/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...Antoine Pitrou2011-08-113-2/+17
| * | | | Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.Brian Curtin2011-08-111-0/+13
* | | | | make only files which use AST depend on Python-ast.hBenjamin Peterson2011-08-111-1/+0
* | | | | revert code which conditionally writes Python-ast.h (closes #12727)Benjamin Peterson2011-08-111-23/+3
|/ / / /
* | | | Closes #12718: Merge documentation fix from 3.2.Vinay Sajip2011-08-111-0/+25
|\ \ \ \ | |/ / /
| * | | Issue #12718: Add documentation on using custom importers.Vinay Sajip2011-08-111-0/+25
* | | | mergeBrian Curtin2011-08-113-4/+16
|\ \ \ \
| * \ \ \ merge from 3.2Senthil Kumaran2011-08-113-4/+16
| |\ \ \ \ | | |/ / /
| | * | | News item for Issue10087.Senthil Kumaran2011-08-111-0/+2
| | * | | Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-112-4/+14
* | | | | News item for #12724Brian Curtin2011-08-111-0/+2
* | | | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.Brian Curtin2011-08-1124-162/+87
* | | | | Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.Brian Curtin2011-08-111-0/+4
|/ / / /
* | | | 2.x syntaxBenjamin Peterson2011-08-091-1/+1
* | | | make this work on 2.4Benjamin Peterson2011-08-091-5/+17
* | | | make this work with py2.5Benjamin Peterson2011-08-091-0/+1
* | | | typoBenjamin Peterson2011-08-091-1/+1
* | | | don't rewrite the header file if it hasn't changed; this reduces development ...Benjamin Peterson2011-08-091-3/+10
* | | | fix indentationBenjamin Peterson2011-08-091-1/+1
* | | | merge headsBenjamin Peterson2011-08-094-1/+31
|\ \ \ \
| * | | | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-094-1/+31
| | |/ / | |/| |
* | | | merge 3.2 (#12719)Benjamin Peterson2011-08-091-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | note mutating tp_dict is bad (closes #12719)Benjamin Peterson2011-08-091-0/+5
| | |/ | |/|
* | | add a AST validator (closes #12575)Benjamin Peterson2011-08-095-6/+897
* | | forgotten in f578ca44193dBenjamin Peterson2011-08-091-2/+2
* | | the bool asdl type died a while agoBenjamin Peterson2011-08-091-1/+1
* | | add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-095-7/+28
| |/ |/|
* | Merge 3.2Éric Araujo2011-08-090-0/+0
|\ \ | |/
| * Branch mergeÉric Araujo2011-08-095-97/+255
| |\
* | \ Branch mergeÉric Araujo2011-08-099-177/+443
|\ \ \
| * \ \ Merge 3.2Éric Araujo2011-08-080-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Branch mergeÉric Araujo2011-08-085-97/+255
| | |\ \
| * | \ \ Branch mergeÉric Araujo2011-08-089-177/+443
| |\ \ \ \
| | * | | | Clean up shutil.disk_usage.Éric Araujo2011-08-082-16/+33