Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 2 | -114/+119 | |
| | | | | The certificate has changed and the test now needs SNI to pass. | |||||
* | close() doesn't take any args (closes #14717) | Benjamin Peterson | 2012-05-03 | 1 | -1/+1 | |
| | ||||||
* | Changed order of cleanup operations to be more sensible. | Vinay Sajip | 2012-05-03 | 1 | -1/+1 | |
| | ||||||
* | os.popen().close() returns None on success, not 0... | Charles-François Natali | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | Issue #14698: Make test_posix more robust when the current UID doesn't have an | Charles-François Natali | 2012-05-02 | 1 | -2/+7 | |
| | | | | associated pwd entry. | |||||
* | fix windows test failure - issue13183 | Senthil Kumaran | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | fix calling the classmethod descriptor directly (closes #14699) | Benjamin Peterson | 2012-05-01 | 3 | -3/+59 | |
| | ||||||
* | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running ↵ | Senthil Kumaran | 2012-05-01 | 3 | -1/+68 | |
| | | | | step. Patch by Xavier de Gaye | |||||
* | Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. | Ned Deily | 2012-04-30 | 1 | -0/+18 | |
| | ||||||
* | #14558: document the module, argv, and testLoader args of unittest.main. | Ezio Melotti | 2012-04-30 | 1 | -7/+15 | |
| | ||||||
* | Issue11352 - Update cgi module docs | Senthil Kumaran | 2012-04-30 | 1 | -7/+10 | |
| | ||||||
* | Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. | Martin v. Löwis | 2012-04-30 | 2 | -1/+7 | |
| | ||||||
* | fixed test_imaplib failure on Win | Alexander Belopolsky | 2012-04-29 | 1 | -1/+5 | |
| | ||||||
* | Issue #14696: Fix parser module to understand 'nonlocal' declarations. | Mark Dickinson | 2012-04-29 | 3 | -5/+48 | |
| | ||||||
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near | Alexander Belopolsky | 2012-04-29 | 5 | -15/+45 | |
| | | | | the DST transition. Patch by Joe Peterson. | |||||
* | Issue #9154: Fix parser module to understand function annotations. | Mark Dickinson | 2012-04-29 | 3 | -57/+94 | |
| | ||||||
* | Issue 14688: Fix typo | Raymond Hettinger | 2012-04-29 | 1 | -3/+3 | |
| | ||||||
* | #14236: fix docs for \S. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 | |
| | ||||||
* | #14519: fix the regex used in the scanf example. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 | |
| | ||||||
* | Fix markup in unittest doc. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 | |
| | ||||||
* | Fix issue6085 - Remove the delay caused by fqdn lookup while logging in ↵ | Senthil Kumaran | 2012-04-29 | 2 | -3/+3 | |
| | | | | BaseHTTPRequestHandler | |||||
* | #14236: mention Unicode whitespace in \s documentation. | Ezio Melotti | 2012-04-29 | 1 | -1/+4 | |
| | ||||||
* | #14461: fix wording. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 | |
| | ||||||
* | issue14427 - Document Request.get_header and Request.header_items | Senthil Kumaran | 2012-04-29 | 1 | -0/+11 | |
| | ||||||
* | httplib - minor update to check empty response | Senthil Kumaran | 2012-04-29 | 1 | -2/+2 | |
| | ||||||
* | httplib test for early eof response. related to Issue13684 | Senthil Kumaran | 2012-04-29 | 1 | -0/+9 | |
| | ||||||
* | #14155: add a note about \b. | Ezio Melotti | 2012-04-29 | 1 | -0/+3 | |
| | ||||||
* | Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick ↵ | Sandro Tosi | 2012-04-28 | 1 | -5/+12 | |
| | | | | suggestions | |||||
* | Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test ↵ | Antoine Pitrou | 2012-04-25 | 3 | -1/+19 | |
| | | | | class that doesn't inherit from TestCase (i.e. a mixin). | |||||
* | Fixed test to work on Windows. | Vinay Sajip | 2012-04-25 | 1 | -17/+17 | |
| | ||||||
* | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ↵ | Vinay Sajip | 2012-04-24 | 2 | -23/+72 | |
| | | | | to John Mulligan for the problem report and patch. | |||||
* | Issue #14160: TarFile.extractfile() failed to resolve symbolic links | Lars Gustäbel | 2012-04-24 | 4 | -1/+7 | |
| | | | | when the links were not located in an archive subdirectory. | |||||
* | Issue #14448: mention pytz; patch by Andrew Svetlov | Sandro Tosi | 2012-04-24 | 1 | -1/+9 | |
| | ||||||
* | Issue #14554: correct example for captured_stdout(); patch by Tshepang ↵ | Sandro Tosi | 2012-04-24 | 1 | -1/+1 | |
| | | | | Lekhonkhobe | |||||
* | Issue #13478: document timeit.default_timer() | Sandro Tosi | 2012-04-24 | 1 | -8/+16 | |
| | ||||||
* | Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by ↵ | Sandro Tosi | 2012-04-24 | 1 | -2/+2 | |
| | | | | Aaron Maenpaa | |||||
* | don't use a slot wrapper from a different special method (closes #14658) | Benjamin Peterson | 2012-04-24 | 3 | -3/+18 | |
| | | | | | | | This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct. | |||||
* | #14640: Fix typos/syntax in pyporting.rst. | R David Murray | 2012-04-23 | 1 | -5/+5 | |
| | | | | Patch by Dionysios Kalofonos. | |||||
* | Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos | Sandro Tosi | 2012-04-23 | 1 | -2/+2 | |
| | ||||||
* | #14638: pydoc now treats non-str __name__ as None instead of raising | R David Murray | 2012-04-23 | 3 | -1/+16 | |
| | | | | Original patch by Peter Otten. | |||||
* | news for issue13684 | Senthil Kumaran | 2012-04-23 | 1 | -0/+3 | |
| | ||||||
* | 3.2 - Fix for Issue13684 - httplib tunnel infinite loop | Senthil Kumaran | 2012-04-23 | 1 | -0/+3 | |
| | ||||||
* | add Mark Shannon | Benjamin Peterson | 2012-04-23 | 1 | -0/+1 | |
| | ||||||
* | sleep here | Benjamin Peterson | 2012-04-23 | 1 | -1/+1 | |
| | ||||||
* | Close issue #14026 by better testing sys.argv handling in ↵ | Nick Coghlan | 2012-04-22 | 2 | -3/+11 | |
| | | | | test_cmd_line_script (patch by Jason Yeo) | |||||
* | issue2193 - Update 3.2 docs about legal characters allowed in Cookie name | Senthil Kumaran | 2012-04-22 | 1 | -2/+8 | |
| | ||||||
* | Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of ↵ | Mark Dickinson | 2012-04-20 | 3 | -3/+18 | |
| | | | | an int subclass. | |||||
* | Issue #14629: Raise SyntaxError in tokenizer.detect_encoding | Martin v. Löwis | 2012-04-20 | 3 | -2/+18 | |
| | | | | if the first two lines have non-UTF-8 characters without an encoding declaration. | |||||
* | Issue #14308: Fix an exception when a "dummy" thread is in the threading ↵ | Antoine Pitrou | 2012-04-19 | 3 | -0/+35 | |
| | | | | module's active list after a fork(). | |||||
* | Close #14032: fix incorrect variable reference in test_cmd_line_script | Nick Coghlan | 2012-04-19 | 3 | -1/+5 | |
| |