summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Comment out test, since it hangs on HPUX, still investigatingNeal Norwitz2002-12-311-2/+3
* SF patch [ 597919 ] compiler package and SET_LINENOJeremy Hylton2002-12-316-50/+79
* General style conformance. Markup some unmarked constructs.Fred Drake2002-12-311-449/+478
* Update (slightly) for Alpha releaseKurt B. Kaiser2002-12-311-0/+7
* Remove bogus test; the master is not a terminal on Solaris and HP-UX.Martin v. Löwis2002-12-311-2/+0
* Move history to HISTORY.txtKurt B. Kaiser2002-12-311-0/+122
* Update for Alpha 0 ReleaseKurt B. Kaiser2002-12-312-182/+61
* Add recipe for creating NEWS.html.Guido van Rossum2002-12-311-0/+11
* A new, and much hairier, implementation of astimezone(), building onTim Peters2002-12-312-110/+212
* Eliminate C++ comment.Martin v. Löwis2002-12-311-1/+1
* Use funcdesc instead of classdesc to be consistent with out sections.Raymond Hettinger2002-12-311-4/+4
* Further cleanup of exceptions. All interpolation-related exceptionsFred Drake2002-12-312-33/+49
* Bernhard Herzog's paragraph and string-filling code. I've been using it forSkip Montanaro2002-12-311-0/+152
* Keep __main__ namespace cleanTony Lownds2002-12-311-1/+1
* modulefinder.py moved to Lib/Just van Rossum2002-12-311-0/+5
* Spelling fixRaymond Hettinger2002-12-311-1/+1
* Fix an out-of-bound index in pmerge() discovered by Zooko (SF bugGuido van Rossum2002-12-311-1/+2
* patch attached to sf item #643711:Just van Rossum2002-12-311-49/+150
* Add markup for time object.Raymond Hettinger2002-12-311-22/+23
* moving modulefinder.py to the standard libraryJust van Rossum2002-12-311-0/+0
* Fix compilation errors on HPUX11Neal Norwitz2002-12-311-3/+3
* Whitespace NormalizationKurt B. Kaiser2002-12-3123-322/+306
* Removed the now-untrue (or soon-to-be untrue) part of the astimezone()Tim Peters2002-12-311-10/+7
* removed unused get_short() functionJust van Rossum2002-12-311-14/+0
* Set the release date.Guido van Rossum2002-12-311-1/+1
* Document the new ,netrc awareness in nntplib.Eric S. Raymond2002-12-311-2/+3
* Barry raised reasonable objections to the macro name \mimeheader, soFred Drake2002-12-311-1/+1
* - correct the deprecation markups so this formats againFred Drake2002-12-311-9/+7
* Restore signalhandler in case of error. Fix type of signal handler.Martin v. Löwis2002-12-311-3/+9
* Complete the markup for timedelta objects.Raymond Hettinger2002-12-311-36/+28
* Add posix.loadavg()Andrew M. Kuchling2002-12-311-8/+7
* Revert SF patch 659809 -- it causes double options that can cause breakage.Guido van Rossum2002-12-312-6/+3
* Use the name (path) specified in the parameter listNeal Norwitz2002-12-311-4/+4
* Add getloadavg.Martin v. Löwis2002-12-311-2/+2
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-316-6/+30
* Patch #656590: /dev/ptmx support for ptys.Martin v. Löwis2002-12-316-10/+76
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
* Document standard encodings.Martin v. Löwis2002-12-311-0/+343
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
* SmartCookie and SerialCookie were recently deprecatedNeal Norwitz2002-12-311-0/+2
* InterpolationSyntaxError was added in 2.3Neal Norwitz2002-12-311-0/+1
* OS/2 EMX has no popen2.Popen3 even though bunzip2 is availableAndrew MacIntyre2002-12-311-1/+1
* add list of expected skips for the OS/2 EMX portAndrew MacIntyre2002-12-311-0/+28
* DLL export definition refreshAndrew MacIntyre2002-12-311-18/+73
* add universal newline support to configurationAndrew MacIntyre2002-12-311-0/+3
* whitespace cleanupAndrew MacIntyre2002-12-311-16/+21
* getenv() replacement not requiredAndrew MacIntyre2002-12-311-16/+0
* Build process updates:Andrew MacIntyre2002-12-311-9/+47
* Broke the zipimport/PEP 302 news item into two separate items.Just van Rossum2002-12-311-9/+12
* - added missing decrefJust van Rossum2002-12-311-4/+5