Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -1/+23 | |
| | | ||||||
* | | update unicode link | Benjamin Peterson | 2012-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-21 | 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-17 | 1 | -5/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought | Terry Jan Reedy | 2012-02-17 | 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`. | |||||
* | | | merge 3.2 | Benjamin Peterson | 2012-01-03 | 1 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | exception support is correct now (closes #13705) | Benjamin Peterson | 2012-01-03 | 1 | -2/+3 | |
| | | | ||||||
* | | | merge with 3.2 | Sandro Tosi | 2012-01-01 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13683: raise with no exception in scope throws a RuntimeError; fix by ↵ | Sandro Tosi | 2012-01-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | Ramchandra Apte | |||||
* | | | merge with 3.2 | Sandro Tosi | 2011-12-24 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ | Sandro Tosi | 2011-12-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge with 3.2 | Sandro Tosi | 2011-12-24 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | fix Rather that/Rather than; thanks to Reuben Thomas from docs@ | Sandro Tosi | 2011-12-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge 3.2 | Benjamin Peterson | 2011-12-23 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | parameter_list was meant here | Benjamin Peterson | 2011-12-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | kill superfluous 'comprehension' case (closes #13658) | Benjamin Peterson | 2011-12-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fix typos. | Ezio Melotti | 2011-10-25 | 1 | -3/+3 | |
| | | | ||||||
* | | | #13251: update string description in datamodel.rst. | Ezio Melotti | 2011-10-25 | 1 | -10/+10 | |
| | | | ||||||
* | | | merge 3.2 (#13259) | Benjamin Peterson | 2011-10-25 | 1 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | document __bytes__ special method (closes #13259) | Benjamin Peterson | 2011-10-25 | 1 | -0/+8 | |
| | | | ||||||
* | | | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -4/+13 | |
| | | | ||||||
* | | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Remove duplication. | Ezio Melotti | 2011-10-19 | 2 | -2/+2 | |
| | | | ||||||
* | | | #12531: merge with 3.2. | Ezio Melotti | 2011-07-30 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | #12531: Fix spaces and markup. | Ezio Melotti | 2011-07-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ↵ | Eli Bendersky | 2011-07-30 | 1 | -5/+11 | |
|\ \ \ | |/ / | | | | | | | in function calls | |||||
| * | | Issue #12531: add index entries to documentation of * and ** in function calls | Eli Bendersky | 2011-07-30 | 1 | -5/+11 | |
| | | | ||||||
* | | | #11669: merge with 3.2. | Ezio Melotti | 2011-06-26 | 1 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | #11669: rephrase footnote in the Compound Statements page. | Ezio Melotti | 2011-06-26 | 1 | -2/+3 | |
| | | | ||||||
* | | | allow __dir__ to return any sequence | Benjamin Peterson | 2011-06-11 | 1 | -1/+2 | |
|/ / | ||||||
* | | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵ | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 | |
|\ \ | |/ | | | | | of its parents. | |||||
| * | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵ | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 | |
| | | | | | | | | of its parents. | |||||
* | | Issue 10988: fix description of super's descriptor call. | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue 10988: fix description of super's descriptor call. | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 | |
| | | ||||||
* | | #11446: merge with 3.1. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #11446: fix incorrect PEP link. | Ezio Melotti | 2011-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | Explicitly mention that people should not depend on immediate | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 | |
|\ \ | |/ | | | | | | | | | finalization of objects. HG Enter commit message. Lines beginning with 'HG:' are removed. | |||||
| * | Reword the finalization note. | Gregory P. Smith | 2011-03-10 | 1 | -2/+2 | |
| | | ||||||
| * | Explicitly mention that people should not depend on immediate | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 | |
| | | | | | | | | finalization of objects in the language reference. | |||||
* | | Merge doc fixes. | Georg Brandl | 2011-03-06 | 1 | -10/+0 | |
|\ \ | |/ | ||||||
| * | #11337: remove unreferenced footnote. | Georg Brandl | 2011-03-06 | 1 | -7/+0 | |
| | | ||||||
| * | #11400: remove reference to pre-1.5 assignment behavior. | Georg Brandl | 2011-03-06 | 1 | -3/+0 | |
| | | ||||||
| * | Merged revisions ↵ | Georg Brandl | 2011-02-25 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line Do not put a raw REPLACEMENT CHARACTER in the document. ........ r86867 | georg.brandl | 2010-11-29 15:50:54 +0100 (Mo, 29 Nov 2010) | 1 line Fix indentation bug. ........ r86868 | georg.brandl | 2010-11-29 15:53:15 +0100 (Mo, 29 Nov 2010) | 1 line Fix heading style inconsistencies. ........ r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line #10584: fix bad links. ........ r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line Fix typo. ........ r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line Add missing word, and add a better reference to the actual function. ........ r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line #10594: fix parameter names in PyList API docs. ........ r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line Fix some markup and style in the unittest docs. ........ r86931 | georg.brandl | 2010-12-02 10:06:12 +0100 (Do, 02 Dez 2010) | 1 line Fix-up documentation of makedirs(). ........ r86932 | david.malcolm | 2010-12-02 17:41:00 +0100 (Do, 02 Dez 2010) | 2 lines Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) ........ r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. ........ r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. ........ r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line #10549: fix interface of docclass() for text documenter. ........ r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line Markup consistency fixes. ........ r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line Fix punctuation. ........ r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line Fix indentation. ........ r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line Fix typo. ........ r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line Fix typo. ........ | |||||
| * | Merged revisions 87789-87790 via svnmerge from | Georg Brandl | 2011-01-09 | 2 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r87789 | georg.brandl | 2011-01-06 10:23:56 +0100 (Do, 06 Jan 2011) | 1 line Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. ........ r87790 | georg.brandl | 2011-01-06 10:25:27 +0100 (Do, 06 Jan 2011) | 1 line Add acks where acks are due. ........ |