summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate use of the meta-data labelFred Drake2004-03-251-1/+0
* Correct code to advance ptr to be well-formed C.Martin v. Löwis2004-03-251-1/+1
* fix typoFred Drake2004-03-251-1/+1
* note that distutils API docs are included in "Distributing PythonFred Drake2004-03-251-1/+2
* improve the very-high-level API docs (contributed by Jeff Epler)Fred Drake2004-03-251-34/+180
* Defer compilation of regular expressions until first use.Martin v. Löwis2004-03-251-3/+7
* Remove note that PyErr_SetInterrupt() is obsolete; add comment about theFred Drake2004-03-251-1/+3
* Use True/False instead of 0/1 for character classes.Martin v. Löwis2004-03-251-6/+6
* SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"Raymond Hettinger2004-03-252-3/+3
* Ensure super() lookup of descriptor from classmethod works (SF #743627)Phillip J. Eby2004-03-252-1/+22
* A few more PyThreadState_Get to PyThreadState_GET conversionsNicholas Bastin2004-03-253-3/+3
* fix name in setacl method doc stringPiers Lauder2004-03-251-1/+1
* Changed random calls to PyThreadState_Get() to use the macroNicholas Bastin2004-03-248-26/+26
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-2410-15/+145
* Add test case for unicode(somestring, "idna").Martin v. Löwis2004-03-241-1/+6
* Replace sequential split/join calls on strings with a single replace call.Brett Cannon2004-03-232-11/+5
* Convert input to a string object. Fixes #909230.Martin v. Löwis2004-03-231-0/+1
* ...for work done at PyCon 2004 (and beyond...)Nicholas Bastin2004-03-231-0/+1
* Make socket.sslerror a subclass of socket.error .Brett Cannon2004-03-234-1/+9
* more markup nitsFred Drake2004-03-231-12/+13
* Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .Brett Cannon2004-03-231-59/+2
* fix markup nitsFred Drake2004-03-231-4/+4
* add the distutils modules to the global modules listFred Drake2004-03-231-1/+3
* Add runctx to __all__.Guido van Rossum2004-03-231-1/+1
* give the document indexesFred Drake2004-03-231-0/+16
* - use recommended Python style in examples (no spaces around "=" forFred Drake2004-03-231-59/+83
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-233-13/+39
* merge Anthony Baxter's distutils API reference into the packageFred Drake2004-03-231-1/+1541
* Intern __name__.Martin v. Löwis2004-03-231-1/+9
* Decref all if ensure_fromlist fails. Fixes #876533.Martin v. Löwis2004-03-231-2/+3
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-225-3/+144
* Patch #911176: Move test function into __main__Martin v. Löwis2004-03-221-12/+12
* convert from a howto to a manualFred Drake2004-03-221-29/+29
* Lost reference.Armin Rigo2004-03-221-6/+8
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-225-7/+46
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-221-0/+23
* Fix SF bug #765624.Armin Rigo2004-03-221-5/+12
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-221-1/+2
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-221-0/+25
* Test for lack of implicit return line eventNicholas Bastin2004-03-221-9/+27
* Fix for line events in the case:Armin Rigo2004-03-221-1/+31
* Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.Hye-Shik Chang2004-03-222-12/+25
* New parser. Next up, making the current parser use this parserAnthony Baxter2004-03-221-0/+362
* Added configure check for broken poll() on some unix systems (MacOS X 10.3)Nicholas Bastin2004-03-214-7/+128
* SF bug 847019 datetime.datetime initialization needs more strict checkingTim Peters2004-03-212-2/+30
* Restored revision 2.87.Armin Rigo2004-03-211-12/+5
* Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")Brett Cannon2004-03-211-1/+5
* Remove 'now'Andrew M. Kuchling2004-03-211-1/+1
* PyTuple_New(): vrbl i no longer referenced, so removed it (which killsTim Peters2004-03-211-1/+1
* Normalized files in test_unicode_file to eliminate failure on OSXNicholas Bastin2004-03-211-9/+29