Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | #14538: HTMLParser can now parse correctly start tags that contain a bare /. | Ezio Melotti | 2012-04-19 | 3 | -3/+16 |
| | |||||
* | Remove webbrowser doc reference to the previously removed internet-config ↵ | Ned Deily | 2012-04-18 | 1 | -7/+2 |
| | | | | option. | ||||
* | improve | Benjamin Peterson | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno ↵ | Benjamin Peterson | 2012-04-18 | 3 | -2/+17 |
| | | | | (closes #14612) | ||||
* | mangle keyword-only argname when loading defaults (closes #14607) | Benjamin Peterson | 2012-04-17 | 3 | -1/+13 |
| | |||||
* | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can | Charles-François Natali | 2012-04-17 | 1 | -2/+9 |
| | | | | chown() to root under certain circumstances. | ||||
* | Corrected version numbers in cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -2/+2 |
| | |||||
* | Tweaked format of cookbook example. | Vinay Sajip | 2012-04-16 | 1 | -5/+5 |
| | |||||
* | Added cookbook example for BOM insertion. | Vinay Sajip | 2012-04-16 | 1 | -0/+44 |
| | |||||
* | Closes #14452: remove BOM insertion code. | Vinay Sajip | 2012-04-16 | 2 | -2/+2 |
| | |||||
* | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ↵ | Antoine Pitrou | 2012-04-16 | 2 | -112/+117 |
| | | | | test failure in test_ssl. | ||||
* | Issue 13496: Fix bisect.bisect overflow bug for large collections. | Mark Dickinson | 2012-04-15 | 3 | -2/+18 |
| | |||||
* | Issue #13889: On MSVC builds, set FPU control word at runtime for all string ↵ | Mark Dickinson | 2012-04-15 | 2 | -0/+28 |
| | | | | <-> float conversions. Patch by Samuel Iseli and Stefan Krah. | ||||
* | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 4 | -26/+26 |
| | | | | _socket does. Some were using the older wsock32.lib. | ||||
* | fix typo; thanks to Jérôme Mainka from docs@ | Sandro Tosi | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | Fix highlight and spacing in json example. | Ezio Melotti | 2012-04-14 | 1 | -4/+4 |
| | |||||
* | #14535: fix code highlight in multiprocessing examples. Patch by Tshepang ↵ | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
| | | | | Lekhonkhobe. | ||||
* | #14399: corrected news item | R David Murray | 2012-04-14 | 1 | -4/+4 |
| | |||||
* | move outside WITH_THREAD conditional | Benjamin Peterson | 2012-04-13 | 1 | -2/+2 |
| | |||||
* | take linkage def outside of WITH_THREAD conditional (closes #14569) | Benjamin Peterson | 2012-04-13 | 1 | -4/+3 |
| | |||||
* | merge heads | Amaury Forgeot d'Arc | 2012-04-13 | 3 | -0/+11 |
|\ | |||||
| * | Issue14559: Fix build files old Microft compilers. | Amaury Forgeot d'Arc | 2012-04-13 | 3 | -0/+11 |
| | | | | | | | | With VS8.0 at least Python compiles and works correctly. | ||||
* | | #14399: zipfile now correctly handles comments added to empty zipfiles. | R David Murray | 2012-04-12 | 4 | -11/+50 |
|/ | | | | | | | | Patch by Serhiy Storchaka. This also moves the TypeError that results from trying to use a unicode comment from the 'close' step to the point at which the comment is added to the zipfile. | ||||
* | 3.2 sidebar: link to 3.3, not 3.1 | Georg Brandl | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. | Charles-François Natali | 2012-04-12 | 3 | -0/+7 |
| | |||||
* | #14553: fix word order. | R David Murray | 2012-04-12 | 1 | -1/+1 |
| | | | | Patch by Tshepang Lekhonkhobe. | ||||
* | #14552: remove redundant wording in 'test' docs. | R David Murray | 2012-04-12 | 1 | -3/+3 |
| | | | | Original patch by Tshepang Lekhonkhobe. | ||||
* | merge 3.1 (null) | Benjamin Peterson | 2012-04-11 | 0 | -0/+0 |
|\ | |||||
| * | after 3.1.5 | Benjamin Peterson | 2012-04-11 | 2 | -1/+13 |
| | | |||||
* | | #14508: make gprof2html script runnable under python3 | R David Murray | 2012-04-11 | 1 | -5/+7 |
| | | | | | | | | | | | | | | Not that I haven't tested it to make sure it works, just that it can run against an empty source file. Initial patch by Popa.Claudiu. |