Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix formatting of syntax description of function definition. | Chris Jerdonek | 2012-10-26 | 1 | -2/+1 | |
| | | | ||||||
| * | | merge 3.2 | Benjamin Peterson | 2012-10-12 | 2 | -15/+16 | |
| |\ \ | | |/ | ||||||
| | * | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 2 | -14/+15 | |
| | | | ||||||
| | * | Fix link to str.format() in docs. | Chris Jerdonek | 2012-10-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Closes #16149: remove now-false statement about the inability to compare ↵ | Georg Brandl | 2012-10-06 | 1 | -10/+4 | |
| | | | | | | | | | | | | Decimal and float objects. | |||||
| * | | Closes #16149: remove now-false statement about the inability to compare ↵ | Georg Brandl | 2012-10-06 | 1 | -10/+4 | |
| | | | | | | | | | | | | Decimal and float objects. | |||||
| * | | #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-05 | 1 | -3/+1 | |
| | | | ||||||
| * | | Merge: Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue #14167: merge fix from 3.2 branch. | Mark Dickinson | 2012-09-24 | 1 | -5/+5 | |
| |\ \ | | |/ | ||||||
| | * | Issue #14167: restore statement about breaks in finally clauses. | Mark Dickinson | 2012-09-24 | 1 | -5/+5 | |
| | | | ||||||
| * | | Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. | R David Murray | 2012-09-11 | 1 | -13/+13 | |
| |\ \ | | |/ | ||||||
| | * | #14617: clarify discussion of interrelationship of __eq__ and __hash__. | R David Murray | 2012-09-11 | 1 | -13/+13 | |
| | | | ||||||
| * | | s/path importer/path based finder/ (because the path based finder is not an ↵ | Nick Coghlan | 2012-08-20 | 1 | -46/+51 | |
| | | | | | | | | | | | | importer and the simpler 'path finder' is too ambiguous) | |||||
| * | | 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. | |||||
| * | | Issue #14167: Document return statement in finally blocks. | Andrew Svetlov | 2012-08-14 | 1 | -6/+17 | |
| |\ \ | | |/ | | | | | | | Patch by Yury Selivanov. | |||||
| | * | Issue #14167: Document return statement in finally blocks. | Andrew Svetlov | 2012-08-14 | 1 | -6/+17 | |
| | | | | | | | | | | | | Patch by Yury Selivanov. | |||||
| * | | Fix markup errors and update pydoc topics. | Georg Brandl | 2012-08-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ↵ | Nick Coghlan | 2012-08-02 | 1 | -73/+148 | |
| | | | | | | | | | | | | with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue | |||||
| * | | Clarify the import statement semantics, especially for implicit imports in ↵ | Nick Coghlan | 2012-08-02 | 1 | -29/+74 | |
| | | | | | | | | | | | | the 'from X import Y' variant | |||||
| * | | Improve wording for __hash__ | Antoine Pitrou | 2012-08-01 | 1 | -4/+4 | |
| | | | ||||||
| * | | Finally, a coherent set of terminology for all the lil' beasties involved. | Barry Warsaw | 2012-07-31 | 4 | -165/+182 | |
| | | | ||||||
| * | | Another XXX. | Barry Warsaw | 2012-07-30 | 1 | -0/+5 | |
| | | | ||||||
| * | | Address substantially all of Eric Snow's comments in issue #15295, except for | Barry Warsaw | 2012-07-30 | 1 | -82/+134 | |
| | | | | | | | | | | | | those which now have additional XXX's here. I'll get to those later. :) | |||||
| * | | Integration of importdocs from the features/pep-420 repo. | Barry Warsaw | 2012-07-29 | 4 | -156/+595 | |
| | | | ||||||
| * | | Merge with 3.2. | Georg Brandl | 2012-06-24 | 1 | -1/+0 | |
| |\ \ | | |/ | ||||||
| | * | Fix a bunch of "versionchanged" related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fix small overeager edit from 8e47e9af826e. | Georg Brandl | 2012-06-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Issue #15096: Drop support for the ur string prefix | Christian Heimes | 2012-06-20 | 1 | -6/+8 | |
| | | | ||||||
| * | | Remove an incorrect implementation detail | Nick Coghlan | 2012-05-20 | 1 | -5/+0 | |
| | | | ||||||
| * | | Clarify a paragraph in the new metaclass docs | Nick Coghlan | 2012-05-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Describe the default hash correctly, and mark a couple of CPython ↵ | Nick Coghlan | 2012-05-20 | 1 | -4/+16 | |
| | | | | | | | | | | | | implementation details | |||||
| * | | Fix typo in new metaclass docs | Nick Coghlan | 2012-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Close #14588: added a PEP 3115 compliant dynamic type creation mechanism | Nick Coghlan | 2012-05-19 | 1 | -37/+99 | |
| | | | ||||||
| * | | Issue #14628: Document the fact that import always returns the module | Brett Cannon | 2012-04-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | as found in sys.modules and not as what the loader returns (even though it is required to by PEP 302). | |||||
| * | | Merge with 3.2. | Georg Brandl | 2012-03-10 | 1 | -0/+5 | |
| |\ \ | | |/ | ||||||
| | * | Closes #14186: add link to PEP 3107 (function annotations) to the function ↵ | Georg Brandl | 2012-03-10 | 1 | -0/+5 | |
| | | | | | | | | | | | | definition section. | |||||
| * | | Basic documentation for PEP 414 | Armin Ronacher | 2012-03-04 | 1 | -1/+9 | |
| | | | ||||||
| * | | remove unapplicable statement | Benjamin Peterson | 2012-02-21 | 1 | -4/+2 | |
| | | | ||||||
| * | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -1/+23 | |
| | | | ||||||
| * | | update unicode link | Benjamin Peterson | 2012-02-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵ | Georg Brandl | 2012-02-20 | 1 | -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 Brandl | 2012-02-20 | 1 | -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 14023 | Terry Jan Reedy | 2012-02-18 | 1 | -5/+5 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought | Terry Jan Reedy | 2012-02-18 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | to to makes bytes mutable, before deciding to add bytearrays.) | |||||
| * | | | Add versionchanged notes for PEP 380 | Nick Coghlan | 2012-01-14 | 2 | -2/+8 | |
| | | | | ||||||
| * | | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 2 | -9/+45 | |
| | | | | ||||||
| * | | | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as ↵ | Antoine Pitrou | 2012-01-12 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | well as `br`. |