summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Issue #11856: Speed up parsing of JSON numbers.Antoine Pitrou2011-04-252-15/+33
| | | | | | | | | | |
* | | | | | | | | | | Issue #2736: Documented how to compute seconds since epoch.Alexander Belopolsky2011-04-251-0/+16
| | | | | | | | | | |
* | | | | | | | | | | Revert bb62908896fe, but keep the testJesus Cea2011-04-251-13/+6
| | | | | | | | | | |
* | | | | | | | | | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-252-1/+2
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Correctly merging #9319 into 3.3?Jesus Cea2011-04-252-6/+17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Minor clean-ups to docstrings, comments, and var names.Raymond Hettinger2011-04-241-16/+21
| | | | | | | | | |
| * | | | | | | | | Issue #9319: Fix the unit testVictor Stinner2011-04-221-1/+2
| | | | | | | | | |
| * | | | | | | | | Issue #9319: Fix a crash on parsing a Python source code without encodingVictor Stinner2011-04-222-1/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cookie and not valid in UTF-8: use "<file>" as the filename instead of reading from NULL.
* | | | | | | | | Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.Victor Stinner2011-04-241-1/+1
| | | | | | | | |
* | | | | | | | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if theVictor Stinner2011-04-244-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lock was not acquired.
* | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of 5 to 10. Initial patch by Jonas H.
* | | | | | | | | Issue #11382: Trivial system calls, such as dup() or pipe(), needn'tAntoine Pitrou2011-04-232-14/+3
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | release the GIL. Patch by Charles-François Natali.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyIter_Next() cannot return a PyExc_StopIteration: it clears this exception.
* | | | | | | | 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
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |