| Commit message (Expand) | Author | Age | Files | Lines |
| * | Part 3 of Py2.3 update | Raymond Hettinger | 2003-01-26 | 1 | -49/+93 |
| * | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -0/+3 |
| * | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -1/+1 |
| * | Uncomment usage of expat_config.h | Martin v. Löwis | 2003-01-25 | 1 | -0/+2 |
| * | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 3 | -0/+70 |
| * | Incorporate Expat 1.95.6. | Martin v. Löwis | 2003-01-25 | 11 | -3945/+5447 |
| * | Part II of Python2.3 update | Raymond Hettinger | 2003-01-25 | 1 | -12/+24 |
| * | Synchronize with PyXML's 1.33: Import missing modules. | Martin v. Löwis | 2003-01-25 | 1 | -3/+6 |
| * | Fix minor typos. | Raymond Hettinger | 2003-01-25 | 1 | -6/+6 |
| * | Merge PyXML 1.11-1.26: | Martin v. Löwis | 2003-01-25 | 1 | -24/+732 |
| * | M PyShell.py | Kurt B. Kaiser | 2003-01-25 | 3 | -40/+45 |
| * | SF #638299, LaTeX documentation for logging package | Neal Norwitz | 2003-01-25 | 1 | -884/+846 |
| * | Part I of an update for Python 2.3. | Raymond Hettinger | 2003-01-25 | 1 | -60/+67 |
| * | Fix markup | Neal Norwitz | 2003-01-25 | 1 | -1/+1 |
| * | Import UserDataHandler from PyXML. | Martin v. Löwis | 2003-01-25 | 1 | -0/+9 |
| * | Import NodeFilter from DOM2 Traversal/Range. | Martin v. Löwis | 2003-01-25 | 1 | -0/+27 |
| * | Merge with PyXML 1.28: | Martin v. Löwis | 2003-01-25 | 1 | -22/+71 |
| * | Import from PyXML 1.10. | Martin v. Löwis | 2003-01-25 | 1 | -0/+388 |
| * | Merge with PyXML 1.80: | Martin v. Löwis | 2003-01-25 | 1 | -327/+1287 |
| * | Import expatbuilder, minicompat from PyXML. | Martin v. Löwis | 2003-01-25 | 2 | -0/+1167 |
| * | Include version annotation for PyObject_Call(). | Fred Drake | 2003-01-25 | 1 | -0/+1 |
| * | Fix typo reported to python-docs. | Fred Drake | 2003-01-25 | 1 | -1/+1 |
| * | 1. Eliminate putrequest(): only used in asynccall(), merge it there. | Kurt B. Kaiser | 2003-01-25 | 1 | -19/+36 |
| * | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 4 | -1/+75 |
| * | Add news about getargs change. | Neil Schemenauer | 2003-01-24 | 1 | -1/+4 |
| * | Raise a TypeError if a float is passed when an integer is specified. | Neil Schemenauer | 2003-01-24 | 1 | -6/+24 |
| * | Raise PicklingError when __reduce__() fails, and | Jeremy Hylton | 2003-01-24 | 1 | -32/+30 |
| * | rmtree(): Make implementation agree with documentation (both latex and | Barry Warsaw | 2003-01-24 | 1 | -13/+13 |
| * | A very minimal start to a test of the shutil module. | Barry Warsaw | 2003-01-24 | 1 | -0/+28 |
| * | Fred drives and fixes a formatting nit. | Barry Warsaw | 2003-01-24 | 1 | -2/+2 |
| * | MacPython-OS9 has had an abort() function for quite a while now, so there's n... | Jack Jansen | 2003-01-24 | 1 | -3/+0 |
| * | MacPython-OS9 specific fix: If there are non-string items on sys.path don't t... | Jack Jansen | 2003-01-24 | 1 | -15/+18 |
| * | Bump the Windows build to use Sleepycat's 4.1.25.NC release (the | Tim Peters | 2003-01-24 | 4 | -65/+54 |
| * | Change the mode of scripts in the build/scripts* directory to | Guido van Rossum | 2003-01-24 | 1 | -0/+12 |
| * | Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in stead | Jack Jansen | 2003-01-24 | 1 | -4/+7 |
| * | Updated the astimezone() proof to recover from all the last week's | Tim Peters | 2003-01-24 | 1 | -77/+94 |
| * | Fix typo | Neal Norwitz | 2003-01-23 | 1 | -1/+1 |
| * | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 4 | -23/+58 |
| * | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 4 | -17/+62 |
| * | Use lightweight introspection instead of the inspect module hammer. | Jeremy Hylton | 2003-01-23 | 1 | -24/+18 |
| * | Fix for SF bug 661340: test_httplib fails on the mac. | Jeremy Hylton | 2003-01-23 | 2 | -41/+65 |
| * | fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! | Tim Peters | 2003-01-23 | 1 | -1/+1 |
| * | Bringing the code and test suite into line with doc and NEWS changes | Tim Peters | 2003-01-23 | 2 | -120/+217 |
| * | add support for Python's bool type to xmlrpclib - patch # 559288 | Skip Montanaro | 2003-01-22 | 2 | -37/+58 |
| * | Tweaked time conversion to work in MacPython-OS9. | Jack Jansen | 2003-01-22 | 1 | -2/+5 |
| * | Getting rid of StandardGetFile | Jack Jansen | 2003-01-22 | 3 | -17/+13 |
| * | Kurt pointed out another method affected by the changes to pyclbr.py. | Raymond Hettinger | 2003-01-22 | 1 | -2/+4 |
| * | Convert booleans to integers in IntVar.set. Fixes #671741. | Martin v. Löwis | 2003-01-22 | 2 | -1/+9 |
| * | Patch #671459: Invoke import hooks in Py_NewInterpreter. | Martin v. Löwis | 2003-01-22 | 1 | -0/+1 |
| * | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 3 | -60/+180 |