summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.Larry Hastings2012-09-211-31/+84
* Mention that "defaults" can be None for inspect.getfullargspec.Larry Hastings2012-09-211-5/+6
* Add What's New entries for some minor work I did in 3.3.Larry Hastings2012-09-211-1/+12
* Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-221-4/+4
* Issue #15814: Update whatsnew to the current state of hashing memoryviews.v3.3.0rc2Stefan Krah2012-09-081-3/+2
* Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
* Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().Stefan Krah2012-08-302-0/+9
* Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7
* Issue #15724: Add versionchanged tags to the memoryview documentation.Stefan Krah2012-08-301-2/+10
* Add missing unit.Stefan Krah2012-09-011-1/+1
* Compile _decimal without asserts and update benchmark results.Stefan Krah2012-09-011-1/+1
* Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-281-4/+5
* 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
* 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
|\ \ | |/
| * Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-6/+111
* | 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 consolid...Nick Coghlan2012-08-212-189/+247
* | 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
|\ \ | |/
| * Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-201-1/+4
* | Merge #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
|\ \ | |/
| * #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
* | Break up the 'someos' docs classification based on a more user-focused scheme...Nick Coghlan2012-08-206-30/+37
* | Close #4966: revamp the sequence docs in order to better explain the state of...Nick Coghlan2012-08-206-720/+980
* | s/path importer/path based finder/ (because the path based finder is not an i...Nick Coghlan2012-08-202-49/+54
* | Issue #14814: document the Interface APIs and fix various problems with the s...Nick Coghlan2012-08-201-18/+59
* | Merge #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-5/+6
|\ \ | |/
| * #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-5/+6
* | 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
|\ \ | |/
| * #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
* | Merge #15694: reflow paragraph.R David Murray2012-08-181-3/+2
|\ \ | |/
| * #15694: reflow paragraph.R David Murray2012-08-181-3/+2
* | Merge #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-182-8/+16
|\ \ | |/
| * #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-182-8/+16
* | Merge with 3.2 #15660Terry Jan Reedy2012-08-171-3/+3
|\ \ | |/
| * Issue 15660: Clarify 0 prefix for width field in str.format doc.Terry Jan Reedy2012-08-171-3/+3
* | Issue #15640: Document importlib.abc.Finder as deprecated.Brett Cannon2012-08-171-24/+25
* | MergeRichard Oudkerk2012-08-171-6/+0
|\ \ | |/