summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix up unescaped tilde; reported by several people.Fred Drake2002-03-181-1/+1
* Remove extra verb; reported by Detlef Lannert.Fred Drake2002-03-181-2/+1
* Backport montanero's checkin of revision 1.7:Michael W. Hudson2002-03-171-8/+11
* Take Tim's work on file.truncate out of 2.2.1 again.Michael W. Hudson2002-03-171-19/+15
* Backport Tim's work on getting file.truncate working better on Win32.Michael W. Hudson2002-03-161-15/+19
* Fix stupid typo in example.Fred Drake2002-03-161-1/+1
* Markup error: braces not properly marked in dictionary displayFred Drake2002-03-161-1/+1
* Clarify the descriptions of the positive and negative lookbehind assertions.Fred Drake2002-03-161-9/+30
* pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will notFred Drake2002-03-161-0/+8
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-157-98/+95
* Make the release status obvious in the title area.Fred Drake2002-03-152-2/+2
* Update to reflect changes in the extending & embedding doc.Fred Drake2002-03-151-1/+1
* Backport loewis' checkin ofMichael W. Hudson2002-03-153-190/+5
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-03-151-0/+143
* Update version number prior to release candidate.Fred Drake2002-03-142-2/+2
* Describe how to support the iterator protocol in extension types.Fred Drake2002-03-131-4/+60
* Change the way \textasciitilde is implemented so it works more consistentlyFred Drake2002-03-131-1/+1
* Add a note that Py_None needs the same reference count treatment as anyFred Drake2002-03-121-1/+2
* "level" keyword argument in example should be "stacklevel".Fred Drake2002-03-121-1/+1
* Documentation for PyObject_GetIter(), contributed by Greg ChapmanFred Drake2002-03-111-3/+18
* backport akuchling's checkin ofMichael W. Hudson2002-03-111-2/+12
* Add more explanation of how data_files is used (esp. where the files end upFred Drake2002-03-081-2/+13
* "Shortcut" should be "short-circuit".Fred Drake2002-03-081-6/+7
* Added missing version annotation for dict().Fred Drake2002-03-061-0/+2
* backport my checkin ofMichael W. Hudson2002-02-271-1/+1
* backport my checkin ofMichael W. Hudson2002-02-271-2/+2
* Fix error in explanation of the interaction between $ and MULTILINE mode.Fred Drake2002-02-251-1/+1
* backport tim_one's checkin ofMichael W. Hudson2002-02-231-9/+22
* Merge trunk.Greg Ward2002-02-221-1/+1
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
* Correct the refcount information for the PyWeakref_GetObject() function.Fred Drake2002-02-201-1/+1
* SF #515041, Update path for 2.2Neal Norwitz2002-02-191-2/+2
* 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
* Update the instructions on reporting bugs to reflect that anonymous reportsFred Drake2002-02-041-10/+6
* Revise cheeseshop example so that the order of the keyword output isFred Drake2002-01-291-1/+8
* It's merge time!Michael W. Hudson2002-01-281-2/+1
* 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 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
* 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
* Add note that fromfd() is Unix-specific.Fred Drake2001-12-281-16/+20