Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.3 | Georg Brandl | 2013-10-13 | 1 | -2/+1 |
|\ | |||||
| * | Wing IDE is switching to PyQt... | Georg Brandl | 2013-10-13 | 1 | -2/+1 |
| | | |||||
* | | Closes #17730: in code.interact(), when banner="", do not print anything. | Georg Brandl | 2013-10-13 | 1 | -1/+4 |
| | | | | | | | | Also adds tests for banner printing. | ||||
* | | Issue #19197: Improved cross-references in the shlex module documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -51/+59 |
|\ \ | |/ | |||||
| * | Issue #19197: Improved cross-references in the shlex module documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -51/+59 |
| | | |||||
* | | Issue #19207: Improved cross-references in the os, os.path, and posix modules | Serhiy Storchaka | 2013-10-13 | 3 | -35/+37 |
|\ \ | |/ | | | | | documentation. | ||||
| * | Issue #19207: Improved cross-references in the os, os.path, and posix modules | Serhiy Storchaka | 2013-10-13 | 3 | -34/+36 |
| | | | | | | | | documentation. | ||||
* | | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 4 | -25/+30 |
|\ \ | |/ | |||||
| * | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 4 | -25/+30 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-13 | 2 | -3/+6 |
|\ \ | |/ | |||||
| * | Refer to strftime(3) manpage for platform specific format codes. | Georg Brandl | 2013-10-13 | 2 | -3/+6 |
| | | | | | | | | Suggested by Skip Montanaro on docs@. | ||||
* | | Issue #19198: Improved cross-references in the cgi module documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -17/+19 |
|\ \ | |/ | |||||
| * | Issue #19198: Improved cross-references in the cgi module documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -17/+19 |
| | | |||||
* | | Issue #17827: document codecs.encode and codecs.decode | Nick Coghlan | 2013-10-13 | 1 | -0/+19 |
|\ \ | |/ | | | | | | | | | | | | | | | - Merge from 3.3 - Added to What's New since these are more important in 3.x, as the bytes<->bytes and str<->str codecs don't fit the text model convenience methods in 3.x the way they did the basestring<->basestring methods in the 2.x text model - Included under Library in Misc/NEWS for the same reason | ||||
| * | Issue #17827: Document codecs.encode and codecs.decode | Nick Coghlan | 2013-10-13 | 1 | -0/+19 |
| | | |||||
* | | Docs tweaks for contextlib additions | Nick Coghlan | 2013-10-13 | 1 | -2/+12 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-13 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. | Georg Brandl | 2013-10-13 | 1 | -0/+4 |
| | | |||||
* | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -28/+0 |
| | | |||||
* | | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 1 | -0/+28 |
| | | | | | | | | | | | | | | pattern at both ends of the string to match. Patch by Matthew Barnett. Closes #16203. | ||||
* | | Issue #19218: Rename collections.abc to _collections_abc in order to speed ↵ | Christian Heimes | 2013-10-13 | 1 | -1/+1 |
| | | | | | | | | up interpreter start | ||||
* | | merge | Raymond Hettinger | 2013-10-12 | 2 | -0/+15 |
|\ \ | |/ | |||||
| * | Issue #19202: Add cross-reference and a rough code equivalent | Raymond Hettinger | 2013-10-12 | 2 | -0/+15 |
| | | |||||
* | | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. | Christian Heimes | 2013-10-12 | 1 | -0/+43 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -4/+11 |
|\ \ | |/ | |||||
| * | Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. | Georg Brandl | 2013-10-12 | 1 | -4/+11 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Closes #19179: make table of XML vulnerabilities clearer by using "everyday" ↵ | Georg Brandl | 2013-10-12 | 1 | -5/+7 |
| | | | | | | | | booleans and explaining the table beforehand. | ||||
* | | Rename contextlib.ignored() to contextlib.ignore(). | Raymond Hettinger | 2013-10-11 | 1 | -3/+3 |
| | | |||||
* | | #18764: p(rint) -> p in pdb docs. | R David Murray | 2013-10-10 | 1 | -1/+7 |
| | | | | | | | | | | Missed changing the doc for the command itself, patch for that also by Connor Osborn. | ||||
* | | upgrade unicode db to 6.3.0 (closes #19221) | Benjamin Peterson | 2013-10-10 | 1 | -4/+4 |
| | | |||||
* | | 18764: remove the problematic 'print' alias for the PDB 'p' command. | R David Murray | 2013-10-10 | 1 | -3/+3 |
| | | | | | | | | | | | | So that it no longer shadows the print function. Patch by Connor Osborn, doc and test changes by R. David Murray. | ||||
* | | Issue #15805: Add contextlib.redirect_stdout() | Raymond Hettinger | 2013-10-10 | 1 | -0/+31 |
| | | |||||
* | | Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar ↵ | Georg Brandl | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | Gershuni. | ||||
* | | #19194: Improved cross-references in the fcntl module documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -20/+24 |
|\ \ | |/ | |||||
| * | #19194: Improved cross-references in the fcntl module documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -20/+24 |
| | | |||||
* | | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 2 | -50/+53 |
|\ \ | |/ | | | | | documentation. | ||||
| * | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 2 | -50/+53 |
| | | | | | | | | documentation. | ||||
* | | Issue #18948: improve SuppressCoreFiles to include Windows crash popup ↵ | Antoine Pitrou | 2013-10-08 | 1 | -7/+15 |
| | | | | | | | | | | | | suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix wrong link. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Closes #1215: document better why it is not a good idea to catch e.g. ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+5 |
| | | | | | | | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Use the platform-independent way of calling a script from the shell: "python ↵ | Georg Brandl | 2013-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | prog.py", not "prog.py" Found by Micheal Wells on docs@. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix: >= and so on are usually called "comparison operators", not "logical ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+3 |
| | | | | | | | | operators". Found by Tom Kalt on docs@. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ | |/ |