Ezio Melotti
|
cfc104ee76
|
#14558: merge with 3.2.
|
2012-04-30 19:11:11 +03:00 |
Ezio Melotti
|
3d6d7a5e15
|
#14558: document the module, argv, and testLoader args of unittest.main.
|
2012-04-30 19:10:28 +03:00 |
Senthil Kumaran
|
d3433918e7
|
Issue11352 - Update cgi module docs
|
2012-04-30 22:43:46 +08:00 |
Senthil Kumaran
|
290416f364
|
Issue11352 - Update cgi module docs
|
2012-04-30 22:43:13 +08:00 |
Benjamin Peterson
|
a6f195e48e
|
change insertdict to not steal references (#13903)
|
2012-04-30 10:23:40 -04:00 |
Richard Oudkerk
|
2452419921
|
Issue #14669: Skip multiprocessing connection pickling test on MacOSX
Passing of fds is unreliable on MacOSX, compare issues #6560 and #12958.
|
2012-04-30 14:48:51 +01:00 |
Richard Oudkerk
|
4460c3476d
|
Minor fix for multiprocessing unit test
Read from socket might have returned partial message.
|
2012-04-30 14:48:50 +01:00 |
Richard Oudkerk
|
3e268aac3b
|
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
instead of BSD licence.
|
2012-04-30 12:13:55 +01:00 |
Georg Brandl
|
514880caae
|
Review of doc changes re PEP 418.
|
2012-04-30 12:50:30 +02:00 |
Martin v. Löwis
|
ce58ed3e7c
|
Merge with 3.2: issue #14433
|
2012-04-30 06:20:37 +02:00 |
Martin v. Löwis
|
e654c11f56
|
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
|
2012-04-30 06:10:41 +02:00 |
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 |