| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 1 | -2/+1 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -1/+1 |
|
|
* | Fix datetime_strptime following svnmerge from trunk; it was | Mark Dickinson | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -21/+80 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -16/+1 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -4/+4 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -23/+23 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -3/+6 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -26/+26 |
|
|
* | Use PyString instead of PyBytes in wrap_strftime(). | Walter Dörwald | 2007-11-22 | 1 | -10/+10 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -18/+18 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -2/+2 |
|
|
* | Change a variable to Py_ssize_t to silence a compiler warning (and because it | Brett Cannon | 2007-11-06 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -13/+7 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -1/+1 |
|
|
* | Added __format__ method to datetime.datetime, datetime.date, and datetime.time. | Eric Smith | 2007-09-11 | 1 | -0/+36 |
|
|
* | Remove checking redundantly for checks of PyInt and PyLong. | Neal Norwitz | 2007-08-31 | 1 | -5/+5 |
|
|
* | Use the correct type for variables corresponding to 'u' formats. | Guido van Rossum | 2007-08-29 | 1 | -1/+1 |
|
|
* | Fix some refleaks (and format/error checking) | Neal Norwitz | 2007-08-27 | 1 | -9/+13 |
|
|
* | Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. | Guido van Rossum | 2007-08-24 | 1 | -54/+74 |
|
|
* | Get rid of some dead code and unneeded XXX comments by Neal. | Guido van Rossum | 2007-08-16 | 1 | -6/+1 |
|
|
* | Fix the refleak in strftime when converting a %Z with a user defined tzinfo. | Neal Norwitz | 2007-08-12 | 1 | -32/+39 |
|
|
* | Fix refcount bug in make_Zreplacement(). | Guido van Rossum | 2007-08-10 | 1 | -0/+1 |
|
|
* | Fix merge breakage. | Martin v. Löwis | 2007-07-21 | 1 | -6/+6 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -26/+21 |
|
|
* | Change Py_BuildValue to generate Unicode objects for | Martin v. Löwis | 2007-07-18 | 1 | -23/+27 |
|
|
* | Revert r56044 (which changed the %c format specifier to accept a | Walter Dörwald | 2007-07-01 | 1 | -1/+1 |
|
|
* | Change %c format specifier for PyArg_ParseTuple() so that it accepts | Walter Dörwald | 2007-06-20 | 1 | -1/+1 |
|
|
* | Change timedelta.__str__() to return a unicode object. | Walter Dörwald | 2007-05-31 | 1 | -36/+19 |
|
|
* | Change isoformat() methods to return unicode strings. | Walter Dörwald | 2007-05-31 | 1 | -48/+32 |
|
|
* | Change format_ctime() to return unicode (i.e. | Walter Dörwald | 2007-05-31 | 1 | -6/+4 |
|
|
* | Refactor to avoid ultra-deeply-nested code. | Guido van Rossum | 2007-05-23 | 1 | -36/+53 |
|
|
* | Fix datetime and its test. | Guido van Rossum | 2007-05-23 | 1 | -8/+21 |
|
|
* | Simplify append_keyword_tzinfo() by using | Walter Dörwald | 2007-05-23 | 1 | -10/+2 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -9/+9 |
|
|
* | Remove unused variables. | Walter Dörwald | 2007-05-20 | 1 | -1/+0 |
|
|
* | Add a format specifier %R to PyUnicode_FromFormat(), which embeds | Walter Dörwald | 2007-05-19 | 1 | -30/+20 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -13/+13 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -0/+2 |
|
|
* | Fix some miscellaneous places that incorrectly insisted on str8. | Guido van Rossum | 2007-05-10 | 1 | -9/+13 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+6 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -2/+2 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -5/+2 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -6/+6 |
|
|
* | Fix the datetime comparison conundrum. | Guido van Rossum | 2006-08-24 | 1 | -86/+47 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -10/+5 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+7 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -15/+24 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -5/+0 |
|
|