summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #713645: Fix typo.Martin v. Löwis2003-09-201-1/+1
* Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3.Martin v. Löwis2003-09-201-1/+1
* Patch #805976: Add DOTBOX and UNDERLINE.Martin v. Löwis2003-09-201-0/+5
* Patch #805678: Add .so symlink during make install. Backported to 2.3.Martin v. Löwis2003-09-201-0/+1
* Patch #805604: Do not check for sem_init, do not use -Kthread,Martin v. Löwis2003-09-202-14/+38
* Improve detection of whether tzset is broken.Brett Cannon2003-09-193-15/+56
* Fix a typo found by Eric D. Moyer, closes SF 807813.Thomas Heller2003-09-171-1/+1
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-173-3/+3
* * Minor wording changeRaymond Hettinger2003-09-161-2/+8
* Minor fixupsRaymond Hettinger2003-09-162-2/+3
* On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type,Tim Peters2003-09-161-137/+145
* Double-fix of crash in Unicode freelist handling.Jeremy Hylton2003-09-162-2/+12
* Fix leak in classobject.c. The leak surfaced on the error exit whenRaymond Hettinger2003-09-161-0/+1
* Test __all__ for unittest.pyRaymond Hettinger2003-09-161-1/+2
* Improve the leak fix so that PyTuple_New is only called when needed.Raymond Hettinger2003-09-161-9/+11
* Change checks of PyUnicode_Resize() return value for clarity.Jeremy Hylton2003-09-161-18/+17
* Correct check of PyUnicode_Resize() return value.Jeremy Hylton2003-09-161-1/+2
* Reflow long lines and reformat.Jeremy Hylton2003-09-161-13/+13
* Fix leak discovered in test_new by Michael Hudson.Raymond Hettinger2003-09-151-17/+14
* SF bug #804113: Crypto terminology for crypto hash functionRaymond Hettinger2003-09-151-3/+4
* Remove possibly-misleading Expat versionAndrew M. Kuchling2003-09-151-2/+2
* Explicitly define public symbols via __all__: see discussion with RaymondSteve Purcell2003-09-151-0/+10
* * Converted test to unittest format.Raymond Hettinger2003-09-131-85/+158
* The previous change works much faster (one lookup per key) whenRaymond Hettinger2003-09-131-0/+9
* SF bug #804115: bad argument handling(unittest.py)Raymond Hettinger2003-09-131-2/+2
* Simplify doctest of tee().Raymond Hettinger2003-09-131-6/+2
* Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.Martin v. Löwis2003-09-121-0/+3
* Patch #790000: Allow os.access to handle Unicode file name.Martin v. Löwis2003-09-122-0/+17
* SF #662923Raymond Hettinger2003-09-125-16/+56
* SF bug #804280: fromkeys is not listed in indexRaymond Hettinger2003-09-121-4/+5
* fix markup bugletsFred Drake2003-09-111-22/+13
* - added many links into the library referenceFred Drake2003-09-111-30/+45
* - add several links into the library referenceFred Drake2003-09-111-36/+34
* remove useless <br/> from the top navigation panelFred Drake2003-09-111-1/+1
* try to fix up the padding inside a notice environment so they fit in aFred Drake2003-09-111-2/+2
* SF patch #803449: modernize demo scriptsRaymond Hettinger2003-09-102-93/+89
* - add version annotation for HIGHEST_PROTOCOLFred Drake2003-09-101-5/+5
* Oops. Really fix the indentation problem this time.Jeremy Hylton2003-09-101-13/+13
* Fix inconsistent mix of tabs and spaces that caused test to fail.Jeremy Hylton2003-09-101-5/+4
* select.select() now accepts a sequence (as defined by PySequence_Fast()) forBrett Cannon2003-09-103-23/+25
* mention new module doc display feature of pydoc in libref and NEWSSkip Montanaro2003-09-102-0/+10
* SF bug #803679: Missing section number in csv module documentationRaymond Hettinger2003-09-101-2/+2
* SF bug #803842: Wrong description of regexp concatenationRaymond Hettinger2003-09-101-4/+5
* display link to module docs when it looks like the object module is a coreSkip Montanaro2003-09-101-1/+47
* SF bug #802302: Invalid documentation for dbhash.Raymond Hettinger2003-09-101-10/+9