Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 43 | -133/+151 |
|\ | |||||
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 39 | -126/+143 |
| | | |||||
* | | 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 #19203: Improved cross-references in the curses howto. | Serhiy Storchaka | 2013-10-13 | 1 | -20/+24 |
|\ \ | |/ | |||||
| * | Issue #19203: Improved cross-references in the curses howto. | Serhiy Storchaka | 2013-10-13 | 1 | -20/+24 |
| | | |||||
* | | 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 | 2 | -0/+32 |
|\ \ | |/ | | | | | | | | | | | | | | | - 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 | 2 | -2/+25 |
| | | |||||
* | | 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 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-13 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. | Georg Brandl | 2013-10-13 | 1 | -1/+5 |
| | | |||||
* | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -28/+0 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-13 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix display of deprecated blocks with Sphinx 1.2. | Georg Brandl | 2013-10-13 | 2 | -2/+2 |
| | | |||||
* | | 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. | ||||
* | | Grammar fix. | Eric V. Smith | 2013-10-13 | 1 | -1/+1 |
| | | |||||
* | | Document speedup in whatsnew | Christian Heimes | 2013-10-13 | 1 | -0/+11 |
| | | |||||
* | | 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 | 2 | -0/+51 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 2 | -8/+8 |
|\ \ | |/ | |||||
| * | Invert logic of new limited-API annotation and call it "stable ABI". | Georg Brandl | 2013-10-12 | 2 | -8/+8 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -16/+17 |
|\ \ | |/ | |||||
| * | Fix compatibility with upcoming Sphinx 1.2. | Georg Brandl | 2013-10-12 | 1 | -16/+17 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 5 | -32/+154 |
|\ \ | |/ | |||||
| * | Introduce support for documenting which C API elements are not part of the ↵ | Georg Brandl | 2013-10-12 | 5 | -32/+154 |
| | | | | | | | | stable/limited API. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -48/+36 |
|\ \ | |/ | |||||
| * | Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ↵ | Georg Brandl | 2013-10-12 | 1 | -48/+36 |
| | | | | | | | | | | | | 3147). Initial wording proposed by John Roth. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -0/+100 |
|\ \ | |/ | |||||
| * | Closes #13833: document PyStructSequence C-API functions. | Georg Brandl | 2013-10-12 | 1 | -0/+100 |
| | | |||||
* | | 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. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-12 | 1 | -0/+26 |
|\ \ | |/ | |||||
| * | Closes #13203: add a FAQ section about seemingly duplicate id()s. | Georg Brandl | 2013-10-12 | 1 | -0/+26 |
| | | |||||
* | | #19221: update whatsnew entry about UCD version. | Ezio Melotti | 2013-10-12 | 1 | -1/+1 |
| | | |||||
* | | Markup fix. | Georg Brandl | 2013-10-12 | 1 | -1/+1 |
| | |