summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove RISCOS supportSkip Montanaro2007-08-1662-3823/+106
* Remove license of the md5 module which is no longer part of Python.Georg Brandl2007-08-161-50/+0
* Remove a bogus comment based on the code above.Neal Norwitz2007-08-161-2/+0
* Support the new doc system. Also test_compiler was removed in 3kNeal Norwitz2007-08-161-7/+11
* Move the 3k reST doc tree in place.Georg Brandl2007-08-15423-0/+131199
* Delete the LaTeX doc tree.Georg Brandl2007-08-15490-150234/+0
* Tag last revision with LaTeX docs.Georg Brandl2007-08-150-0/+0
* Fix doc compilation problem.George Yoshida2007-08-151-1/+1
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-1511-5/+152
* Down with str8!Guido van Rossum2007-08-152-20/+21
* Add XID_Start and XID_Continue properties to unicodectype.Martin v. Löwis2007-08-144-899/+1020
* Format bools properly in %d.Martin v. Löwis2007-08-142-2/+11
* Bug #1772489: make dir() work on traceback objects again.Collin Winter2007-08-142-1/+20
* Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY.Collin Winter2007-08-141-19/+3
* Remove Python 1.5 compatibility layer from httplib.Jeremy Hylton2007-08-142-191/+15
* Change xmlrpclib to use the newer httplib interface.Jeremy Hylton2007-08-142-73/+77
* The dbm module should use bytes for keys. This makes test_shelve pass.Guido van Rossum2007-08-142-8/+8
* Fix test_gdbm.Martin v. Löwis2007-08-141-3/+3
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-148-46/+17
* Patch suggested Paul Colomiets fixes test_threaded_import.py.Guido van Rossum2007-08-131-2/+2
* Don't mess with string.letters any more. It is most likely going to disappear.Guido van Rossum2007-08-131-62/+0
* Improved patches for sndhdr and imghdr by Victor Stinner, who writes:Guido van Rossum2007-08-132-32/+33
* Fix two obvious 2.xisms.Guido van Rossum2007-08-131-3/+2
* Enable basic load/store again.Martin v. Löwis2007-08-131-3/+3
* Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too.Hye-Shik Chang2007-08-131-2/+3
* Fix a test failure on non-UTF-8 locales: bad_coding2.py is encodedHye-Shik Chang2007-08-131-1/+1
* Retouch my last change after a comment on style from Guido.Lars Gustäbel2007-08-131-10/+7
* Allow str8 in .write().Martin v. Löwis2007-08-131-1/+2
* Expect that source strings are Unicode.Martin v. Löwis2007-08-131-8/+10
* Make assertion error be more verbose.Martin v. Löwis2007-08-131-1/+1
* Fix typo.Martin v. Löwis2007-08-131-1/+1
* Create Unicode objects.Martin v. Löwis2007-08-131-69/+20
* Use Tcl_SetObjResult instead of Tcl_SetResult.Martin v. Löwis2007-08-131-12/+5
* Cleanup a little.Neal Norwitz2007-08-121-31/+34
* Add comment that should be addressedNeal Norwitz2007-08-121-0/+3
* Fix memory leak in an error conditionNeal Norwitz2007-08-121-1/+4
* Fix memory leakNeal Norwitz2007-08-121-1/+2
* Compare what's read from files against proper byte literals. Neither of theseBarry Warsaw2007-08-122-58/+61
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-1211-55/+40
* Fix memory leakNeal Norwitz2007-08-121-1/+1
* Don't try to convert str to Unicode anymore.Martin v. Löwis2007-08-121-10/+1
* Get pystone working with lazy map.Neal Norwitz2007-08-121-1/+1
* Fix the refleak in strftime when converting a %Z with a user defined tzinfo.Neal Norwitz2007-08-121-32/+39
* 1. Catch TypeError exception when writing to OutputWindowKurt B. Kaiser2007-08-122-2/+5
* Add -s/--start option that makes it easier to run the tests in batchesNeal Norwitz2007-08-121-3/+19
* Remove docs for builtin file.Neal Norwitz2007-08-121-103/+54
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-1298-341/+179
* Fix refleaks from execfile('file that contains a # coding: line')Neal Norwitz2007-08-121-11/+21
* Make sure to flush output when writing dots during -R runsNeal Norwitz2007-08-121-0/+1
* Remove obsolete ifdef.Martin v. Löwis2007-08-111-2/+0