summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* point to the new location of the license informationFred Drake2003-09-271-1/+1
* Move content input files shared among the documents into a new directoryFred Drake2003-09-277-11/+19
* - use string methodsFred Drake2003-09-271-12/+16
* Fix the most recent change to the invocation of the mkhowto script soFred Drake2003-09-271-1/+8
* Fix spelling and add markup.Raymond Hettinger2003-09-271-59/+62
* [Bug #812936] Correct the documentation for RotatingFileHandler.Andrew M. Kuchling2003-09-261-11/+15
* define a variable to specify the mkhowto program itself, as for anyFred Drake2003-09-251-5/+7
* Typo. HAVE_SYNC -> HAVE_FSYNCSkip Montanaro2003-09-251-1/+1
* Type. HAVE_SYNC -> HAVE_FSYNCSkip Montanaro2003-09-251-2271/+3110
* Typo: HAVE_SYNC -> HAVE_FSYNCSkip Montanaro2003-09-251-1/+1
* Typo: sys.prefex -> sys.prefixThomas Heller2003-09-251-2/+2
* Add a glossary to the tutorial. Also generate an index. At the moment thisSkip Montanaro2003-09-242-1/+7
* first cut at a glossarySkip Montanaro2003-09-241-0/+265
* - update to reflect that base classes can be class types as well asFred Drake2003-09-241-2/+5
* Fix whitespace in exampleRaymond Hettinger2003-09-241-3/+3
* Fix typo in the comments.Raymond Hettinger2003-09-241-1/+1
* Add more identity tests.Raymond Hettinger2003-09-241-0/+11
* updates from seanAnthony Baxter2003-09-243-51/+12
* Build number for Python 2.3.1.Thomas Heller2003-09-231-0/+2
* Let IDLE use the HTMLHelp docs on Windows, if found.Thomas Heller2003-09-231-2/+6
* Change the default window size to 1024x768. This shows at least theThomas Heller2003-09-231-1/+33
* Added codec for bz2 compression.Raymond Hettinger2003-09-234-0/+75
* note about HP compiler. CC="cc -Ae" is least broken, but still brokenAnthony Baxter2003-09-231-1/+2
* Topical change: use 'startswith()' to identify test methods with aSteve Purcell2003-09-231-2/+2
* add entry for 2.3.1Fred Drake2003-09-231-0/+1
* include 2.3.1Anthony Baxter2003-09-231-0/+1
* PlaySoundTest.test_alias_nofallback(): Simplified the coding by usingTim Peters2003-09-221-7/+2
* PlaySoundTest.test_alias_fallback(): Disabled this test, and explainedTim Peters2003-09-221-1/+12
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-224-4/+4
* New for unittest.py.Guido van Rossum2003-09-221-0/+2
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-227-7/+7
* Avoid list as a variable name.Walter Dörwald2003-09-221-10/+10
* Added test whether wchar_t is signed or not. A signed wchar_t is not usable a...Marc-André Lemburg2003-09-223-3103/+2349
* - Fixed loading of tests by name when name refers to unboundSteve Purcell2003-09-221-40/+58
* Clean-up example code: remove string module and backticks.Raymond Hettinger2003-09-221-3/+2
* Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error.Jeremy Hylton2003-09-221-15/+16
* Add BerkeleyDB 4.2 to the library search for the bsddb module.Gregory P. Smith2003-09-221-4/+11
* minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1Gregory P. Smith2003-09-211-1/+1
* raise pybsddb version number to 4.2.1 to differentiate between it and theGregory P. Smith2003-09-211-1/+1
* Improve and expand identity tests.Raymond Hettinger2003-09-211-11/+18
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-2121-71/+114
* Maintain backwards compatibility with python < 2.3 by dynamicallyGregory P. Smith2003-09-201-18/+30
* SF patch 809915: Fix bogus address to hopefully always break.Tim Peters2003-09-201-1/+8
* test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn'tTim Peters2003-09-201-0/+1
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-203-0/+29
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-204-10/+8
* Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3.Martin v. Löwis2003-09-203-11/+164
* Patch #730597: Disable POPEN for RTEMS.Martin v. Löwis2003-09-201-0/+2
* Patch #805613: Fix usage of the PTH library.Martin v. Löwis2003-09-202-1/+7
* Patch #808362: Fix typos.Martin v. Löwis2003-09-203-3/+3