| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 3 | -0/+2678 |
|
|
* | Merged revisions 71024,71058 via svnmerge from | Georg Brandl | 2009-04-11 | 1 | -1/+9 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -1/+1 |
|
|
* | Removed unused #include. | Eric Smith | 2009-04-07 | 1 | -1/+0 |
|
|
* | Revert removal of atof.c and strtod.c in r71341. We're not quite | Mark Dickinson | 2009-04-07 | 2 | -0/+206 |
|
|
* | Removed unused files in preparation for merging py3k-short-float-repr. | Eric Smith | 2009-04-07 | 2 | -206/+0 |
|
|
* | Merged revisions 71152 via svnmerge from | Matthias Klose | 2009-04-04 | 1 | -2/+3 |
|
|
* | Py_BuildValue's 'c' code should use byte strings #5666 | Benjamin Peterson | 2009-04-03 | 1 | -1/+1 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 1 | -1/+1 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -2/+2 |
|
|
* | remove unused variable | Benjamin Peterson | 2009-04-02 | 1 | -1/+0 |
|
|
* | rewrite error handling to make sense | Benjamin Peterson | 2009-04-02 | 1 | -3/+7 |
|
|
* | fix ref leaks | Benjamin Peterson | 2009-04-02 | 1 | -0/+2 |
|
|
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -10/+4 |
|
|
* | Merged revisions 70965 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -16/+30 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 3 | -97/+103 |
|
|
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+1 |
|
|
* | Fix a leaking "pathname" in import.c | Kristján Valur Jónsson | 2009-03-31 | 1 | -0/+1 |
|
|
* | get_file() no longer leaks a FILE structure. If given a file descriptor, it ... | Kristján Valur Jónsson | 2009-03-31 | 1 | -9/+19 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 1 | -20/+94 |
|
|
* | Issue #5604: non-ASCII characters in module name passed to | Guido van Rossum | 2009-03-30 | 1 | -16/+41 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 2 | -40/+109 |
|
|
* | Merged revisions 70378 via svnmerge from | Nick Coghlan | 2009-03-15 | 1 | -12/+12 |
|
|
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -0/+33 |
|
|
* | Fix a typo in a comment. | Brett Cannon | 2009-03-08 | 1 | -1/+1 |
|
|
* | Issue #5273: Fixed import failure on unicode path. (especially on windows) | Hirokazu Yamamoto | 2009-03-04 | 1 | -4/+6 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -1/+1 |
|
|
* | instead of hacking __locals__ in during bytecode generation, put it in the sy... | Benjamin Peterson | 2009-03-03 | 2 | -22/+6 |
|
|
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 | 2 | -10/+20 |
|
|
* | Fix 2 oversights from r69961. | Jeffrey Yasskin | 2009-02-28 | 1 | -3/+5 |
|
|
* | Merged revisions 69811,69947 via svnmerge from | Benjamin Peterson | 2009-02-26 | 1 | -1/+4 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 5 | -110/+162 |
|
|
* | Merged revisions 69459 via svnmerge from | Mark Dickinson | 2009-02-09 | 1 | -0/+13 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 1 | -6/+6 |
|
|
* | Merged revisions 69331 via svnmerge from | Eric Smith | 2009-02-06 | 1 | -22/+79 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 5 | -7/+7 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -20/+0 |
|
|
* | Make Python/makeopcodetargets runnable with Python 2.3. With any luck, this | Mark Dickinson | 2009-01-31 | 1 | -1/+4 |
|
|
* | Issue #5041: Fixed memory leak. | Hirokazu Yamamoto | 2009-01-30 | 1 | -2/+4 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 1 | -10/+8 |
|
|
* | Merged revisions 69038 via svnmerge from | Mark Hammond | 2009-01-27 | 1 | -1/+9 |
|
|
* | Add executable property to Python/makeopcodetargets.py | Antoine Pitrou | 2009-01-27 | 1 | -0/+0 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 1 | -2/+7 |
|
|
* | Issue #4753: By enabling a configure option named '--with-computed-gotos' | Antoine Pitrou | 2009-01-25 | 3 | -188/+610 |
|
|
* | Issue 3677: Release the path string on py3k | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+1 |
|
|
* | Merged revisions 68457 via svnmerge from | Hirokazu Yamamoto | 2009-01-23 | 1 | -14/+18 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 2 | -2/+2 |
|
|
* | fix compiler warning | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68460 via svnmerge from | Benjamin Peterson | 2009-01-17 | 1 | -22/+146 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -3/+0 |
|
|