summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve compatibility with more versions of LaTeX2HTML and more LaTeXFred Drake2003-07-081-0/+1
* - clean up table markup for readabilityFred Drake2003-07-081-40/+46
* Update Tkinter3000 notes based on text from Fredrik Lundh.Fred Drake2003-07-081-7/+9
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-082-14/+35
* Fixed a table that wasn't in a tableii block, and added a very simpleAnthony Baxter2003-07-081-26/+72
* Use Boolean values for the capturestderr flag.Fred Drake2003-07-071-3/+3
* Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2.Martin v. Löwis2003-07-072-1/+60
* - explain about making Python scripts executable on Unix in moreFred Drake2003-07-071-2/+13
* Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn'tGregory P. Smith2003-07-071-1/+1
* removed trailing tabs in several places, including after the finalFred Drake2003-07-071-8/+7
* Error noted in email to python-docs: PyObject corresponds toFred Drake2003-07-071-1/+1
* This file was moved to Lib/.Jeremy Hylton2003-07-071-729/+0
* Patch from Zooko to remove an experimental feature.Jeremy Hylton2003-07-071-9/+4
* add versionadded for getcheckintervalNeal Norwitz2003-07-071-0/+1
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-064-2/+24
* Include grp.h in setgroups test. Fixes #765822.Martin v. Löwis2003-07-062-3/+11
* Fix SF bug #766288, property() example gives syntax errorNeal Norwitz2003-07-051-1/+1
* #765903:Just van Rossum2003-07-041-5/+22
* Fixed lots of minor issues found by Edward Moy: incorrect versionJack Jansen2003-07-047-22/+26
* Fixed two bugs in MacOSX framework handling spotted by Edward Moy:Jack Jansen2003-07-043-10/+10
* Added missing newline at end of file.Jack Jansen2003-07-041-1/+2
* Files used for 2.3b2 macpython binary distribution.Jack Jansen2003-07-042-3/+4
* If a --python option is used to specify the Python to use in the #!Jack Jansen2003-07-041-1/+4
* An Anonymous Coward on c.l.py posted a little program with bizarreTim Peters2003-07-042-23/+41
* Moved two sentences around to make them clearer.Jack Jansen2003-07-031-4/+5
* Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==Brett Cannon2003-07-032-7/+8
* Skip noticed that the document talks about "setting PythonLauncher as theJack Jansen2003-07-021-3/+5
* Tooltip for tab/space consistency check was the wrong way around. SpottedJack Jansen2003-07-023-6/+2
* Correct documentation of check interval - it's 100 by default, not 10 anySkip Montanaro2003-07-023-4/+4
* Addendum to #764548: restore 2.1 compatibility.Just van Rossum2003-07-022-3/+9
* Fix and test for bug #764548:Just van Rossum2003-07-023-7/+17
* Note that csv files (when they are actual files) must be opened in 'b'inarySkip Montanaro2003-07-021-4/+9
* SF bug #764616: execfile(filename,...) not execfile(file,...)Raymond Hettinger2003-07-021-1/+1
* Grammar nit. SF bug #757822Raymond Hettinger2003-07-021-1/+1
* Revert the previous change; this is now dealt with in a better way.Fred Drake2003-07-021-0/+54
* There's a better way to deal with the "comment" environment; I foundFred Drake2003-07-021-0/+1
* fixed typo in commentJust van Rossum2003-07-021-1/+1
* Make the "install schema" tables follow the same table style we useFred Drake2003-07-021-1/+1
* The Macintosh Modules Reference now formats to GNU info without errorsFred Drake2003-07-021-2/+2
* Fill out the set of macros and environments supported somewhat.Fred Drake2003-07-021-0/+10
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* FreeBSD 5.x has moved some library routines and typedefs outside theAndrew MacIntyre2003-07-023-3/+20
* The datetime C API really isn't usable outside the datetime moduleFred Drake2003-07-021-54/+0
* Fix a variety of small markup nits.Fred Drake2003-07-026-20/+21
* Moved the IDE tutorial to a directory with a shorter name. The longJack Jansen2003-07-0215-3/+3
* SF #764121, docstring for spawnlp incorrectNeal Norwitz2003-07-021-1/+1
* Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancelNeal Norwitz2003-07-012-2/+7
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
* Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macrosNeal Norwitz2003-07-014-5/+5