summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor clean-ups to docstrings, comments, and var names.Raymond Hettinger2011-04-241-16/+21
* Remove unused private functionAntoine Pitrou2011-04-231-16/+0
* Issue #11258: Speed up ctypes.util.find_library() under Linux by a factorAntoine Pitrou2011-04-233-8/+18
* Issue #11382: Trivial system calls, such as dup() or pipe(), needn'tAntoine Pitrou2011-04-232-14/+3
* Fixed bug in test_logging.Vinay Sajip2011-04-211-1/+1
* Merge with 3.2.Ezio Melotti2011-04-211-96/+111
|\
| * Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-211-101/+113
* | #11904-#11905: Merge typo fixes with 3.2.Ezio Melotti2011-04-211-5/+5
|\ \ | |/
| * #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
| * #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-4/+4
* | #11902: Merge with 3.2.Ezio Melotti2011-04-211-1/+1
|\ \ | |/
| * #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | Add another example for accumulate().Raymond Hettinger2011-04-211-3/+18
* | Merge with 3.2.Ezio Melotti2011-04-211-11/+11
|\ \ | |/
| * Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
* | #11885: Merge with 3.2.Ezio Melotti2011-04-211-2/+2
|\ \ | |/
| * #11885: capitalize Python.Ezio Melotti2011-04-211-2/+2
* | #11897: Merge with 3.2.Ezio Melotti2011-04-211-2/+2
|\ \ | |/
| * #11897: Fix typo in porting howto. Patch by Marti Raudsepp.Ezio Melotti2011-04-211-2/+2
* | say struct sequence rather than structseq and link to glossaryBenjamin Peterson2011-04-201-12/+13
* | glossary entry for struct sequenceBenjamin Peterson2011-04-201-0/+8
* | Simplify _count_elements() in _collectionsVictor Stinner2011-04-201-12/+4
* | mergeJesus Cea2011-04-200-0/+0
|\ \ | |/
| * mergeJesus Cea2011-04-200-0/+0
| |\
| | * merge headsJesus Cea2011-04-203-8/+4
| | |\
| * | \ merge headsJesus Cea2011-04-200-0/+0
| |\ \ \
* | \ \ \ merge headsJesus Cea2011-04-200-0/+0
|\ \ \ \ \
| * \ \ \ \ null mergeJesus Cea2011-04-200-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | null mergeJesus Cea2011-04-200-0/+0
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Port 5b607cd8c71b (closes #11892)Jesus Cea2011-04-203-8/+4
* | | | | | Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Minor text rearrangement.Raymond Hettinger2011-04-201-10/+10
| | |/
* | | mergeJesus Cea2011-04-200-0/+0
|\ \ \ | |/ /
| * | heads mergingJesus Cea2011-04-202-14/+14
| |\ \
* | \ \ heads mergingJesus Cea2011-04-200-0/+0
|\ \ \ \
| * \ \ \ null mergeJesus Cea2011-04-200-0/+0
| |\ \ \ \ | | |/ / /
| | * | | null mergeJesus Cea2011-04-200-0/+0
| | |\ \ \ | | | | |/ | | | |/|
| | | * | mergeJesus Cea2011-04-201-56/+4
| | | |\ \
| * | | \ \ null mergeJesus Cea2011-04-200-0/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | mergeJesus Cea2011-04-201-56/+4
| | |\ \ \ \
| * | \ \ \ \ null mergeJesus Cea2011-04-200-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)Jesus Cea2011-04-201-56/+4
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Up-port changeset 5cf8f6da8743 (closes #11890)Jesus Cea2011-04-201-56/+4
* | | | | | | Merge with 3.2.Ezio Melotti2011-04-202-14/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Use non-deprecated method name.Ezio Melotti2011-04-202-14/+14
| | |_|/ / | |/| | |
* | | | | Merge with 3.2.Ezio Melotti2011-04-201-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge with 3.1.Ezio Melotti2011-04-201-1/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
| | |/
* | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-208-64/+197
|\ \ \ | |/ /