Commit graph

50026 commits

Author SHA1 Message Date
Jesus Cea
4f711726be pybench prep_times calculation error (closes #11895) 2011-04-25 03:47:23 +02:00
Jesus Cea
88f7841be7 Correctly merging #9319 into 3.3? 2011-04-25 03:46:43 +02:00
Jesus Cea
b32321aed9 pybench prep_times calculation error (closes #11895) 2011-04-25 03:25:37 +02:00
Jesus Cea
8f14bbdaf6 pybench prep_times calculation error (closes #11895) 2011-04-25 03:24:08 +02:00
Victor Stinner
762f8d1bf2 Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. 2011-04-24 23:45:23 +02:00
Victor Stinner
c2824d41c3 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
lock was not acquired.
2011-04-24 23:41:33 +02:00
Raymond Hettinger
a82aa55b5e Minor clean-ups to docstrings, comments, and var names. 2011-04-24 14:34:26 -07:00
Raymond Hettinger
5db3e0167d Minor clean-ups to docstrings, comments, and var names. 2011-04-24 14:26:08 -07:00
Éric Araujo
2bad92d310 Remove obsolete/duplicate docstring 2011-04-24 17:10:30 +02:00
Éric Araujo
3e8987025f Add versionchanged for c19752ea037f (#10998) 2011-04-24 04:37:00 +02:00
Éric Araujo
ce4c4074f9 The version* directives don’t work with a blank line between arguments 2011-04-24 03:31:37 +02:00
Éric Araujo
b1734516c2 Add versionchanged for a364719e400a (#11591) 2011-04-24 03:15:32 +02:00
Éric Araujo
405d77872b Remove unneeded backslashes 2011-04-24 03:00:58 +02:00
Éric Araujo
08c9bd57f2 Remove unneeded backslashes 2011-04-24 02:59:02 +02:00
Éric Araujo
92952cc181 Merge 3.2 2011-04-24 02:49:10 +02:00
Éric Araujo
0c91e1d941 Branch merge 2011-04-24 02:47:37 +02:00
Éric Araujo
b547148d16 Fix indentation 2011-04-24 02:44:39 +02:00
Éric Araujo
fbeb1a9468 Merge 3.1 2011-04-24 02:42:52 +02:00
Éric Araujo
cae1be85f5 Branch merge 2011-04-24 02:39:43 +02:00
Éric Araujo
5348b63a91 Branch merge 2011-04-24 02:34:11 +02:00
Antoine Pitrou
6803dc28b1 Remove unused private function 2011-04-23 17:56:06 +02:00
Antoine Pitrou
8c52027e2d Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
of 5 to 10.  Initial patch by Jonas H.
2011-04-23 17:51:04 +02:00
Antoine Pitrou
877509aef4 Issue #11382: Trivial system calls, such as dup() or pipe(), needn't
release the GIL.  Patch by Charles-François Natali.
2011-04-23 17:21:13 +02:00
Victor Stinner
7fdd0fe48f Issue #9319: Fix the unit test 2011-04-23 01:24:11 +02:00
Victor Stinner
c68b6aaec8 Issue #9319: Fix a crash on parsing a Python source code without encoding
cookie and not valid in UTF-8: use "<file>" as the filename instead of
reading from NULL.
2011-04-23 00:41:19 +02:00
Éric Araujo
2b9388a033 Fix weird executable name 2011-04-22 21:27:10 +02:00
Vinay Sajip
00bdbe1d97 Fixed bug in test_logging. 2011-04-22 00:17:46 +01:00
Ezio Melotti
707d1e6cea Merge with 3.2. 2011-04-22 01:57:47 +03:00
Ezio Melotti
5569e9b150 Fix some more markup glitches in argparse doc. 2011-04-22 01:42:10 +03:00
Ezio Melotti
7817e3b151 #11904-#11905: Merge typo fixes with 3.2. 2011-04-21 23:12:53 +03:00
Ezio Melotti
dca309d137 #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. 2011-04-21 23:09:27 +03:00
Ezio Melotti
2f1db7def9 #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. 2011-04-21 23:06:48 +03:00
Ezio Melotti
ccb054759a #11902: Merge with 3.2. 2011-04-21 22:58:40 +03:00
Ezio Melotti
00f53afdda #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. 2011-04-21 22:56:51 +03:00
Raymond Hettinger
295c1d4f19 Add another example for accumulate(). 2011-04-21 11:09:28 -07:00
Ezio Melotti
5bba6c2785 Merge with 3.2. 2011-04-21 16:13:44 +03:00
Ezio Melotti
0ee9c1be76 Add the :mod: role where it was missing. 2011-04-21 16:12:17 +03:00
Ezio Melotti
c6f079d1b2 #11885: Merge with 3.2. 2011-04-21 15:29:04 +03:00
Ezio Melotti
cca4ef8cba #11885: capitalize Python. 2011-04-21 15:26:46 +03:00
Ezio Melotti
5149eedddf #11897: Merge with 3.2. 2011-04-21 14:49:56 +03:00
Ezio Melotti
c17c1f64aa #11897: Fix typo in porting howto. Patch by Marti Raudsepp. 2011-04-21 14:49:03 +03:00
Éric Araujo
de579d4359 Add a space to make json doc a bit more readable 2011-04-21 02:37:41 +02:00
Benjamin Peterson
2b8ef2df57 say struct sequence rather than structseq and link to glossary 2011-04-20 18:31:22 -05:00
Benjamin Peterson
82f614b20a glossary entry for struct sequence 2011-04-20 18:27:32 -05:00
Victor Stinner
a154b5cea4 Simplify _count_elements() in _collections
PyIter_Next() cannot return a PyExc_StopIteration: it clears this exception.
2011-04-20 23:23:52 +02:00
Jesus Cea
52d8fb5c54 merge 2011-04-20 22:41:39 +02:00
Jesus Cea
c2809af0fc merge heads 2011-04-20 22:41:21 +02:00
Jesus Cea
f745d8be46 merge 2011-04-20 22:40:48 +02:00
Jesus Cea
f620754597 merge heads 2011-04-20 22:39:29 +02:00
Jesus Cea
7365accc20 merge heads 2011-04-20 22:38:26 +02:00