Antoine Pitrou
|
cc6c673a69
|
Removed outdated statement about pickle's and marshal's relative performance.
|
2012-05-10 15:18:20 +02:00 |
Ezio Melotti
|
bf3165b971
|
#14763: document default maxsplit value for str.split.
|
2012-05-10 15:30:42 +03:00 |
Jesus Cea
|
7f0d88860f
|
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
|
2012-05-10 05:10:50 +02:00 |
Antoine Pitrou
|
d576c711a5
|
Issue #14761: Fix potential leak on an error case in the import machinery.
|
2012-05-09 13:24:31 +02:00 |
R David Murray
|
b98b37f101
|
Improve the grammar of a non-sentence.
|
2012-05-08 21:28:24 -04:00 |
Benjamin Peterson
|
89a6e9a27b
|
fix possible refleak (closes #14752)
|
2012-05-08 09:22:24 -04:00 |
Larry Hastings
|
d9e4a414d7
|
Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c.
|
2012-05-08 03:51:18 -07:00 |
Benjamin Peterson
|
3b66623a29
|
remove basically bitrotted XXXs
|
2012-05-07 22:23:48 -04:00 |
Mark Dickinson
|
da029fb293
|
Issue #14741: Fix missing support for ellipsis in parser module.
|
2012-05-07 17:24:04 +01:00 |
Mark Dickinson
|
11c1dee183
|
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
|
2012-05-07 16:34:34 +01:00 |
Mark Dickinson
|
cf360b9209
|
Issue #14701: Add missing support for 'raise ... from' in parser module.
|
2012-05-07 12:01:27 +01:00 |
Mark Dickinson
|
640335c61f
|
Fix issue number in Misc/NEWS.
|
2012-05-07 10:24:02 +01:00 |
Georg Brandl
|
0958a4d63d
|
Fix document title for Sphinx.
|
2012-05-06 21:39:35 +02:00 |
Mark Dickinson
|
1b2e9444fe
|
Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
|
2012-05-06 17:27:39 +01:00 |
Ezio Melotti
|
9ab3fdd8cb
|
#14034: fix indentation.
|
2012-05-06 17:05:16 +03:00 |
Ezio Melotti
|
6cc7a41c2f
|
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
|
2012-05-06 16:15:35 +03:00 |
Georg Brandl
|
b4c8902a87
|
#13183: backport fixes to test_pdb to 3.2 branch
|
2012-05-06 11:50:00 +02:00 |
Richard Oudkerk
|
7ef909cdd7
|
Fix for issue 14725 for 3.2 branch
|
2012-05-05 20:41:23 +01:00 |
Antoine Pitrou
|
16f6f8338b
|
Fix test connecting to sha256.tbs-internet.com.
The certificate has changed and the test now needs SNI to pass.
|
2012-05-04 16:26:02 +02:00 |
Benjamin Peterson
|
ab3da290fe
|
close() doesn't take any args (closes #14717)
|
2012-05-03 18:44:09 -04:00 |
Vinay Sajip
|
89282afafb
|
Changed order of cleanup operations to be more sensible.
|
2012-05-03 12:06:52 +01:00 |
Charles-François Natali
|
39687ee9db
|
os.popen().close() returns None on success, not 0...
|
2012-05-02 20:49:14 +02:00 |
Charles-François Natali
|
e8a255a5a2
|
Issue #14698: Make test_posix more robust when the current UID doesn't have an
associated pwd entry.
|
2012-05-02 20:01:38 +02:00 |
Senthil Kumaran
|
cb172041d3
|
fix windows test failure - issue13183
|
2012-05-02 08:00:22 +08:00 |
Benjamin Peterson
|
7295c6a871
|
fix calling the classmethod descriptor directly (closes #14699)
|
2012-05-01 09:51:09 -04:00 |
Senthil Kumaran
|
42d7081806
|
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
|
2012-05-01 10:07:49 +08:00 |
Ned Deily
|
2e20968feb
|
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
|
2012-04-30 11:14:02 -07: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
|
290416f364
|
Issue11352 - Update cgi module docs
|
2012-04-30 22:43:13 +08: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 |
Alexander Belopolsky
|
b8f02b5a5f
|
fixed test_imaplib failure on Win
|
2012-04-29 18:16:46 -04:00 |
Mark Dickinson
|
407b3bd89b
|
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
|
2012-04-29 22:18:31 +01: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 |
Mark Dickinson
|
ea7e9f9a83
|
Issue #9154: Fix parser module to understand function annotations.
|
2012-04-29 18:34:40 +01:00 |
Raymond Hettinger
|
99a56386f1
|
Issue 14688: Fix typo
|
2012-04-29 09:32:30 -07:00 |
Ezio Melotti
|
3899283670
|
#14236: fix docs for \S.
|
2012-04-29 13:35:55 +03:00 |
Ezio Melotti
|
a0b1d1eea2
|
#14519: fix the regex used in the scanf example.
|
2012-04-29 11:47:28 +03:00 |
Ezio Melotti
|
b8e336b974
|
Fix markup in unittest doc.
|
2012-04-29 10:52:18 +03: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
|
e990092fd0
|
#14236: mention Unicode whitespace in \s documentation.
|
2012-04-29 08:23:25 +03:00 |
Ezio Melotti
|
0a6b5419b0
|
#14461: fix wording.
|
2012-04-29 07:34:46 +03:00 |
Senthil Kumaran
|
8dc500476a
|
issue14427 - Document Request.get_header and Request.header_items
|
2012-04-29 11:50:39 +08:00 |
Senthil Kumaran
|
7e70a5c169
|
httplib - minor update to check empty response
|
2012-04-29 10:39:49 +08:00 |
Senthil Kumaran
|
9c29f86a81
|
httplib test for early eof response. related to Issue13684
|
2012-04-29 10:20:46 +08:00 |
Ezio Melotti
|
285e51b7e0
|
#14155: add a note about \b.
|
2012-04-29 04:52:30 +03:00 |
Sandro Tosi
|
100b889ccd
|
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
|
2012-04-28 11:19:37 +02:00 |
Antoine Pitrou
|
b05ac864f0
|
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
|
2012-04-25 14:56:46 +02:00 |
Vinay Sajip
|
c2ad0aa9f1
|
Fixed test to work on Windows.
|
2012-04-25 10:47:00 +01:00 |
Vinay Sajip
|
66b8b08752
|
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
|
2012-04-24 23:25:30 +01:00 |
Lars Gustäbel
|
1ef9eda7bc
|
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
when the links were not located in an archive subdirectory.
|
2012-04-24 21:04:40 +02:00 |