Commit Graph

48735 Commits

Author SHA1 Message Date
Antoine Pitrou
a4eb194ea6 Merge from 3.2 2011-04-16 18:55:16 +02:00
Antoine Pitrou
ee4293400c Fix possible "file already exists" error when running the tests in parallel.
This is a perfect example of LBYL going wrong: that code could be executed
by several workers in parallel, and os.mkdir() attempted on the same
path by multiple processes.
2011-04-16 18:53:59 +02:00
Georg Brandl
bfd5a32ecd Merge with 3.2. 2011-04-16 17:07:06 +02: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
10fe23b495 Merge with 3.1 2011-04-16 16:59:32 +02:00
Georg Brandl
340d2690b3 Small wording fix. 2011-04-16 16:54:15 +02:00
Georg Brandl
1d827ff43d Consistency fix: "command line" is the noun, "command-line" the adjective. 2011-04-16 16:44:54 +02:00
Georg Brandl
ab8d93c03a Backport 8a9f8f34d9d5. 2011-04-16 17:05:30 +02:00
Georg Brandl
69518bc765 Consistency fix: "command line" is the noun, "command-line" the adjective. 2011-04-16 16:44:54 +02:00
R David Murray
e2c4cfce54 Merge: Improve message.py test coverage to 100%.
coverage.py reports 99% on branch coverage, but that appears to be
a bug or limitation in coverage.py.
2011-04-16 09:21:49 -04:00
R David Murray
a2860e8b51 Improve message.py test coverage to 100%.
coverage.py reports 99% on branch coverage, but that appears to be
a bug or limitation in coverage.py.
2011-04-16 09:20:30 -04:00
Eli Bendersky
5145ed5859 Issue #11855: merge from 3.2 2011-04-16 15:36:26 +03:00
Eli Bendersky
3384e54c23 Issue #11855: merge from 3.1 2011-04-16 15:34:29 +03:00
Eli Bendersky
219cc776f6 Issue #11855: Apply missing formatting for urlretrieve 2011-04-16 15:32:13 +03:00
Raymond Hettinger
4c2ffab80b merge 2011-04-15 17:44:30 -07:00
Raymond Hettinger
f05c1394fe merge 2011-04-15 17:43:57 -07:00
Raymond Hettinger
7bba683d27 Add another example to the collections module docs. 2011-04-15 17:43:19 -07:00
Vinay Sajip
cd5a2bd48e Issue #11852: Merge fix from 3.2. 2011-04-15 22:29:15 +01:00
Vinay Sajip
e723e96103 Issue #11852: Add missing imports and update tests. 2011-04-15 22:27:17 +01:00
Raymond Hettinger
b5a40d4d3f Fix minor subclassing issue with collections.Counter 2011-04-15 13:23:01 -07:00
Raymond Hettinger
6c9e5b779f Fix minor subclassing issue with collections.Counter 2011-04-15 13:21:30 -07:00
Raymond Hettinger
1c746c28f3 Fix minor subclassing issue with collections.Counter 2011-04-15 13:16:46 -07:00
R David Murray
8437fe2708 Remove unused method from internal class. 2011-04-15 14:55:04 -04:00
Ezio Melotti
386832ece2 #11843: Merge with 3.2. 2011-04-15 18:08:09 +03:00