| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 3.2.3 final. | Georg Brandl | 2012-04-10 | 1 | -3/+3 |
| | | |||||
| * | Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. | Kristján Valur Jónsson | 2012-03-22 | 1 | -0/+2 |
| | | |||||
| * | Post-release updates for 3.2.3rc2. | Georg Brandl | 2012-03-18 | 1 | -1/+1 |
| | | |||||
| * | Bump to 3.2.3rc2.v3.2.3rc2 | Georg Brandl | 2012-03-18 | 1 | -2/+2 |
| | | |||||
| * | 3.2.3rc1 done | Georg Brandl | 2012-02-25 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 3.2.3rc1. | Georg Brandl | 2012-02-23 | 1 | -4/+4 |
| | | |||||
| * | Fix test failure in test_cmd_line by initializing the hash secret at the ↵ | Antoine Pitrou | 2012-02-21 | 2 | -0/+3 |
| | | | | | earliest point. | ||||
| * | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
| |\ | |||||
| | * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
| | | | |||||
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵ | Georg Brandl | 2012-02-20 | 3 | -0/+9 |
| |\ \ | |/ | | | | | | | | | | | | | | | 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 | 3 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | onto 3.1.5 | Benjamin Peterson | 2011-06-11 | 1 | -1/+1 |
| | | | |||||
| | * | bump to 3.1.4v3.1.4 | Benjamin Peterson | 2011-06-11 | 1 | -3/+3 |
| | | | |||||
| | * | bump to 3.1.4rc1 | Benjamin Peterson | 2011-05-29 | 1 | -4/+4 |
| | | | |||||
| | * | Port 5b607cd8c71b (closes #11892) | Jesus Cea | 2011-04-20 | 1 | -0/+4 |
| | | | |||||
| * | | Issue #13848: open() and the FileIO constructor now check for NUL characters ↵ | Antoine Pitrou | 2012-01-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | in the file name. Patch by Hynek Schlawack. | ||||
| * | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -31/+30 |
| | | | | | | | | | _PyParser_TokenNames indexes. | ||||
| * | | Consolidate the occurrances of the prime used as the multiplier when hashing | Gregory P. Smith | 2012-01-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | to a single #define instead of having several copies in several files. This excludes the Modules/ tree (datetime and expat both have a copy for their own purposes with no need for it to be the same). | ||||
| * | | - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix | Barry Warsaw | 2011-12-05 | 1 | -0/+1 |
| | | | | | | | | | given by Campbell Barton). | ||||
| * | | Closes issue #13488: Some old preprocessors have problem with #define not in ↵ | Jesus Cea | 2011-11-27 | 1 | -80/+80 |
| | | | | | | | | | the first column | ||||
| * | | Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER | Petri Lehtinen | 2011-11-19 | 1 | -2/+4 |
| | | | | | | | | | | | This allows compiling extension modules with -Wswitch-enum on gcc. Initial patch by Floris Bruynooghe. | ||||
| * | | Issue 1294232: Fix errors in metaclass calculation affecting some cases of ↵ | Nick Coghlan | 2011-10-23 | 1 | -0/+1 |
| | | | | | | | | | metaclass inheritance. Patch by Daniel Urban. | ||||
| * | | Issue #12911: Fix memory consumption when calculating the repr() of huge ↵ | Antoine Pitrou | 2011-10-06 | 2 | -2/+37 |
| | | | | | | | | | | | | | | | tuples or lists. This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot. | ||||
| * | | Try to fix linking failures under Windows | Antoine Pitrou | 2011-10-04 | 1 | -3/+3 |
| | | | |||||
| * | | Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character | Victor Stinner | 2011-09-06 | 1 | -1/+1 |
| | | | | | | | | | Fix also spelling of the null character. | ||||
| * | | Post-release version bump. | Georg Brandl | 2011-09-04 | 1 | -1/+1 |
| | | | |||||
| * | | Merge with release clone. | Georg Brandl | 2011-09-04 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Bump to 3.2.2. | Georg Brandl | 2011-09-03 | 1 | -3/+3 |
| | | | | |||||
| | * | | Post-release steps. | Georg Brandl | 2011-08-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bump version to 3.2.2rc1. | Georg Brandl | 2011-08-13 | 1 | -4/+4 |
| | | | | |||||
| * | | | make sure to initialize the method wrapper type | Benjamin Peterson | 2011-09-01 | 1 | -0/+1 |
| | | | | |||||
| * | | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -0/+7 |
| |/ / | | | | | | | greater than FD_SETSIZE. | ||||
| * | | #10741: add documentation for PyGILState_GetThisThreadState() | Sandro Tosi | 2011-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Post-release steps for 3.2.1. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | | | |||||
| * | | Bump version to 3.2.1.v3.2.1 | Georg Brandl | 2011-07-09 | 1 | -3/+3 |
| | | | |||||
| * | | Post-release steps. | Georg Brandl | 2011-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Bump to 3.2.1rc2. | Georg Brandl | 2011-07-03 | 1 | -2/+2 |
| | | | |||||
| * | | Set up branch to be rc2 next. | Georg Brandl | 2011-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Bump to 3.2.1rc1.v3.2.1rc1 | Georg Brandl | 2011-05-15 | 1 | -2/+2 |
| | | | |||||
| * | | Bump to 3.2.1b1. | Georg Brandl | 2011-05-08 | 1 | -4/+4 |
| | | | |||||
| * | | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+2 |
| | | | | | | | | | | | interpreter is shutting down; instead, these threads are now killed when they try to take the GIL. | ||||
| * | | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | subinterpreter to fix a bootstrap issue with codecs implemented in Python, as the ISO-8859-15 codec. Add fscodec_initialized attribute to the PyInterpreterState structure. | ||||
| * | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+1 |
| | | | | | | | | | | | APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali. | ||||
| * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
| |\ \ | |/ | |||||
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 2 | -3/+3 |
| | | | |||||
| * | | merge 3.1 | Benjamin Peterson | 2011-03-15 | 1 | -2/+3 |
| |\ \ | |/ | |||||
| | * | make this subversion artifact empty | Benjamin Peterson | 2011-03-15 | 1 | -2/+3 |
| | | | |||||
| * | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | Commit the hg build identification patch from the pymigr repo. | Georg Brandl | 2011-03-05 | 1 | -0/+2 |
| | | | |||||
| | * | point in the general direction of 3.1.4 | Benjamin Peterson | 2010-11-28 | 1 | -1/+1 |
| | | | |||||
