Raymond Hettinger
|
3e82ae0aae
|
Replace **locals() with explicit field names.
|
2011-03-22 14:21:38 -07:00 |
Raymond Hettinger
|
9a3f4cbfc3
|
Simplify the named tuple template by using the new string format syntax.
|
2011-03-22 14:07:23 -07:00 |
Raymond Hettinger
|
50105d3840
|
Improve readability by replacing '\n' in template with real newlines.
|
2011-03-22 13:34:03 -07:00 |
Raymond Hettinger
|
c46759ad0b
|
Issue #11333: Add __slots__ to the collections ABCs.
|
2011-03-22 11:46:25 -07:00 |
Antoine Pitrou
|
7969d3334f
|
Merge
|
2011-03-22 18:34:21 +01:00 |
Antoine Pitrou
|
36920354c7
|
Merge
|
2011-03-22 18:33:33 +01:00 |
Antoine Pitrou
|
8e5e942c59
|
Use shorter timings in test_concurrent_futures to make it a bit faster
(it's still very slow)
|
2011-03-22 18:30:30 +01:00 |
Raymond Hettinger
|
7500f92fce
|
Issue #11625: Fix Typo
|
2011-03-22 09:19:02 -07:00 |
Raymond Hettinger
|
608aba301e
|
Issue #11625: Fix Typo
|
2011-03-22 09:12:18 -07:00 |
Raymond Hettinger
|
e5820c6b5d
|
Issue #11625: Fix Typo
|
2011-03-22 09:11:39 -07:00 |
Victor Stinner
|
e9ddbf65a8
|
Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395
|
2011-03-22 10:46:35 +01:00 |
Raymond Hettinger
|
0a4edd5435
|
Issue #11628: cmp_to_key should use __slots__.
|
2011-03-21 17:54:04 -07:00 |
Raymond Hettinger
|
a0d1d96771
|
Issue #11628: cmp_to_key should use __slots__.
|
2011-03-21 17:50:28 -07:00 |
Victor Stinner
|
9c61e24be4
|
Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file
cannot be found.
|
2011-03-22 01:22:27 +01:00 |
Victor Stinner
|
0a5f65ab0a
|
Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s
I suppose that the author would like to truncate the type name, not get a
string of 100/200 characters.
|
2011-03-22 01:09:21 +01:00 |
R David Murray
|
39bc38c39c
|
Fix rename spelling error.
|
2011-03-21 17:36:15 -04:00 |
R David Murray
|
f10f4caf88
|
Dummy merge to overlay fixed email.test move on top of borked move.
|
2011-03-21 17:27:51 -04:00 |
R David Murray
|
9aaba789b3
|
Correctly move email package tests to Lib/test.
|
2011-03-21 17:17:06 -04:00 |
R David Murray
|
76a3d73cbd
|
Prepare for move of email tests.
|
2011-03-21 16:01:23 -04:00 |
R David Murray
|
cb157ab173
|
Move email tests to Lib/test package and modernize test runner machinery
|
2011-03-21 15:46:55 -04:00 |
R David Murray
|
661720e7f7
|
Make regrtest recognize test packages as well as test modules.
|
2011-03-21 15:14:34 -04:00 |
Antoine Pitrou
|
c107fb1b59
|
Always print out the traceback when a test "crashed"
|
2011-03-21 19:55:58 +01:00 |
Antoine Pitrou
|
779a5b0b3a
|
Always print out the traceback when a test "crashed"
|
2011-03-21 19:55:16 +01:00 |
Antoine Pitrou
|
59cc6847a9
|
Try to make test_import a bit more robust
|
2011-03-21 19:05:18 +01:00 |
Antoine Pitrou
|
46719af05a
|
Try to make test_import a bit more robust
|
2011-03-21 19:05:02 +01:00 |
Antoine Pitrou
|
732110ab39
|
Relax timing check (seen a buildbot failure on this)
|
2011-03-21 18:43:40 +01:00 |
Antoine Pitrou
|
60bf7e9e4d
|
Relax timing check (seen a buildbot failure on this)
|
2011-03-21 18:43:01 +01:00 |
Victor Stinner
|
6ced7c4333
|
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
PyOS_snprintf() to avoid temporary buffer allocated on the stack and a
conversion from bytes to Unicode.
|
2011-03-21 18:15:42 +01:00 |
Victor Stinner
|
44afe2b35a
|
Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore
|
2011-03-21 18:10:02 +01:00 |
Reid Kleckner
|
91156ff3f1
|
Fix timeout error message on windows to not be in milliseconds.
|
2011-03-21 10:06:10 -07:00 |
Antoine Pitrou
|
0fd59acc70
|
Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9)
|
2011-03-21 16:04:06 +01:00 |
Victor Stinner
|
499dfcf29d
|
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
PyOS_snprintf().
|
2011-03-21 13:26:24 +01:00 |
Victor Stinner
|
bfc7bf06a6
|
_elementtree.c: remove trailing spaces
|
2011-03-21 13:23:42 +01:00 |
Georg Brandl
|
7878020035
|
Merge to default.
|
2011-03-21 08:55:42 +01:00 |
Georg Brandl
|
2f5cac6ab4
|
Merge to 3.2.
|
2011-03-21 08:55:31 +01:00 |
Georg Brandl
|
82d8ec5eef
|
Fix duplicate word.
|
2011-03-21 08:55:16 +01:00 |
Victor Stinner
|
4de99e8569
|
merge 3.2 (already commited before)
|
2011-03-21 03:28:59 +01:00 |
Victor Stinner
|
ec1c030aad
|
merge 3.1 (already commited before)
|
2011-03-21 03:28:10 +01:00 |
Victor Stinner
|
451385d8f8
|
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
(length bigger than 2^31-1 bytes).
|
2011-03-21 03:22:50 +01:00 |
Éric Araujo
|
b277241fd2
|
Fix some issue references in NEWS
|
2011-03-21 03:18:58 +01:00 |
Éric Araujo
|
50dc1a23d8
|
Branch merge
|
2011-03-21 03:17:12 +01:00 |
Éric Araujo
|
d8c73c650c
|
Fix some issue references in NEWS
|
2011-03-21 03:15:22 +01:00 |
Victor Stinner
|
f1a9d82e35
|
merge 3.2
|
2011-03-21 02:53:04 +01:00 |
Victor Stinner
|
56f9a0221b
|
merge 3.1
|
2011-03-21 02:51:38 +01:00 |
Victor Stinner
|
628225c0d1
|
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
for expiration year greater than 2038 on 32-bit systems.
|
2011-03-21 02:38:51 +01:00 |
Victor Stinner
|
161fbeae72
|
merge 3.2
|
2011-03-21 02:15:18 +01:00 |
Victor Stinner
|
6f0e4f99ab
|
time.strftime(): replace PyErr_Format() by PyErr_SetString()
The argument was not used in the format string.
|
2011-03-21 02:14:53 +01:00 |
Victor Stinner
|
ee525de6a9
|
merge
|
2011-03-21 02:12:09 +01:00 |
Victor Stinner
|
13ed2ea7a2
|
Issue #10864 has been fixed: remove the workaround
|
2011-03-21 02:11:01 +01:00 |
Victor Stinner
|
34ad2faf85
|
Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h
PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
|
2011-03-21 01:58:55 +01:00 |