| Commit message (Expand) | Author | Age | Files | Lines |
* | dded missing k and K format specifiers to Py_BuildValue and friends. | Jack Jansen | 2003-04-17 | 1 | -0/+6 |
|
|
* | markup banalities | Fred Drake | 2003-04-17 | 1 | -18/+18 |
|
|
* | Implemented posix-mode parsing support in shlex.py, as dicussed in | Gustavo Niemeyer | 2003-04-17 | 4 | -47/+416 |
|
|
* | Oops, 'k' is the new format code for un unchecked 32 bit quantity, | Jack Jansen | 2003-04-17 | 2 | -6/+6 |
|
|
* | Converted manually written code to the new K format specifier. | Jack Jansen | 2003-04-17 | 3 | -8/+8 |
|
|
* | _Py_PrintReferences(): Changed to print object address at start of each | Tim Peters | 2003-04-17 | 3 | -3/+26 |
|
|
* | SF # 595026: support for masks in getargs.c. | Thomas Heller | 2003-04-17 | 7 | -27/+596 |
|
|
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 4 | -2/+37 |
|
|
* | Changes in support of PEP 269. | Guido van Rossum | 2003-04-17 | 1 | -0/+5 |
|
|
* | A missing piece of the PEP 269 patch: add PyParser_SetError(), a | Guido van Rossum | 2003-04-17 | 1 | -0/+9 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2003-04-17 | 1 | -10/+10 |
|
|
* | Py_Finalize(): Reverted recent changes that tried to move the | Tim Peters | 2003-04-17 | 1 | -8/+11 |
|
|
* | Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to | Guido van Rossum | 2003-04-17 | 6 | -9/+60 |
|
|
* | Remove extra space in docstring | Neal Norwitz | 2003-04-17 | 1 | -1/+1 |
|
|
* | - The repr() of a weakref object now shows the __name__ attribute of | Guido van Rossum | 2003-04-16 | 2 | -6/+18 |
|
|
* | Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. | Martin v. Löwis | 2003-04-16 | 1 | -4/+8 |
|
|
* | Add 'get' method to Variable and switch it from internal class to | Guido van Rossum | 2003-04-16 | 1 | -1/+7 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 1 | -1/+16 |
|
|
* | Sigh. The crucial change was still missing from the previous | Guido van Rossum | 2003-04-16 | 1 | -1/+1 |
|
|
* | For StringVar results to strings. Document that boolean things are of | Martin v. Löwis | 2003-04-16 | 2 | -4/+10 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 2 | -4/+14 |
|
|
* | Minor source formatting fixes. | Raymond Hettinger | 2003-04-16 | 1 | -2/+2 |
|
|
* | Mostly reformatting, splitting long lines, whitespace normalization | Barry Warsaw | 2003-04-16 | 1 | -33/+35 |
|
|
* | As discussed on python-dev, revised docs to note that | Raymond Hettinger | 2003-04-16 | 1 | -1/+8 |
|
|
* | Add version info for name2codepoint and codepoint2name | Neal Norwitz | 2003-04-16 | 1 | -2/+2 |
|
|
* | When on MacOSX, and only in a framework build, add | Jack Jansen | 2003-04-16 | 1 | -0/+13 |
|
|
* | The identify() description didn't match the code. Fixed. | Jack Jansen | 2003-04-16 | 1 | -1/+1 |
|
|
* | Refer people to the help pages on failure to load the database. | Jack Jansen | 2003-04-16 | 1 | -1/+3 |
|
|
* | Added a note on getting 404 Not Found errors when loading the database. | Jack Jansen | 2003-04-16 | 1 | -1/+11 |
|
|
* | Added support for per-user installs. | Jack Jansen | 2003-04-16 | 1 | -19/+71 |
|
|
* | Allow switching of install dir after creation of preferences. | Jack Jansen | 2003-04-16 | 1 | -7/+10 |
|
|
* | Add two dictionaries to htmlentitydefs: name2codepoint maps | Walter Dörwald | 2003-04-16 | 3 | -257/+289 |
|
|
* | Fix three (!) object leaks in the code for assignment to __bases__. | Guido van Rossum | 2003-04-15 | 1 | -1/+3 |
|
|
* | Adapted GUI for per-user install. Doesn't do anything yet, though | Jack Jansen | 2003-04-15 | 1 | -14/+22 |
|
|
* | Test SystemEvents too. | Jack Jansen | 2003-04-15 | 1 | -1/+4 |
|
|
* | Use object interface for global vars. Fixes #721171. | Martin v. Löwis | 2003-04-15 | 1 | -127/+94 |
|
|
* | Ouch, it's Carlo Verre, not Verre Carlo. | Guido van Rossum | 2003-04-15 | 2 | -6/+6 |
|
|
* | Add a few errors tests for range(). | Walter Dörwald | 2003-04-15 | 1 | -0/+6 |
|
|
* | Fix copy & paste error in comment. | Walter Dörwald | 2003-04-15 | 1 | -1/+1 |
|
|
* | Fix the test so that it works even when /etc/group has two entries | Walter Dörwald | 2003-04-15 | 1 | -1/+12 |
|
|
* | Fix the test so that it works even when /etc/passwd has two entries | Walter Dörwald | 2003-04-15 | 1 | -1/+12 |
|
|
* | - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() | Guido van Rossum | 2003-04-15 | 5 | -17/+28 |
|
|
* | - Use the tarfile module to unpack tarfiles. | Jack Jansen | 2003-04-15 | 1 | -62/+187 |
|
|
* | test_range(): The C code changed to raise TypeError in one of these | Tim Peters | 2003-04-15 | 1 | -1/+1 |
|
|
* | Move the call to _Py_PrintReferences() a bit further down. This | Guido van Rossum | 2003-04-15 | 1 | -7/+12 |
|
|
* | Some errors from range() should be TypeError, not ValueError. | Guido van Rossum | 2003-04-15 | 1 | -3/+3 |
|
|
* | Port test_pwd.py to PyUnit. Check that getpwall() and | Walter Dörwald | 2003-04-15 | 4 | -239/+319 |
|
|
* | Extend SF patch #707257: Improve code generation | Raymond Hettinger | 2003-04-15 | 1 | -8/+20 |
|
|
* | The date class is now properly subclassable. (SF bug #720908) | Guido van Rossum | 2003-04-14 | 3 | -5/+16 |
|
|
* | Close off the "Verre Carlo hack" as discussed on python-dev. | Guido van Rossum | 2003-04-14 | 2 | -0/+39 |
|
|