summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
|
* Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7
|
* Add missing unit.Stefan Krah2012-09-011-1/+1
|
* Compile _decimal without asserts and update benchmark results.Stefan Krah2012-09-011-1/+1
|
* Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-312-1/+2
|\ | | | | | | Patch by Mike Hoy.
| * Issue #15825: fix typo in OrderedDict docs.Andrew Svetlov2012-08-312-1/+2
| | | | | | | | Patch by Mike Hoy.
* | Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().Stefan Krah2012-08-302-0/+9
| |
* | Issue #15724: Add versionchanged tags to the memoryview documentation.Stefan Krah2012-08-301-2/+10
| |
* | Add missing comma.Ezio Melotti2012-08-291-1/+1
|\ \ | |/
| * Add missing comma.Ezio Melotti2012-08-291-1/+1
| |
* | Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-281-4/+5
| | | | | | | | | | | | character for most keys, and an integer for special keys, instead of always returning an integer. So it is now possible to distinguish special keys like keypad keys.
* | #11964: Document a change in v3.2 to the json indent parameterPetri Lehtinen2012-08-281-4/+12
|\ \ | |/
| * #11964: Document a change in v3.2 to the json indent parameterPetri Lehtinen2012-08-281-4/+12
| |
* | Merge: Fix a JSON doc typoPetri Lehtinen2012-08-271-1/+1
|\ \ | |/
| * Fix a JSON doc typoPetri Lehtinen2012-08-271-1/+1
| |
* | #15788: merge with 3.2.Ezio Melotti2012-08-271-2/+2
|\ \ | |/
| * #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
| |
* | Fix typo.Ezio Melotti2012-08-261-1/+1
| |
* | Update pydoc topics and suspicious markup file.Georg Brandl2012-08-251-0/+1
| |
* | Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-252-22/+63
| |
* | Issue #13072: The array module's 'u' format code is now deprecated andStefan Krah2012-08-242-1/+13
| | | | | | | | will be removed in Python 4.0.
* | Add glossary referencesAntoine Pitrou2012-08-241-3/+3
|\ \ | |/
| * Add glossary referencesAntoine Pitrou2012-08-241-3/+3
| |
* | Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-6/+111
|\ \ | |/ | | | | Patch by Chris Rebert.
| * Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-6/+111
| | | | | | | | Patch by Chris Rebert.
* | Suggested a whatsnew itemAlexander Belopolsky2012-08-231-1/+3
| |
* | Update suspicious ignore file.Ezio Melotti2012-08-221-0/+3
| |
* | Address most of Ezio's comments. str/bytes/bytearray docs still need ↵Nick Coghlan2012-08-212-189/+247
| | | | | | | | consolidation
* | Improve the pyvenv entryAntoine Pitrou2012-08-202-7/+18
| |
* | Improved summary section in whatsnewAntoine Pitrou2012-08-201-7/+41
| |
* | Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-201-1/+4
|\ \ | |/ | | | | Patch by Ethan Furman.
| * Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-201-1/+4
| | | | | | | | Patch by Ethan Furman.
* | Merge #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
|\ \ | |/ | | | | Suggestion and patch by Mike Hoy.
| * #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
| | | | | | | | Suggestion and patch by Mike Hoy.
* | Break up the 'someos' docs classification based on a more user-focused ↵Nick Coghlan2012-08-206-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 Coghlan2012-08-206-720/+980
| | | | | | | | of modern Python
* | s/path importer/path based finder/ (because the path based finder is not an ↵Nick Coghlan2012-08-202-49/+54
| | | | | | | | importer and the simpler 'path finder' is too ambiguous)
* | Issue #14814: document the Interface APIs and fix various problems with the ↵Nick Coghlan2012-08-201-18/+59
| | | | | | | | string representations (initial patch by Eli Bendersky).
* | Merge #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-5/+6
|\ \ | |/ | | | | Patch by Francisco Martín Brugué.
| * #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-5/+6
| | | | | | | | Patch by Francisco Martín Brugué.
* | Fixes #14668. Mention Windows Path manipulation option in the installer.Brian Curtin2012-08-191-9/+21
| |
* | Merge 3.2: tutorial typo fixEli Bendersky2012-08-181-1/+1
|\ \ | |/
| * tutorial typo fixEli Bendersky2012-08-181-1/+1
| |
* | Issue #15586: fix prompts in some documentation examplesEli Bendersky2012-08-181-2/+2
| |
* | Merge #15636: add versionadded for decodebytesR David Murray2012-08-181-0/+2
|\ \ | |/
| * #15636: add versionadded for decodebytesR David Murray2012-08-181-0/+2
| |
* | Merge #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
|\ \ | |/ | | | | Patch by Chris Jerdonek.
| * #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
| | | | | | | | Patch by Chris Jerdonek.
* | Merge #15694: reflow paragraph.R David Murray2012-08-181-3/+2
|\ \ | |/
| * #15694: reflow paragraph.R David Murray2012-08-181-3/+2
| |