summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge with 3.2.Georg Brandl2012-03-101-0/+5
|\ \ | |/
| * Closes #14186: add link to PEP 3107 (function annotations) to the function ↵Georg Brandl2012-03-101-0/+5
| | | | | | | | definition section.
* | Basic documentation for PEP 414Armin Ronacher2012-03-041-1/+9
| |
* | remove unapplicable statementBenjamin Peterson2012-02-211-4/+2
| |
* | enable hash randomization by defaultBenjamin Peterson2012-02-211-1/+23
| |
* | update unicode linkBenjamin Peterson2012-02-211-1/+1
| |
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+2
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵Georg Brandl2012-02-201-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
| | * Issue #13703: add a way to randomize the hash values of basic types (str, ↵Georg Brandl2012-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
* | | Merge with 3.2 closes 14023Terry Jan Reedy2012-02-181-5/+5
|\ \ \ | |/ /
| * | Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thoughtTerry Jan Reedy2012-02-181-5/+5
| | | | | | | | | | | | to to makes bytes mutable, before deciding to add bytearrays.)
* | | Add versionchanged notes for PEP 380Nick Coghlan2012-01-142-2/+8
| | |
* | | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-132-9/+45
| | |
* | | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as ↵Antoine Pitrou2012-01-121-1/+5
| | | | | | | | | | | | well as `br`.
* | | merge 3.2Benjamin Peterson2012-01-031-2/+3
|\ \ \ | |/ /
| * | exception support is correct now (closes #13705)Benjamin Peterson2012-01-031-2/+3
| | |
* | | merge with 3.2Sandro Tosi2012-01-011-2/+2
|\ \ \ | |/ /
| * | Issue #13683: raise with no exception in scope throws a RuntimeError; fix by ↵Sandro Tosi2012-01-011-2/+2
| | | | | | | | | | | | Ramchandra Apte
* | | merge with 3.2Sandro Tosi2011-12-241-1/+1
|\ \ \ | |/ /
| * | point IronPython to ironpython.net; thanks to Lazar Pancic from docs@Sandro Tosi2011-12-241-1/+1
| | |
* | | merge with 3.2Sandro Tosi2011-12-241-1/+1
|\ \ \ | |/ /
| * | fix Rather that/Rather than; thanks to Reuben Thomas from docs@Sandro Tosi2011-12-241-1/+1
| | |
* | | merge 3.2Benjamin Peterson2011-12-241-2/+2
|\ \ \ | |/ /
| * | parameter_list was meant hereBenjamin Peterson2011-12-241-1/+1
| | |
| * | kill superfluous 'comprehension' case (closes #13658)Benjamin Peterson2011-12-241-1/+1
| | |
* | | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+5
| | |
* | | Fix typos.Ezio Melotti2011-10-251-3/+3
| | |
* | | #13251: update string description in datamodel.rst.Ezio Melotti2011-10-251-10/+10
| | |
* | | merge 3.2 (#13259)Benjamin Peterson2011-10-251-0/+8
|\ \ \ | |/ /
| * | document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
| | |
* | | #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-4/+13
| | |
* | | Merge with 3.2.Ezio Melotti2011-10-192-2/+2
|\ \ \ | |/ /
| * | Remove duplication.Ezio Melotti2011-10-192-2/+2
| | |
* | | #12531: merge with 3.2.Ezio Melotti2011-07-301-1/+1
|\ \ \ | |/ /
| * | #12531: Fix spaces and markup.Ezio Melotti2011-07-301-1/+1
| | |
* | | Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ↵Eli Bendersky2011-07-301-5/+11
|\ \ \ | |/ / | | | | | | in function calls
| * | Issue #12531: add index entries to documentation of * and ** in function callsEli Bendersky2011-07-301-5/+11
| | |
* | | #11669: merge with 3.2.Ezio Melotti2011-06-261-2/+3
|\ \ \ | |/ /
| * | #11669: rephrase footnote in the Compound Statements page.Ezio Melotti2011-06-261-2/+3
| | |
* | | allow __dir__ to return any sequenceBenjamin Peterson2011-06-111-1/+2
|/ /
* | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵Raymond Hettinger2011-03-221-4/+5
|\ \ | |/ | | | | of its parents.
| * Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵Raymond Hettinger2011-03-221-4/+5
| | | | | | | | of its parents.
* | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
|\ \ | |/
| * Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
| |
* | #11446: merge with 3.1.Ezio Melotti2011-03-111-1/+1
|\ \ | |/
| * #11446: fix incorrect PEP link.Ezio Melotti2011-03-111-1/+1
| |
* | Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
|\ \ | |/ | | | | | | | | finalization of objects. HG Enter commit message. Lines beginning with 'HG:' are removed.
| * Reword the finalization note.Gregory P. Smith2011-03-101-2/+2
| |
| * Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
| | | | | | | | finalization of objects in the language reference.
* | Merge doc fixes.Georg Brandl2011-03-061-10/+0
|\ \ | |/