| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -17/+0 |
|
|
* | Make these files to compile again under Windows. | Thomas Heller | 2008-07-15 | 1 | -1/+2 |
|
|
* | correct docstring | Benjamin Peterson | 2008-07-15 | 1 | -1/+1 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -16/+47 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -1/+15 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+35 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+2 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -2/+4 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+2 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -4/+4 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 1 | -3/+3 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+8 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -41/+67 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -13/+31 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 1 | -23/+18 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+13 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+42 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -2/+2 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 1 | -3/+88 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -0/+3 |
|
|
* | Fix thoroughly misleading comment | Nick Coghlan | 2007-12-21 | 1 | -1/+1 |
|
|
* | Fixed #1630 | Christian Heimes | 2007-12-15 | 1 | -1/+2 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+0 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -10/+10 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -4/+4 |
|
|
* | Merged revisions 59245-59254 via svnmerge from | Christian Heimes | 2007-12-01 | 1 | -0/+2 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 1 | -1/+1 |
|
|
* | Paths and file names from the fs should always be decoded with PyUnicode_Deco... | Christian Heimes | 2007-11-14 | 1 | -3/+4 |
|
|
* | No need to include windows.h twice | Amaury Forgeot d'Arc | 2007-11-10 | 1 | -5/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -7/+2 |
|
|
* | Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. | Christian Heimes | 2007-11-04 | 1 | -1/+1 |
|
|
* | Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) | Neal Norwitz | 2007-10-26 | 1 | -1/+1 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -0/+3 |
|
|
* | PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico... | Eric Smith | 2007-08-27 | 1 | -51/+0 |
|
|
* | Fix refleaks in test_unicode and test_string related to the new format code. | Neal Norwitz | 2007-08-27 | 1 | -4/+4 |
|
|
* | PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje... | Eric Smith | 2007-08-26 | 1 | -13/+14 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+50 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -4/+4 |
|
|
* | Add const to input string parameters | Neal Norwitz | 2007-08-25 | 1 | -6/+6 |
|
|
* | Patch #1774414: make it possible to use SVK to develop Python. | Collin Winter | 2007-08-22 | 1 | -28/+30 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -4/+0 |
|
|
* | Make sys.path and sys.argv into lists of strings. | Guido van Rossum | 2007-06-15 | 1 | -6/+6 |
|
|
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -27/+11 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -2/+2 |
|
|
* | Change most sys attributes that were str8 objects into str objects | Walter Dörwald | 2007-06-07 | 1 | -7/+7 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -35/+0 |
|
|
* | Change sys.intern() so that unicode strings can be | Walter Dörwald | 2007-06-05 | 1 | -6/+13 |
|
|
* | Change getdefaultencoding() and getfilesystemencoding() | Walter Dörwald | 2007-06-05 | 1 | -2/+2 |
|
|
* | Enable new I/O. Disable creation of old files. | Guido van Rossum | 2007-05-24 | 1 | -52/+1 |
|
|