summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* - accepted (slightly) modified version of docs for the OptionGroupFred Drake2003-04-181-71/+108
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-184-1/+227
* Use True in a few more places.Neal Norwitz2003-04-171-1/+1
* Oops, missed updating doc to correct version for splitNeal Norwitz2003-04-171-1/+1
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
* markup banalitiesFred Drake2003-04-171-18/+18
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-23/+113
* As discussed on python-dev, revised docs to note thatRaymond Hettinger2003-04-161-1/+8
* Add version info for name2codepoint and codepoint2nameNeal Norwitz2003-04-161-2/+2
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-3/+15
* - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()Guido van Rossum2003-04-151-3/+6
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-4/+5
* Add a nameAndrew M. Kuchling2003-04-141-1/+2
* Typo fixAndrew M. Kuchling2003-04-141-1/+1
* Mention timeit moduleAndrew M. Kuchling2003-04-131-34/+54
* Use simpler importAndrew M. Kuchling2003-04-131-1/+1
* Back out of setting the default charset to iso-8859-1.Barry Warsaw2003-04-111-1/+1
* Fix markupNeal Norwitz2003-04-111-1/+1
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-111-8/+28
* Moved all the scripting stuff to a separate section, added all theJack Jansen2003-04-118-40/+397
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-0/+6
* Add a space after expression to be consistentNeal Norwitz2003-04-101-1/+1
* Minor markup adjustments.Fred Drake2003-04-091-3/+2
* Try to discourage use of PyObject_Type().Guido van Rossum2003-04-091-0/+5
* Re-indent example; fix typoAndrew M. Kuchling2003-04-091-4/+4
* Created a minimal MacOSX section.Jack Jansen2003-04-091-92/+176
* Lots of small markup adjustments.Fred Drake2003-04-092-113/+118
* Add dependency information for the hotshot package docs.Fred Drake2003-04-091-0/+1
* extra punctuation removedAnthony Baxter2003-04-091-1/+1
* Add dependency information for the timeit module docs.Fred Drake2003-04-091-0/+1
* + libtimeitSkip Montanaro2003-04-091-0/+1
* doc for timeit module/script - mostly just a recast of Tim's docstringSkip Montanaro2003-04-091-0/+184
* Added example of using positional and keyword args with atexit.register().Fred Drake2003-04-081-0/+15
* Markup fix.Fred Drake2003-04-081-2/+2
* s/referrents/referents/g. Gotta love that referrers remains rife with rs.Tim Peters2003-04-081-2/+2
* Finished implementing gc.get_referrents(): dealt with error and endTim Peters2003-04-081-0/+13
* add note suggested by rhettinger about example.Anthony Baxter2003-04-071-0/+3
* patch [ 698505 ] docs for hotshot moduleAnthony Baxter2003-04-072-0/+124
* - add the "download_url" field to the pre-2.2.3 metadata compatibility noteFred Drake2003-03-311-26/+26
* Fix symbol in grammar; this should fix some hyperlinking in the HTMLFred Drake2003-03-311-1/+1
* Patch #701395: Correct documentation of PyUnicode_Splitlines.Martin v. Löwis2003-03-301-3/+4
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-1/+1
* PyWeakref_GetObject returns None (not NULL) when the referent is gone.Ka-Ping Yee2003-03-281-1/+1
* Replace criterium with criterion. Fixes #705120.Martin v. Löwis2003-03-271-4/+4
* Back out previous change as discussed on python-checkinsNeal Norwitz2003-03-221-1/+0
* Add lib/mimelib.tex to dependenciesNeal Norwitz2003-03-221-0/+1
* email is at version 2.5 nowBarry Warsaw2003-03-211-1/+1
* Add PEP 307 sectionAndrew M. Kuchling2003-03-211-0/+44
* Add PEP305 sectionAndrew M. Kuchling2003-03-211-0/+50
* Update datetime section a bitAndrew M. Kuchling2003-03-211-16/+15