summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-2045-163/+156
* Describe the content given as the parameter to the \note and \warning macrosFred Drake2001-10-201-10/+13
* Additional rules to support the iSilo conversion.Fred Drake2001-10-191-1/+110
* Hush up CVS.Fred Drake2001-10-191-0/+10
* Support for the iSilo conversion.Fred Drake2001-10-191-0/+12
* When stating that some parameters to makefile() are similar to the open()Fred Drake2001-10-191-1/+2
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-13/+27
* Added a note about the somewhat kludgey behavior of the messageBarry Warsaw2001-10-191-0/+10
* SF patch #443759: Add Interface to readline's add_historyGuido van Rossum2001-10-191-0/+4
* changed misleading argument nameFredrik Lundh2001-10-181-5/+5
* Some minor clarifications for find()'s arguments based on SF bugBarry Warsaw2001-10-181-5/+6
* Straighten out the exec*() function descriptions a bit, and clarify a fewFred Drake2001-10-181-65/+68
* Bump version number.Fred Drake2001-10-181-4/+3
* Bump release information.Fred Drake2001-10-181-2/+2
* Fix typo reported by Michael Soulier.Fred Drake2001-10-181-1/+1
* Function descriptions must end as well as start!Fred Drake2001-10-181-0/+1
* Elaborate on types and meaning of the setgroups arguments.Martin v. Löwis2001-10-181-2/+4
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+7
* SF bug [#471111] inspect.getframeinfo() needs docs.Tim Peters2001-10-161-0/+6
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-5/+4
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-161-2/+16
* Document required return values -1, 0, 1 for tp_compare handler, asGuido van Rossum2001-10-161-2/+11
* Update the description of PyTrace_EXCEPT.Fred Drake2001-10-161-5/+8
* Fix a few usage and style-guide conformance issues.Fred Drake2001-10-161-10/+10
* Added information about setprofile() and settrace() hooks being thread-Fred Drake2001-10-161-2/+9
* Fix thinko in a comment about seeking with a file object.Fred Drake2001-10-161-1/+1
* Added notes to clarify that binascii.crc32(), zlib.crc32(), andFred Drake2001-10-152-3/+9
* Added documentation for the functions listed in marshal.h.Fred Drake2001-10-141-0/+80
* Add entries for the newly split C API manual.Fred Drake2001-10-121-1/+12
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-1211-6136/+6171
* Document that keyfile and certfile are now optional.Jeremy Hylton2001-10-111-1/+1
* Describe the HeaderParser class.Barry Warsaw2001-10-111-0/+11
* A copy-and-paste job forget the "paste" half.Tim Peters2001-10-091-1/+1
* Allow the profiler's calibration constant to be specified in the constructorTim Peters2001-10-091-52/+32
* Fix minor cut-and-paste typo.Barry Warsaw2001-10-091-1/+1
* Update the documentation for the isinstance() function to reflect recentFred Drake2001-10-091-221/+226
* Add documentation for the MIMEAudio class/module, contributed byBarry Warsaw2001-10-091-0/+26
* Improve the documentation for the os.P_* constants used with the os.spawn*()Fred Drake2001-10-091-9/+29
* New markup: \note{...} and \warning{...}Fred Drake2001-10-094-0/+36
* Note that the values for Boolean options are case-insensitive.Fred Drake2001-10-091-2/+3
* Update the description of getboolean() to reflect the changes made byFred Drake2001-10-081-3/+5
* Remove code and docs for the OldProfile and HotProfile classes: codeTim Peters2001-10-071-170/+23
* Update the documentation to reflect the changes to ReferenceError.Fred Drake2001-10-062-1/+13
* Add documentation for the public API for weak reference objects.Fred Drake2001-10-051-1/+70
* A regexp example was rendered asTim Peters2001-10-051-1/+1
* Remove some long-unsupported Mac OS modules.Fred Drake2001-10-055-425/+0
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+6
* Update a couple of old addresses that point to CNRI.Fred Drake2001-10-042-9/+11
* Make clear that tuple() accepts the same kind of arguments as list().Tim Peters2001-10-041-1/+3
* Expand the documentation of the low-level tracing/profiling interface.Fred Drake2001-10-031-2/+23