summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for the buffer_text and related attributes of theFred Drake2002-07-171-0/+23
* Change staticforward and statichere to just use static.Fred Drake2002-07-171-2/+2
* Remove now-obsolete staticforward/statichere discussion.Fred Drake2002-07-171-10/+2
* reduce(): Clarified what is returned in the case of a sequence 1 item long andFred Drake2002-07-171-6/+6
* Record the decision that StopIteration is a sink state (see recentGuido van Rossum2002-07-161-0/+7
* Clarify that the description of sys.path[0] is only valid upon programGuido van Rossum2002-07-151-2/+5
* Add more itemsAndrew M. Kuchling2002-07-121-13/+46
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* Make another pass through Misc/NEWS and add stuff.Andrew M. Kuchling2002-07-111-15/+64
* Add some itemsAndrew M. Kuchling2002-07-111-113/+159
* [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgsAndrew M. Kuchling2002-07-111-5/+9
* Document gc.get_objects().Fred Drake2002-07-101-0/+6
* Note that unicode() can raise LookupError for unknown codecs.Fred Drake2002-07-091-1/+2
* Remove unused variable.Fred Drake2002-07-091-1/+0
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-091-1/+1
* Fix typo reported by Kent Engström, and a bunch of broken markup.Fred Drake2002-07-081-11/+11
* Fix typo: "an Unicode string" --> "a Unicode string"Fred Drake2002-07-081-2/+2
* Fixed a typo and updated information about using the Times fonts whenFred Drake2002-07-081-4/+5
* Added font-setting line (and associated comments) to the A4 version ofFred Drake2002-07-081-0/+12
* Fix a typo.Thomas Heller2002-07-041-1/+1
* Revise asyncore documentation and document asynchat for the first time.Steve Holden2002-07-034-55/+347
* No need to be ambiguous about *how* extended slices and built-in typesFred Drake2002-07-031-11/+25
* Fix up a few more consistency nits and incorrectly applied markup.Fred Drake2002-07-031-21/+29
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Don't list all the keyword args to the TextWrapper constructor in theGreg Ward2002-07-021-15/+23
* Attempt to clarify removedirs().Fred Drake2002-07-021-1/+1
* Deal with & remove the XXX comments.Fred Drake2002-07-021-30/+24
* Abstract the creation of signature lines for callable things; the newFred Drake2002-07-022-7/+20
* Minor markup adjustments, consistency changes, and shorten a longFred Drake2002-07-021-12/+13
* Add refcount info for PyErr_SetFromWindowsErr() andFred Drake2002-07-021-0/+7
* Docs for PyErr_SetFromWindowsErrWithFilename() andThomas Heller2002-07-021-0/+23
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-301-1/+36
* Fixed bug 574978 shutil example out of sync with source codeRaymond Hettinger2002-06-301-2/+1
* Fix bug 575221 referred to dictionary type instead of dict.Raymond Hettinger2002-06-301-1/+1
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Add documentation for new textwrap module.Greg Ward2002-06-293-0/+143
* Typo fix.Greg Ward2002-06-291-1/+1
* Added support for some of the more recently defined macros andFred Drake2002-06-271-0/+14
* Clean up some markup.Fred Drake2002-06-271-5/+6
* dis.dis() also supports modulesNeal Norwitz2002-06-261-1/+2
* Fix various typos reported to python-docs.Fred Drake2002-06-261-1/+1
* Fix typo reported to python-docs.Fred Drake2002-06-261-1/+1
* Add some acksAndrew M. Kuchling2002-06-261-1/+2
* Describe textwrap moduleAndrew M. Kuchling2002-06-261-2/+35
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* add seealso link to the bisect moduleSkip Montanaro2002-06-261-0/+4
* add /F's PriorityQueue exampleSkip Montanaro2002-06-261-1/+19
* Add a reminderAndrew M. Kuchling2002-06-261-0/+2
* Add a reminderAndrew M. Kuchling2002-06-251-1/+3