Victor Stinner
|
0e8ccb8304
|
merge
|
2012-04-30 05:24:04 +02:00 |
Victor Stinner
|
b80e46eca4
|
Issue #14687: Avoid an useless duplicated string in PyUnicode_Format()
|
2012-04-30 05:21:52 +02:00 |
Victor Stinner
|
aff3cc659b
|
Issue #14687: Cleanup PyUnicode_Format()
|
2012-04-30 05:19:21 +02:00 |
Raymond Hettinger
|
b6b98c093e
|
Track the cache size directly.
|
2012-04-29 18:09:02 -07:00 |
Brett Cannon
|
c204348906
|
Write the What's New for the importlib stuff.
|
2012-04-29 20:59:41 -04:00 |
Victor Stinner
|
9a8ad0c5ea
|
Issue #14428: Remove test_process_time_threads() from test_time
The test is unstable and it's not really interesting to test exactly how
threads are handled.
|
2012-04-30 01:39:57 +02:00 |
Victor Stinner
|
5df72c2c27
|
Issue #14428: Make test_process_time_threads() less strict
|
2012-04-30 00:51:31 +02:00 |
Alexander Belopolsky
|
934cb18ef5
|
merged
|
2012-04-29 18:20:05 -04:00 |
Alexander Belopolsky
|
b8f02b5a5f
|
fixed test_imaplib failure on Win
|
2012-04-29 18:16:46 -04:00 |
Raymond Hettinger
|
a6df2ee7d0
|
merge
|
2012-04-29 14:57:05 -07:00 |
Raymond Hettinger
|
9f0ab9f564
|
Factor out shared variables.
|
2012-04-29 14:55:27 -07:00 |
Mark Dickinson
|
57404891a0
|
Issue #14696: Merge from 3.2
|
2012-04-29 22:20:01 +01:00 |
Mark Dickinson
|
407b3bd89b
|
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
|
2012-04-29 22:18:31 +01:00 |
Alexander Belopolsky
|
53c6651a17
|
merge
|
2012-04-29 16:34:43 -04:00 |
Alexander Belopolsky
|
5a38f80f9c
|
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
the DST transition. Patch by Joe Peterson.
|
2012-04-29 16:12:27 -04:00 |
Alexander Belopolsky
|
2420d83158
|
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
the DST transition. Patch by Joe Peterson.
|
2012-04-29 15:56:49 -04:00 |
Raymond Hettinger
|
678e7f3be6
|
Flatten the lru cache keyword args tuple for better memory utilization.
|
2012-04-29 12:28:02 -07:00 |
Brett Cannon
|
1182351e69
|
Re-indent.
|
2012-04-29 14:40:43 -04:00 |
Brett Cannon
|
6818832ff6
|
merge
|
2012-04-29 14:38:57 -04:00 |
Brett Cannon
|
62228dbd6c
|
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Thanks to Eric Snow for the patch.
|
2012-04-29 14:38:11 -04:00 |
Sandro Tosi
|
89c4eef435
|
Issue #14691: indent the traceback so the example is highlighted
|
2012-04-29 20:33:28 +02:00 |
Mark Dickinson
|
89e6d3896a
|
Remove untests for non-existent functionality.
|
2012-04-29 19:17:05 +01:00 |
Victor Stinner
|
1fc3ec91cc
|
Issue #14428: Rewrite test_process_time_threads() test
time.process_time() is CPU time, not a number of seconds.
|
2012-04-29 19:46:19 +02:00 |
Mark Dickinson
|
b63fd2a408
|
Issue #9154: Merge fix from 3.2.
|
2012-04-29 18:35:56 +01:00 |
Mark Dickinson
|
ea7e9f9a83
|
Issue #9154: Fix parser module to understand function annotations.
|
2012-04-29 18:34:40 +01:00 |
Brett Cannon
|
119d026bf6
|
merge
|
2012-04-29 12:50:32 -04:00 |
Brett Cannon
|
acf85cd131
|
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
|
2012-04-29 12:50:03 -04:00 |
Raymond Hettinger
|
b77b5c308d
|
merge
|
2012-04-29 09:35:39 -07:00 |
Raymond Hettinger
|
99a56386f1
|
Issue 14688: Fix typo
|
2012-04-29 09:32:30 -07:00 |
Mark Dickinson
|
e383e82e04
|
Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf').
|
2012-04-29 15:31:56 +01:00 |
Ezio Melotti
|
d68ac85e9a
|
#14236: merge with 3.2.
|
2012-04-29 13:37:13 +03:00 |
Ezio Melotti
|
3899283670
|
#14236: fix docs for \S.
|
2012-04-29 13:35:55 +03:00 |
Ezio Melotti
|
5fe0f4e369
|
#14519: merge with 3.2.
|
2012-04-29 11:48:54 +03:00 |
Ezio Melotti
|
a0b1d1eea2
|
#14519: fix the regex used in the scanf example.
|
2012-04-29 11:47:28 +03:00 |
Nick Coghlan
|
ec5cf095a9
|
Better control when dumping import state
|
2012-04-29 17:58:24 +10:00 |
Ezio Melotti
|
5fbd37e57a
|
Merge markup fix in unittest doc from 3.2.
|
2012-04-29 10:53:31 +03:00 |
Ezio Melotti
|
b8e336b974
|
Fix markup in unittest doc.
|
2012-04-29 10:52:18 +03:00 |
Senthil Kumaran
|
4ca008b643
|
issue6085 - update docs in default branch
|
2012-04-29 13:44:14 +08:00 |
Senthil Kumaran
|
db727b4a77
|
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
|
2012-04-29 13:41:03 +08:00 |
Ezio Melotti
|
660a949720
|
#14236: merge with 3.2.
|
2012-04-29 08:24:02 +03:00 |
Ezio Melotti
|
e990092fd0
|
#14236: mention Unicode whitespace in \s documentation.
|
2012-04-29 08:23:25 +03:00 |
Senthil Kumaran
|
1aacba497b
|
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
|
2012-04-29 12:51:54 +08:00 |
Ezio Melotti
|
0ce1649674
|
#14461: merge with 3.2.
|
2012-04-29 07:35:22 +03:00 |
Ezio Melotti
|
0a6b5419b0
|
#14461: fix wording.
|
2012-04-29 07:34:46 +03:00 |
Senthil Kumaran
|
4b7698c468
|
issue14427 - Document Request.get_header and Request.header_items
|
2012-04-29 11:51:56 +08:00 |
Senthil Kumaran
|
8dc500476a
|
issue14427 - Document Request.get_header and Request.header_items
|
2012-04-29 11:50:39 +08:00 |
Senthil Kumaran
|
150c365430
|
httplib - minor update to check empty response
|
2012-04-29 10:40:23 +08:00 |
Senthil Kumaran
|
7e70a5c169
|
httplib - minor update to check empty response
|
2012-04-29 10:39:49 +08:00 |
Senthil Kumaran
|
889ad16e54
|
httplib test for early eof response. related to Issue13684
|
2012-04-29 10:21:26 +08:00 |
Senthil Kumaran
|
9c29f86a81
|
httplib test for early eof response. related to Issue13684
|
2012-04-29 10:20:46 +08:00 |