summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Do not rebuild html-$(RELEASE).tar every time we need to use it.Fred Drake2001-09-061-1/+1
* Bump version number.Fred Drake2001-09-061-1/+1
* Update link to the PyOpenGL project in the "gl" module docs.Fred Drake2001-09-061-6/+8
* Document the built-in iter() function.Fred Drake2001-09-061-0/+17
* Bump version number.Fred Drake2001-09-061-1/+1
* Added an additional link to NIST information on secure hashing.Fred Drake2001-09-061-0/+4
* Clarified the interaction between string literals and continuation lines.Fred Drake2001-09-061-5/+28
* Make the examples for "Default Argument Values" more presentable andFred Drake2001-09-061-9/+13
* Fix parameter for PyInt_Check().Fred Drake2001-09-061-1/+31
* Document the PyMethod_* type object, functions, and macros.Fred Drake2001-09-061-0/+58
* Document the rule that Python.h must be included before any standardFred Drake2001-09-062-2/+7
* Do not #include <stdio.h> since Python.h already does that.Fred Drake2001-09-061-1/+0
* Use the standard argument convention for main(), and conform to theFred Drake2001-09-061-1/+2
* Several updates to cover omissions noted by Rich Salz.Fred Drake2001-09-061-3/+27
* Document the "unixfrom" attribute of the rfc822.Message class.Fred Drake2001-09-061-1/+7
* Patch #416079: fix the debug string output when receiving telnet commands.Martin v. Löwis2001-09-061-1/+13
* typo...Skip Montanaro2001-09-051-1/+1
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+5
* Note some changes that I need to write aboutAndrew M. Kuchling2001-09-051-0/+10
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-051-0/+36
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-041-0/+10
* Correction: the Borland C port isn't fully operational yetAndrew M. Kuchling2001-09-041-3/+4
* Add more detail to the descriptions of the shutil functions.Fred Drake2001-09-041-4/+9
* Added documentation for sys.maxunicode and sys.warnoptions.Fred Drake2001-09-041-1/+14
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-6/+12
* Move the long minidom example to a separate file; \verbatiminput does theFred Drake2001-09-022-67/+66
* Added the "Host" header to the "GET" example.Fred Drake2001-09-011-0/+1
* Add Jack Jansen's explanation of the MacOS X changesAndrew M. Kuchling2001-08-301-7/+43
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-7/+7
* Update documentation for GC API. Closes SF patch #421893.Neil Schemenauer2001-08-301-29/+48
* Update the links to the FIPS document that defines the Secure HashFred Drake2001-08-301-8/+9
* Add a new function imp.lock_held(), and use it to skip test_threaded_importTim Peters2001-08-301-0/+13
* Fix a minor markup typo.Fred Drake2001-08-291-1/+1
* On Fred's suggestion, convert sprintf() examples to useBarry Warsaw2001-08-291-19/+11
* Add METH_O and METH_NOARGS changeAndrew M. Kuchling2001-08-291-9/+19
* Revise comments about TeX & LaTeX for accuracy.Fred Drake2001-08-281-5/+7
* Added explanation that [...] * n generates shallow copies of [...], soFred Drake2001-08-281-2/+26
* Fix a number of minor markup errors, and improve the consistency a bit.Fred Drake2001-08-281-16/+16
* Plant a mention in the description of backreferences of the fact thatEric S. Raymond2001-08-281-1/+5
* Refcount info for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+8
* Documentation for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+28
* Docs for the PEP 264 changes.Michael W. Hudson2001-08-274-22/+112
* SF patch #454553 by Walter Dörwald: auto-guess content-type header forGuido van Rossum2001-08-231-1/+2
* indicate that mktime is platform-dependent. See SF bug 434143.Skip Montanaro2001-08-221-1/+2
* indicate that the years for which the calendar function will work areSkip Montanaro2001-08-221-1/+2
* New \grammartoken markup, similar to \token but allowed everywhere.Fred Drake2001-08-202-0/+6
* Add another name.Fred Drake2001-08-201-0/+1
* Split "Extending & Embedding" into separate files, one per chapter.Fred Drake2001-08-207-3158/+3160
* Added documentation for BoundedSemaphore(), contributed by Skip Montanaro.Fred Drake2001-08-201-2/+40
* Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy()Fred Drake2001-08-201-2/+7