Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update pydoc topics and suspicious markup file. | Georg Brandl | 2012-08-25 | 1 | -0/+1 |
| | |||||
* | Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) | Nick Coghlan | 2012-08-25 | 2 | -22/+63 |
| | |||||
* | Issue #13072: The array module's 'u' format code is now deprecated and | Stefan Krah | 2012-08-24 | 2 | -1/+13 |
| | | | | will be removed in Python 4.0. | ||||
* | Add glossary references | Antoine Pitrou | 2012-08-24 | 1 | -3/+3 |
|\ | |||||
| * | Add glossary references | Antoine Pitrou | 2012-08-24 | 1 | -3/+3 |
| | | |||||
* | | Issue #14674: Add a discussion of the json module's standard compliance. | Antoine Pitrou | 2012-08-24 | 1 | -6/+111 |
|\ \ | |/ | | | | | Patch by Chris Rebert. | ||||
| * | Issue #14674: Add a discussion of the json module's standard compliance. | Antoine Pitrou | 2012-08-24 | 1 | -6/+111 |
| | | | | | | | | Patch by Chris Rebert. | ||||
* | | Suggested a whatsnew item | Alexander Belopolsky | 2012-08-23 | 1 | -1/+3 |
| | | |||||
* | | Update suspicious ignore file. | Ezio Melotti | 2012-08-22 | 1 | -0/+3 |
| | | |||||
* | | Address most of Ezio's comments. str/bytes/bytearray docs still need ↵ | Nick Coghlan | 2012-08-21 | 2 | -189/+247 |
| | | | | | | | | consolidation | ||||
* | | Improve the pyvenv entry | Antoine Pitrou | 2012-08-20 | 2 | -7/+18 |
| | | |||||
* | | Improved summary section in whatsnew | Antoine Pitrou | 2012-08-20 | 1 | -7/+41 |
| | | |||||
* | | Issue #14954: Clarify the interaction of weak references and garbage collection. | Antoine Pitrou | 2012-08-20 | 1 | -1/+4 |
|\ \ | |/ | | | | | Patch by Ethan Furman. | ||||
| * | Issue #14954: Clarify the interaction of weak references and garbage collection. | Antoine Pitrou | 2012-08-20 | 1 | -1/+4 |
| | | | | | | | | Patch by Ethan Furman. | ||||
* | | Merge #15742: clarify sqlite parameter substitution example. | R David Murray | 2012-08-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | Suggestion and patch by Mike Hoy. | ||||
| * | #15742: clarify sqlite parameter substitution example. | R David Murray | 2012-08-20 | 1 | -1/+1 |
| | | | | | | | | Suggestion and patch by Mike Hoy. | ||||
* | | Break up the 'someos' docs classification based on a more user-focused ↵ | Nick Coghlan | 2012-08-20 | 6 | -30/+37 |
| | | | | | | | | scheme, including creation of a separate 'Concurrent Execution' section | ||||
* | | Close #4966: revamp the sequence docs in order to better explain the state ↵ | Nick Coghlan | 2012-08-20 | 6 | -720/+980 |
| | | | | | | | | of modern Python | ||||
* | | s/path importer/path based finder/ (because the path based finder is not an ↵ | Nick Coghlan | 2012-08-20 | 2 | -49/+54 |
| | | | | | | | | importer and the simpler 'path finder' is too ambiguous) | ||||
* | | Issue #14814: document the Interface APIs and fix various problems with the ↵ | Nick Coghlan | 2012-08-20 | 1 | -18/+59 |
| | | | | | | | | string representations (initial patch by Eli Bendersky). | ||||
* | | Merge #13579: teach string.Formatter about 'a'. | R David Murray | 2012-08-19 | 1 | -5/+6 |
|\ \ | |/ | | | | | Patch by Francisco Martín Brugué. | ||||
| * | #13579: teach string.Formatter about 'a'. | R David Murray | 2012-08-19 | 1 | -5/+6 |
| | | | | | | | | Patch by Francisco Martín Brugué. | ||||
* | | Fixes #14668. Mention Windows Path manipulation option in the installer. | Brian Curtin | 2012-08-19 | 1 | -9/+21 |
| | | |||||
* | | Merge 3.2: tutorial typo fix | Eli Bendersky | 2012-08-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | tutorial typo fix | Eli Bendersky | 2012-08-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #15586: fix prompts in some documentation examples | Eli Bendersky | 2012-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge #15636: add versionadded for decodebytes | R David Murray | 2012-08-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #15636: add versionadded for decodebytes | R David Murray | 2012-08-18 | 1 | -0/+2 |
| | | |||||
* | | Merge #15355: Mention already-executing Exception in generator docs. | R David Murray | 2012-08-18 | 1 | -2/+9 |
|\ \ | |/ | | | | | Patch by Chris Jerdonek. | ||||
| * | #15355: Mention already-executing Exception in generator docs. | R David Murray | 2012-08-18 | 1 | -2/+9 |
| | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | Merge #15694: reflow paragraph. | R David Murray | 2012-08-18 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | #15694: reflow paragraph. | R David Murray | 2012-08-18 | 1 | -3/+2 |
| | | |||||
* | | Merge #15694: Link discussion of file objects to glossary entry. | R David Murray | 2012-08-18 | 2 | -8/+16 |
|\ \ | |/ | | | | | | | | | | | | | This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek. | ||||
| * | #15694: Link discussion of file objects to glossary entry. | R David Murray | 2012-08-18 | 2 | -8/+16 |
| | | | | | | | | | | | | | | | | This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek. | ||||
* | | Merge with 3.2 #15660 | Terry Jan Reedy | 2012-08-17 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue 15660: Clarify 0 prefix for width field in str.format doc. | Terry Jan Reedy | 2012-08-17 | 1 | -3/+3 |
| | | |||||
* | | Issue #15640: Document importlib.abc.Finder as deprecated. | Brett Cannon | 2012-08-17 | 1 | -24/+25 |
| | | | | | | | | | | | | | | The code for the class itself isn't deprecated for backwards-compatibility reasons, but the class shouldn't be directly inherited by anyone anymore as the API is no longer as widely valid as it used to be. | ||||
* | | Merge | Richard Oudkerk | 2012-08-17 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | Issue #15412: Remove erroneous note about weakrefs | Richard Oudkerk | 2012-08-17 | 1 | -6/+0 |
| | | |||||
* | | Merge | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
|\ \ | |/ | |||||
| * | Issue #14501: Clarify that authentication keys are byte strings | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
| | | |||||
* | | Update the getpeercert() example with a real-world cert showing non-trivial ↵ | Antoine Pitrou | 2012-08-16 | 1 | -17/+33 |
|\ \ | |/ | | | | | issuer, subject and subjectAltName. | ||||
| * | Update the getpeercert() example with a real-world cert showing non-trivial ↵ | Antoine Pitrou | 2012-08-16 | 1 | -17/+33 |
| | | | | | | | | issuer, subject and subjectAltName. | ||||
* | | merge with 3.2 | Sandro Tosi | 2012-08-15 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | clarify in/not in in case of infinite iterators; thanks to Sergey ↵ | Sandro Tosi | 2012-08-15 | 1 | -2/+2 |
| | | | | | | | | Skovorodkin from docs@ | ||||
* | | #15543: reflow paragraph. | R David Murray | 2012-08-15 | 1 | -9/+9 |
| | | |||||
* | | #15543: additional link in subprocess docs. | R David Murray | 2012-08-15 | 1 | -1/+2 |
| | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | Merge #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 12 | -41/+89 |
|\ \ | |/ | | | | | Patch by Chris Jerdonek. | ||||
| * | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 6 | -34/+31 |
| | | |||||
| * | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 13 | -23/+77 |
| | | | | | | | | Patch by Chris Jerdonek. |