Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -11/+0 |
| | |||||
* | Fix test failure in test_cmd_line by initializing the hash secret at the ↵ | Antoine Pitrou | 2012-02-21 | 2 | -2/+10 |
|\ | | | | | | | earliest point. | ||||
| * | Fix test failure in test_cmd_line by initializing the hash secret at the ↵ | Antoine Pitrou | 2012-02-21 | 2 | -2/+10 |
| | | | | | | | | earliest point. | ||||
* | | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -4/+8 |
|\ \ | |/ | |||||
| * | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -4/+8 |
| |\ | |||||
| | * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -4/+8 |
| | | | |||||
| | * | Fix typo in conditional. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 3 | -2/+314 |
|\ \ \ | |/ / | |||||
| * | | Fix typo in conditional. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵ | Georg Brandl | 2012-02-20 | 3 | -2/+314 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | 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 | -2/+314 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #14040: Remove rarely used file name suffixes for C extensions (under ↵ | Antoine Pitrou | 2012-02-20 | 5 | -10/+0 |
| | | | | | | | | | | | | | | | | | | POSIX mainly). This will improve import performance a bit (especially under importlib). | ||||
* | | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -325/+18 |
| | | | |||||
* | | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -18/+325 |
| | | | |||||
* | | | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() | Victor Stinner | 2012-02-07 | 1 | -8/+25 |
| | | | | | | | | | | | | | | | to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between 0.5 ms and 15 ms). | ||||
* | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | Closes #13402. | ||||
| * | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes #13402. | ||||
* | | | Issue #13706: Add assertions to detect bugs earlier | Victor Stinner | 2012-01-31 | 1 | -3/+9 |
| | | | |||||
* | | | Remove now useless arbitrary limit of module name length | Victor Stinner | 2012-01-25 | 1 | -6/+0 |
| | | | |||||
* | | | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 1 | -10/+10 |
|\ \ \ | |/ / | |||||
| * | | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 1 | -10/+10 |
| | | | |||||
* | | | Issue #11235: Fix OverflowError when trying to import a source file whose ↵ | Antoine Pitrou | 2012-01-24 | 1 | -7/+4 |
|\ \ \ | |/ / | | | | | | | modification time doesn't fit in a 32-bit timestamp. | ||||
| * | | Issue #11235: Fix OverflowError when trying to import a source file whose ↵ | Antoine Pitrou | 2012-01-24 | 1 | -7/+4 |
| | | | | | | | | | | | | modification time doesn't fit in a 32-bit timestamp. | ||||
* | | | Silence last compilation warning. | Amaury Forgeot d'Arc | 2012-01-23 | 1 | -1/+1 |
| | | | |||||
* | | | Fix compilation warnings (seen on win32 buildbot) | Amaury Forgeot d'Arc | 2012-01-23 | 1 | -4/+4 |
| | | | |||||
* | | | use the static identifier api for looking up special methods | Benjamin Peterson | 2012-01-22 | 2 | -10/+11 |
| | | | | | | | | | | | | | | | I had to move the static identifier code from unicodeobject.h to object.h in order for this to work. | ||||
* | | | Issue #13706: Support non-ASCII fill characters | Victor Stinner | 2012-01-21 | 1 | -15/+19 |
| | | | |||||
* | | | Improve exception text. Closes issue 13811. | Eric V. Smith | 2012-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ↵ | Meador Inge | 2012-01-19 | 1 | -0/+3 |
| | | | | | | | | | | | | interactive statement | ||||
* | | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs ↵ | Antoine Pitrou | 2012-01-18 | 1 | -9/+0 |
|\ \ \ | |/ / | | | | | | | registry. | ||||
| * | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs ↵ | Antoine Pitrou | 2012-01-18 | 1 | -9/+0 |
| | | | | | | | | | | | | registry. | ||||
* | | | Finally fix all test_capi refleaks | Antoine Pitrou | 2012-01-18 | 1 | -9/+16 |
| | | | |||||
* | | | Fix the builtin module initialization code to store the init function for ↵ | Antoine Pitrou | 2012-01-18 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | future reinitialization. | ||||
| * | | Fix the builtin module initialization code to store the init function for ↵ | Antoine Pitrou | 2012-01-18 | 1 | -0/+4 |
| | | | | | | | | | | | | future reinitialization. | ||||
* | | | Fix a memory leak when initializing the standard I/O streams. | Antoine Pitrou | 2012-01-18 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix a memory leak when initializing the standard I/O streams. | Antoine Pitrou | 2012-01-18 | 1 | -1/+2 |
| | | | |||||
* | | | fix indentation | Benjamin Peterson | 2012-01-16 | 1 | -5/+5 |
| | | | |||||
* | | | break out switch at correct place | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | only finish error if one occurred | Benjamin Peterson | 2012-01-16 | 1 | -1/+2 |
| | | | |||||
* | | | move LINENO define to where it actually belongs | Benjamin Peterson | 2012-01-16 | 1 | -4/+0 |
| | | | |||||
* | | | streamline normalizer identification a bit | Benjamin Peterson | 2012-01-16 | 1 | -25/+55 |
| | | | |||||
* | | | fix spelling | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | invert condition (head bang) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | fix possible refleaks | Benjamin Peterson | 2012-01-16 | 1 | -2/+4 |
| | | | |||||
* | | | use helpful PyUnicode_IS_ASCII macro | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | PyUnicode_DecodeUTF8 will always return a ready string | Benjamin Peterson | 2012-01-16 | 1 | -1/+2 |
| | | | |||||
* | | | rewrite such that this actually makes sense | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -15/+15 |
|\ \ \ | |/ / | | | | | | | _PyParser_TokenNames indexes. | ||||
| * | | Issue #13629: Renumber the tokens in token.h to match the ↵ | Meador Inge | 2012-01-16 | 1 | -15/+15 |
| | | | | | | | | | | | | _PyParser_TokenNames indexes. | ||||
* | | | make YieldFrom its own distinct from Yield (closes #13780) | Benjamin Peterson | 2012-01-14 | 4 | -21/+67 |
| | | |