Commit graph

20163 commits

Author SHA1 Message Date
Łukasz Langa
29050d7317 Merged #11670 from 3.2 2011-04-27 18:11:50 +02:00
Éric Araujo
0abb8b74d9 Merge 3.2 2011-04-27 16:32:36 +02:00
Éric Araujo
7fb624fe51 Branch merge 2011-04-27 16:28:50 +02:00
Raymond Hettinger
f3d77dc94a merge 2011-04-26 13:59:59 -07:00
Raymond Hettinger
441ed91a88 Issue 11929: Minor whitespace clean-ups. 2011-04-26 13:56:29 -07:00
Victor Stinner
b90db4caf0 Issue #11918: OS/2 and VMS are no more supported because of the lack of
maintainer.
2011-04-26 22:48:24 +02:00
Antoine Pitrou
45456a09f0 I think this should be "versionchanged", not "versionadded" 2011-04-26 18:53:42 +02:00
R David Murray
dff18b0858 Merge #11901: add description of how bitfields are laid out to hexversion docs
Patch by Sijin Joseph.
2011-04-25 16:14:26 -04:00
Alexander Belopolsky
54afa5504c Issue #2736: Documented how to compute seconds since epoch. 2011-04-25 13:00:40 -04:00
Éric Araujo
3e8987025f Add versionchanged for c19752ea037f (#10998) 2011-04-24 04:37:00 +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
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
Ezio Melotti
707d1e6cea Merge with 3.2. 2011-04-22 01:57:47 +03:00
Ezio Melotti
7817e3b151 #11904-#11905: Merge typo fixes with 3.2. 2011-04-21 23:12:53 +03:00
Ezio Melotti
ccb054759a #11902: Merge with 3.2. 2011-04-21 22:58:40 +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
c6f079d1b2 #11885: Merge with 3.2. 2011-04-21 15:29:04 +03:00
Ezio Melotti
5149eedddf #11897: Merge with 3.2. 2011-04-21 14:49:56 +03: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
Ezio Melotti
32f4db3175 Merge with 3.2. 2011-04-20 21:33:29 +03:00
Éric Araujo
ab20b164b9 Merge 3.2 2011-04-20 20:22:57 +02:00
Victor Stinner
754851f456 Issue #11223: Add threading._info() function providing informations about the
thread implementation.

Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of
test_threadsignals if a thread lock is implemented using a POSIX mutex and a
POSIX condition variable. A POSIX condition variable cannot be interrupted by a
signal (e.g. on Linux, the futex system call is restarted).
2011-04-19 23:58:51 +02:00
Ezio Melotti
4571ee0b78 Merge with 3.2. 2011-04-19 23:24:32 +03:00
Vinay Sajip
64e564b8f5 Merged documentation fix from 3.2. 2011-04-19 13:58:49 +01:00
Georg Brandl
e8d2d2d2b2 Add new email.policy document to the toctree and fix markup glitch. 2011-04-19 09:21:00 +02:00
R David Murray
6a45d3b6ae Markup and text fixes from Georg Brandl's review. 2011-04-18 16:00:47 -04:00
R David Murray
1f056b248a Merge: Fix markup. 2011-04-18 15:55:45 -04:00
R David Murray
3edd22ac95 #11731: simplify/enhance parser/generator API by introducing policy objects.
This new interface will also allow for future planned enhancements
in control over the parser/generator without requiring any additional
complexity in the parser/generator API.

Patch reviewed by Éric Araujo and Barry Warsaw.
2011-04-18 13:59:37 -04:00
R David Murray
f3299989a2 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. 2011-04-18 10:11:06 -04:00
Ezio Melotti
d66f07a6b3 #11865: Merge with 3.2. 2011-04-18 10:14:49 +03:00
Ezio Melotti
2476ee32b1 Merge with 3.2. 2011-04-16 23:14:40 +03:00
Georg Brandl
884843dd35 Fix duplicate "is". 2011-04-16 17:02:58 +02:00
Georg Brandl
d606ebe144 Merge with 3.2 2011-04-16 16:59:48 +02:00
Georg Brandl
69518bc765 Consistency fix: "command line" is the noun, "command-line" the adjective. 2011-04-16 16:44:54 +02:00
Eli Bendersky
5145ed5859 Issue #11855: merge from 3.2 2011-04-16 15:36:26 +03:00
Raymond Hettinger
4c2ffab80b merge 2011-04-15 17:44:30 -07:00
Ezio Melotti
386832ece2 #11843: Merge with 3.2. 2011-04-15 18:08:09 +03:00
Ezio Melotti
5ee8cb1201 #4783: Merge with 3.2. 2011-04-15 07:40:37 +03:00
Eli Bendersky
fd9103a5da merge from 3.2 2011-04-15 07:29:31 +03:00
Ezio Melotti
c470a0c744 #11840: Merge with 3.2. 2011-04-14 07:51:57 +03:00
R David Murray
b35c850a3f #11684: Complete parser bytes interface by adding BytesHeaderParser
Patch by Steffen Daode Nurpmeso.
2011-04-13 16:46:05 -04:00
R David Murray
c6652ca468 Merge: Fix wording and clarify that the IDNA codec operates on full domain names.
Before reading the code to check, I wasn't sure if it operated on
full domain names or just individual labels.
2011-04-13 14:13:52 -04:00
R David Murray
d16ee63df2 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
2011-04-12 21:19:20 -04:00
Raymond Hettinger
4bbde72440 Fix markup. 2011-04-11 17:57:21 -07:00
Vinay Sajip
4a0a31df5c Added 'handlers' argument to logging.basicConfig. 2011-04-11 08:42:07 +01:00
Ezio Melotti
88fdeb45ef #2650: re.escape() no longer escapes the "_". 2011-04-10 12:59:16 +03:00