Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Issue #11856: Speed up parsing of JSON numbers. | Antoine Pitrou | 2011-04-25 | 2 | -15/+33 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Issue #2736: Documented how to compute seconds since epoch. | Alexander Belopolsky | 2011-04-25 | 1 | -0/+16 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Revert bb62908896fe, but keep the test | Jesus Cea | 2011-04-25 | 1 | -13/+6 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
* | | | | | | | | | | Correctly merging #9319 into 3.3? | Jesus Cea | 2011-04-25 | 2 | -6/+17 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Minor clean-ups to docstrings, comments, and var names. | Raymond Hettinger | 2011-04-24 | 1 | -16/+21 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Issue #9319: Fix the unit test | Victor Stinner | 2011-04-22 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Issue #9319: Fix a crash on parsing a Python source code without encoding | Victor Stinner | 2011-04-22 | 2 | -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 Stinner | 2011-04-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the | Victor Stinner | 2011-04-24 | 4 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lock was not acquired. | |||||
* | | | | | | | | | Minor clean-ups to docstrings, comments, and var names. | Raymond Hettinger | 2011-04-24 | 1 | -16/+21 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove unused private function | Antoine Pitrou | 2011-04-23 | 1 | -16/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor | Antoine Pitrou | 2011-04-23 | 3 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of 5 to 10. Initial patch by Jonas H. | |||||
* | | | | | | | | | Issue #11382: Trivial system calls, such as dup() or pipe(), needn't | Antoine Pitrou | 2011-04-23 | 2 | -14/+3 | |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | release the GIL. Patch by Charles-François Natali. | |||||
* | | | | | | | | Fixed bug in test_logging. | Vinay Sajip | 2011-04-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -96/+111 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Fix some more markup glitches in argparse doc. | Ezio Melotti | 2011-04-21 | 1 | -101/+113 | |
| | | | | | | | | ||||||
* | | | | | | | | #11904-#11905: Merge typo fixes with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -4/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | #11902: Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. | Ezio Melotti | 2011-04-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Add another example for accumulate(). | Raymond Hettinger | 2011-04-21 | 1 | -3/+18 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Add the :mod: role where it was missing. | Ezio Melotti | 2011-04-21 | 1 | -11/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | #11885: Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | #11885: capitalize Python. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | #11897: Merge with 3.2. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | #11897: Fix typo in porting howto. Patch by Marti Raudsepp. | Ezio Melotti | 2011-04-21 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | say struct sequence rather than structseq and link to glossary | Benjamin Peterson | 2011-04-20 | 1 | -12/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | glossary entry for struct sequence | Benjamin Peterson | 2011-04-20 | 1 | -0/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Simplify _count_elements() in _collections | Victor Stinner | 2011-04-20 | 1 | -12/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyIter_Next() cannot return a PyExc_StopIteration: it clears this exception. | |||||
* | | | | | | | | merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | merge heads | Jesus Cea | 2011-04-20 | 3 | -8/+4 | |
| | |\ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ | merge heads | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | merge heads | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | null merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | null merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | Port 5b607cd8c71b (closes #11892) | Jesus Cea | 2011-04-20 | 3 | -8/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Minor text rearrangement. | Raymond Hettinger | 2011-04-20 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Minor text rearrangement. | Raymond Hettinger | 2011-04-20 | 1 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | / / / / / / | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Minor text rearrangement. | Raymond Hettinger | 2011-04-20 | 1 | -10/+10 | |
| | |/ / / / / / | ||||||
* | | | | | | | | merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | heads merging | Jesus Cea | 2011-04-20 | 2 | -14/+14 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | heads merging | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | null merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | null merge | Jesus Cea | 2011-04-20 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | |