summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Try to make sure \code always uses roman (non-italic) text.Fred Drake2000-06-301-2/+2
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-3011-16/+16
* Update authors email address and corporate affiliation.Fred Drake2000-06-301-3/+2
* Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.Fred Drake2000-06-301-8/+7
* Update the release number & date, Guido's employer.Fred Drake2000-06-301-4/+3
* Document randrange().Fred Drake2000-06-301-0/+8
* Fix an icon width; a "32" became a "3" somehow, and that did not lookFred Drake2000-06-301-1/+1
* Credit /F in a few placesAndrew M. Kuchling2000-06-301-14/+33
* Change description of altzone to not refer to the "0th meridian".Fred Drake2000-06-301-2/+2
* Say "manual page", not "man page", when referring to the Unix manual.Fred Drake2000-06-301-1/+1
* Make sure to note that this module was added for Python 2.0!Fred Drake2000-06-301-0/+2
* Reflect the name change to _winreg; we still need documentation for theFred Drake2000-06-301-2/+6
* Update Python version numbers from 1.6 to 2.0 where appropriate.Fred Drake2000-06-302-17/+19
* Finished the GC section.Andrew M. Kuchling2000-06-301-71/+67
* Document recently-added mouse-related functionsAndrew M. Kuchling2000-06-301-0/+50
* Removed --l2h-config option; it introduced unnecessary complexity andFred Drake2000-06-291-10/+1
* Update comments relating to the removal of the -X option and of stringFred Drake2000-06-291-16/+11
* Make it clear that id() can return either a long integer or a plain integer.Fred Drake2000-06-291-5/+5
* Add update of httplib docs to reflect Greg Stein's recent updates.Fred Drake2000-06-291-0/+3
* Give Moshe some work to do.Fred Drake2000-06-281-0/+2
* Add a "See also:" link to the curses.ascii module.Fred Drake2000-06-281-0/+3
* Made the title of the Examples subsection plural!Fred Drake2000-06-281-2/+2
* Added note that the atexit module was added for Python 1.6.Fred Drake2000-06-281-0/+2
* Added entry for the curses.ascii module.Fred Drake2000-06-281-0/+1
* Added entries for the curses.ascii module.Fred Drake2000-06-282-50/+93
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-06-281-1/+18
* Support constant as a font name for the first column of a table using theFred Drake2000-06-281-0/+3
* Revise the description of when functions retrieved from class instancesFred Drake2000-06-281-9/+11
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-282-0/+25
* Enhanced memory-reference information in the description of Py_BuildValue(),Fred Drake2000-06-281-1/+5
* Added documentation for PyOS_AfterFork().Fred Drake2000-06-281-0/+7
* Added memory-reference information to the description of Py_BuildValue(),Fred Drake2000-06-281-1/+6
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-284-1/+64
* Added section on cycle GCAndrew M. Kuchling2000-06-281-11/+94
* Changed obsolete e-mail aliasAndrew M. Kuchling2000-06-272-3/+3
* Dcoumentation for ascii.py. I've changed two references from ascii toAndrew M. Kuchling2000-06-261-0/+131
* Fix typos and errors noticed by Skip MontanaroAndrew M. Kuchling2000-06-251-14/+19
* Minor wording tweaks.Greg Ward2000-06-251-5/+6
* Some clarifications to the 'A simple example' section.Greg Ward2000-06-241-6/+8
* Fixed a grab-bag of typos spotted by Detlef Lannert.Greg Ward2000-06-242-17/+16
* Minor grammatical fixAndrew M. Kuchling2000-06-211-1/+1
* Document .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+22
* Markup consistency nits.Fred Drake2000-06-181-89/+43
* Make changes and clarifications suggested by Mark HammondAndrew M. Kuchling2000-06-181-14/+23
* Documentation for the mmap module: proofreaders welcomedAndrew M. Kuchling2000-06-171-0/+120
* Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support.Fred Drake2000-06-162-2/+273
* Added reference count information for PySequence_List().Fred Drake2000-06-161-0/+3
* Documented PySequence_List() and PySequence_Tuple().Fred Drake2000-06-161-20/+54
* do_cmd_textasciitilde(): New function.Fred Drake2000-06-151-0/+5
* Fix markup error that hid a tilde character; reported long ago byFred Drake2000-06-151-1/+12