summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* enable hash randomization by defaultBenjamin Peterson2012-02-211-11/+0
* Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-212-2/+10
|\
| * Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-212-2/+10
* | merge 3.2Benjamin Peterson2012-02-211-4/+8
|\ \ | |/
| * merge 3.2Benjamin Peterson2012-02-211-4/+8
| |\
| | * ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-4/+8
| | * Fix typo in conditional.Georg Brandl2012-02-201-1/+1
* | | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-203-2/+314
|\ \ \ | |/ /
| * | Fix typo in conditional.Georg Brandl2012-02-201-1/+1
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-203-2/+314
| |\ \ | | |/
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-203-2/+314
* | | Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou2012-02-205-10/+0
* | | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-325/+18
* | | PEP 410Victor Stinner2012-02-081-18/+325
* | | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()Victor Stinner2012-02-071-8/+25
* | | Merge branch 3.2Petri Lehtinen2012-02-021-1/+1
|\ \ \ | |/ /
| * | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-1/+1
* | | Issue #13706: Add assertions to detect bugs earlierVictor Stinner2012-01-311-3/+9
* | | Remove now useless arbitrary limit of module name lengthVictor Stinner2012-01-251-6/+0
* | | Port import fixes from 2.7.Antoine Pitrou2012-01-251-10/+10
|\ \ \ | |/ /
| * | Port import fixes from 2.7.Antoine Pitrou2012-01-251-10/+10
* | | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-7/+4
|\ \ \ | |/ /
| * | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-7/+4
* | | Silence last compilation warning.Amaury Forgeot d'Arc2012-01-231-1/+1
* | | Fix compilation warnings (seen on win32 buildbot)Amaury Forgeot d'Arc2012-01-231-4/+4
* | | use the static identifier api for looking up special methodsBenjamin Peterson2012-01-222-10/+11
* | | Issue #13706: Support non-ASCII fill charactersVictor Stinner2012-01-211-15/+19
* | | Improve exception text. Closes issue 13811.Eric V. Smith2012-01-201-2/+2
* | | Issue #12705: Raise SyntaxError when compiling multiple statements as single ...Meador Inge2012-01-191-0/+3
* | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-181-9/+0
|\ \ \ | |/ /
| * | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-181-9/+0
* | | Finally fix all test_capi refleaksAntoine Pitrou2012-01-181-9/+16
* | | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-181-0/+4
|\ \ \ | |/ /
| * | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-181-0/+4
* | | Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
|\ \ \ | |/ /
| * | Fix a memory leak when initializing the standard I/O streams.Antoine Pitrou2012-01-181-1/+2
* | | fix indentationBenjamin Peterson2012-01-161-5/+5
* | | break out switch at correct placeBenjamin Peterson2012-01-161-1/+1
* | | only finish error if one occurredBenjamin Peterson2012-01-161-1/+2
* | | move LINENO define to where it actually belongsBenjamin Peterson2012-01-161-4/+0
* | | streamline normalizer identification a bitBenjamin Peterson2012-01-161-25/+55
* | | fix spellingBenjamin Peterson2012-01-161-1/+1
* | | invert condition (head bang)Benjamin Peterson2012-01-161-1/+1
* | | fix possible refleaksBenjamin Peterson2012-01-161-2/+4
* | | use helpful PyUnicode_IS_ASCII macroBenjamin Peterson2012-01-161-1/+1
* | | PyUnicode_DecodeUTF8 will always return a ready stringBenjamin Peterson2012-01-161-1/+2
* | | rewrite such that this actually makes senseBenjamin Peterson2012-01-161-1/+1
* | | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-15/+15
|\ \ \ | |/ /
| * | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-15/+15
* | | make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-144-21/+67