| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless argument of _PyUnicode_AsDefaultEncodedString() | Victor Stinner | 2011-03-02 | 1 | -1/+1 |
|
|
* | Issue #11272: Fix input() and sys.stdin for Windows newline | Victor Stinner | 2011-02-23 | 1 | -4/+9 |
|
|
* | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -4/+1 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -6/+13 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -2/+2 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | Issue #10518: Bring back the callable() builtin. | Antoine Pitrou | 2010-11-27 | 1 | -0/+15 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 | 1 | -11/+22 |
|
|
* | Since __import__ is not designed for general use, have its docstring point | Brett Cannon | 2010-09-27 | 1 | -2/+6 |
|
|
* | Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING | Victor Stinner | 2010-09-10 | 1 | -23/+0 |
|
|
* | only catch AttributeError in hasattr() #9666 | Benjamin Peterson | 2010-08-24 | 1 | -8/+5 |
|
|
* | Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate | Victor Stinner | 2010-05-19 | 1 | -7/+16 |
|
|
* | Issue #8610: Load file system codec at startup, and display a fatal error on | Victor Stinner | 2010-05-15 | 1 | -2/+9 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1644/+1644 |
|
|
* | Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding | Victor Stinner | 2010-03-25 | 1 | -1/+5 |
|
|
* | check PyDict_New() for error | Benjamin Peterson | 2010-02-27 | 1 | -6/+6 |
|
|
* | only accept AttributeError as indicating no __prepare__ attribute on a metacl... | Benjamin Peterson | 2010-02-27 | 1 | -2/+10 |
|
|
* | Fix typo (reported by terlop on IRC) | Mark Dickinson | 2009-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 76534,76538,76628,76701,76774 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+5 |
|
|
* | Merged revisions 75714 via svnmerge from | Mark Dickinson | 2009-10-26 | 1 | -0/+9 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -2/+0 |
|
|
* | refactor logic a little when no sep or end is passed | Benjamin Peterson | 2009-07-02 | 1 | -4/+10 |
|
|
* | these builtins have to be initialized | Benjamin Peterson | 2009-05-09 | 1 | -6/+0 |
|
|
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 | 1 | -7/+9 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -20/+0 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 1 | -10/+8 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -3/+0 |
|
|
* | Mini-optimization: use pack/unpack functions for argument tuples. | Raymond Hettinger | 2009-01-06 | 1 | -3/+3 |
|
|
* | #4826 exec() doesn't take a file object anymore | Benjamin Peterson | 2009-01-04 | 1 | -2/+2 |
|
|
* | #4513: remove traces of zip() docstring from when it was izip(). | Georg Brandl | 2008-12-04 | 1 | -3/+1 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -1/+1 |
|
|
* | Issue #3187: Add sys.setfilesystemencoding. | Martin v. Löwis | 2008-10-03 | 1 | -3/+22 |
|
|
* | #1688: On Windows, the input() prompt was not correctly displayed if it | Amaury Forgeot d'Arc | 2008-09-21 | 1 | -2/+19 |
|
|
* | #3706: fix error message for wrong exec() argument type. R=Guido. | Georg Brandl | 2008-08-28 | 1 | -13/+9 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -2/+2 |
|
|
* | Merged revisions 65339-65340,65342 via svnmerge from | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -2/+2 |
|
|
* | Docstring typo | Mark Dickinson | 2008-07-05 | 1 | -1/+1 |
|
|
* | #3191: fix round() docs and docstring. | Georg Brandl | 2008-07-01 | 1 | -2/+2 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+15 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+14 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -2/+2 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -33/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+33 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -5/+5 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -6/+6 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -3/+7 |
|
|
* | Fix nits in builtin next(). | Georg Brandl | 2008-04-30 | 1 | -13/+14 |
|
|