summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Dummy merge with 3.2.Ezio Melotti2011-03-120-0/+0
|\ \ \ | |/ /
| * | Dummy merge with 3.1.Ezio Melotti2011-03-120-0/+0
| |\ \ | | |/
| | * Fix typo.Ezio Melotti2011-03-121-1/+1
* | | merge 3.2Benjamin Peterson2011-03-121-1/+1
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-03-121-1/+1
| |\ \ | | |/
| | * trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
* | | Issue 9856: Change object.__format__ with a non-empty format string from a Pe...Eric V. Smith2011-03-124-17/+21
* | | Fix example in atexit doc: Both open and read could raise the IOError (#10461...Éric Araujo2011-03-121-5/+2
* | | Merge #11131Mark Dickinson2011-03-123-8/+84
|\ \ \ | |/ /
| * | Merge #11131Mark Dickinson2011-03-123-8/+84
| |\ \ | | |/
| | * Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat...Mark Dickinson2011-03-123-8/+84
* | | Recording the merge.Senthil Kumaran2011-03-120-0/+0
|\ \ \ | |/ /
| * | forward merge from 3.1Senthil Kumaran2011-03-121-5/+6
| |\ \ | | |/
| | * Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...Senthil Kumaran2011-03-121-5/+6
* | | Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...orsenthil@gmail.com2011-03-121-5/+6
* | | mergeBrett Cannon2011-03-111-0/+3
|\ \ \
| * \ \ Merge #11403Antoine Pitrou2011-03-111-0/+3
| |\ \ \ | | |/ /
| | * | Merge #11403Antoine Pitrou2011-03-111-0/+3
| | |\ \ | | | |/
| | | * Issue #11403: add some MSVC-generated files to .hgignoreAntoine Pitrou2011-03-111-0/+3
* | | | Remove a now unneeded tweak to test_zipimport_support in order to notBrett Cannon2011-03-111-5/+0
|/ / /
* | | Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2011-03-114-48/+104
* | | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again.Antoine Pitrou2011-03-112-1/+9
|\ \ \ | |/ /
| * | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again.Antoine Pitrou2011-03-112-1/+9
* | | #11446: merge with 3.2.Ezio Melotti2011-03-111-1/+1
|\ \ \ | |/ /
| * | #11446: merge with 3.1.Ezio Melotti2011-03-111-1/+1
| |\ \ | | |/
| | * #11446: fix incorrect PEP link.Ezio Melotti2011-03-111-1/+1
| * | mergeEli Bendersky2011-03-111-1/+1
| |\ \
| * \ \ merge from 3.1Eli Bendersky2011-03-111-20/+26
| |\ \ \ | | | |/ | | |/|
| | * | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
* | | | Use with statement where it improves the documentation (closes #10461)Éric Araujo2011-03-115-8/+16
* | | | Issue #11244: The peephole optimizer is now able to constant-foldAntoine Pitrou2011-03-113-49/+153
* | | | dummy merge from 3.2Eli Bendersky2011-03-110-0/+0
|\ \ \ \
| * | | | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
* | | | | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
* | | | | #11435: Merge with 3.2Ezio Melotti2011-03-111-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | #11435: Update the links generated by the source directive to use hg.python.org.Ezio Melotti2011-03-111-1/+1
| |/ /
* | | ?R David Murray2011-03-100-0/+0
|\ \ \ | |/ /
| * | Merge heads.R David Murray2011-03-100-0/+0
| |\ \
* | \ \ Merge headsR David Murray2011-03-103-32/+77
|\ \ \ \
| * \ \ \ Merge #10999 fix.R David Murray2011-03-103-32/+77
| |\ \ \ \ | | |/ / /
| | * | | Merge #10999 fix.R David Murray2011-03-103-32/+77
| | |\ \ \ | | | | |/ | | | |/|
| | | * | #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-103-32/+77
* | | | | Dummy merge with 3.2.Ezio Melotti2011-03-100-0/+0
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Dummy merge with 3.1.Ezio Melotti2011-03-100-0/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2
* | | Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
|\ \ \ | |/ /
| * | Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
| |\ \ | | |/
| | * Reword the finalization note.Gregory P. Smith2011-03-101-2/+2
| | * Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
* | | Remove unused import.Eric V. Smith2011-03-101-1/+0