| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #3322: bounds checking for _json.scanstring | Bob Ippolito | 2008-07-19 | 1 | -2/+10 |
| | | |||||
| * | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -17/+17 |
| | | | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread. | ||||
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -17/+17 |
| | | |||||
| * | Intern static string | Christian Heimes | 2008-05-06 | 1 | -1/+1 |
| | | | | | Use float constructors instead of magic code for float constants | ||||
| * | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+609 |
| Ippolito. Closes issue #2750. | |||||
