summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an availability statement for alarm().Fred Drake2002-02-151-0/+1
* Added deprecatioon information for mac.xstat().Fred Drake2002-02-151-1/+8
* The "%" character does not need to be escaped in verbatim environments.Fred Drake2002-02-151-3/+3
* Consistently use \textasciicircum to produce a ^ character.Fred Drake2002-02-141-18/+25
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* start() and stop() methods: return None where there is no exception;Fred Drake2002-02-081-2/+8
* Python 10 was a success, commemorate it\!Fred Drake2002-02-080-0/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-02-081-0/+28
* Backport my fixing up of PyObject_New/PyMem_Del mismatches.Michael W. Hudson2002-02-062-2/+2
* Backport loewis' checkin of revision 1.44:Michael W. Hudson2002-02-061-0/+4
* Fix a bunch of typos found by nnorwitz.Michael W. Hudson2002-02-064-7/+7
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6
* string.split() docstring described the interpretation of the maxsplitFred Drake2002-01-301-3/+3
* Revise cheeseshop example so that the order of the keyword output isFred Drake2002-01-291-1/+8
* It's merge time! (well, this is the last one for the moment)Michael W. Hudson2002-01-281-0/+3
* It's merge time!Michael W. Hudson2002-01-281-1/+5
* It's merge time!Michael W. Hudson2002-01-280-0/+0
* It's merge time!Michael W. Hudson2002-01-281-2/+7
* It's merge time!Michael W. Hudson2002-01-281-2/+2
* It's merge time!Michael W. Hudson2002-01-282-1/+5
* It's merge time!Michael W. Hudson2002-01-281-2/+2
* It's merge time!Michael W. Hudson2002-01-281-2/+2
* It's merge time!Michael W. Hudson2002-01-281-2/+1
* It's merge time!Michael W. Hudson2002-01-281-9/+2
* It's merge time!Michael W. Hudson2002-01-281-0/+15
* It's merge time!Michael W. Hudson2002-01-281-5/+8
* It's merge time!Michael W. Hudson2002-01-286-412/+4
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-01-286-0/+391
* Add keyword.kwlist to the public API.Fred Drake2002-01-241-1/+8
* libkeyword.tex was missing from the list of dependencies for theFred Drake2002-01-241-0/+1
* Fix forMichael W. Hudson2002-01-231-2/+2
* Fix typo reported by François Pinard.Fred Drake2002-01-211-1/+1
* Updated GNU info dir segment from Milan Zamazal.Fred Drake2002-01-171-1/+2
* Update email address.Fred Drake2002-01-171-1/+1
* Fix Michael Hudson's email address.Fred Drake2002-01-171-1/+1
* Merge in Thomas Heller's typo fix from revision 1.13.Fred Drake2002-01-151-1/+1
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-1230-109/+4
* Add fallback argument to translation(). Set fallback to 1 for install().Martin v. Löwis2002-01-111-2/+5
* Added item about the webbrowser security fix.Fred Drake2002-01-101-0/+10
* Fix webbrowser.py security bug: be more careful about what we pass toFred Drake2002-01-071-12/+15
* Initialize err_ret with filename if available. Fixes #498828.Martin v. Löwis2002-01-051-5/+5
* Time2Internaldate(): Call isinstance() once for each of the type testsFred Drake2002-01-051-4/+4
* Check for time.struct_time in addition to tuples. Use 3 charactersMartin v. Löwis2002-01-051-5/+5
* Implement PyObject_DelItemString. Fixes #498915.Martin v. Löwis2002-01-052-0/+26
* Do not mask the name of a built-in function in example code.Fred Drake2002-01-051-1/+1
* Fix indentation error in example from the Tkinter Life Preserver.Fred Drake2002-01-051-1/+1
* Fix minor typo reported in SF patch #497951.Fred Drake2002-01-051-1/+1
* Backport gvanrossum's checkin of revision 1.20:Michael W. Hudson2002-01-041-1/+4
* Backport gvanrossum's checkin of revisionsMichael W. Hudson2002-01-042-5/+16
* Add fcntl.h constants from glibc 2.2.4. Fixes #496171.Martin v. Löwis2001-12-281-0/+70