summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.Greg Ward2003-01-041-1/+1
* module to run commands in a Terminal.app windowJust van Rossum2003-01-041-0/+54
* Add Shockwave Flash.Guido van Rossum2003-01-041-0/+1
* Correct long standing bugs in the methods for random distributions.Raymond Hettinger2003-01-041-4/+6
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-16/+33
* Test an edge case for sample().Raymond Hettinger2003-01-041-0/+1
* Remove the random=None nonsense from sample() before it gets set in stone.Raymond Hettinger2003-01-041-18/+11
* M AutoExpand.pyKurt B. Kaiser2003-01-047-27/+55
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-0/+6
* Remove a list comprehension, because a loop over the listWalter Dörwald2003-01-031-2/+1
* Pass the strict argument from read() on to readfp(), so theWalter Dörwald2003-01-031-1/+1
* Fix read_mime_types() so that it returns a dict as documented.Walter Dörwald2003-01-031-2/+2
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-034-4/+8
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293
* [Patch #658094] PEP 301 implementationAndrew M. Kuchling2003-01-031-1/+12
* Fix for bug #661136Just van Rossum2003-01-031-3/+8
* Remove debugging prints.Michael W. Hudson2003-01-031-2/+0
* Jack complained that on test_crlf_separation() was failing on MacOS9Barry Warsaw2003-01-021-4/+4
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-32/+40
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-0/+20
* 1. Remove obsolete, incorrect comment on non-package installationKurt B. Kaiser2003-01-021-7/+3
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+17
* Improve exception handling.Kurt B. Kaiser2003-01-023-3/+6
* SF #660795Neal Norwitz2003-01-022-0/+975
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-4/+5
* EMX fork() emulation not good enough to cope with test_socketserverAndrew MacIntyre2003-01-021-2/+2
* Clearing out old patch queue. Patch #558547, make SocketServer moreAnthony Baxter2003-01-021-1/+2
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-0/+25
* Revert last change -- test works on HPUX again after Martin's checkinNeal Norwitz2003-01-011-3/+2
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-011-1/+11
* The failure of the last-second addition to the timezone coversion test isTim Peters2003-01-011-4/+12
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-012-7/+11
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-011-21/+19
* Improve exception handling.Kurt B. Kaiser2002-12-313-6/+6
* Make two tests non-locale-dependentBarry Warsaw2002-12-311-2/+2
* Replace all but one explicit emit('SET_LINENO') with call to set_lineno().Jeremy Hylton2002-12-311-8/+2
* Don't let the docstring end up in __main__.__doc__Tony Lownds2002-12-311-14/+14
* test01_close_dbenv_before_db(): Added an XXX comment that this test isBarry Warsaw2002-12-311-0/+2
* 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-314-44/+69
* 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
* A new, and much hairier, implementation of astimezone(), building onTim Peters2002-12-311-86/+86
* Further cleanup of exceptions. All interpolation-related exceptionsFred Drake2002-12-311-30/+37
* Keep __main__ namespace cleanTony Lownds2002-12-311-1/+1
* patch attached to sf item #643711:Just van Rossum2002-12-311-49/+150