summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Argh, I read it wrong. Reverted 64036 and added a clarifying remark.Georg Brandl2008-06-081-2/+2
* #3028: tokenize passes the physical line.Georg Brandl2008-06-081-10/+9
* capitalization nitBenjamin Peterson2008-06-071-1/+1
* Document the "st" API, to avoid confusion with the "new" AST.Georg Brandl2008-06-071-78/+89
* X-ref to numbers module.Georg Brandl2008-06-071-3/+3
* Backport docs for abc module to 2.6.Georg Brandl2008-06-072-0/+196
* Revert unwanted changes.Georg Brandl2008-06-072-1/+86
* Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()Georg Brandl2008-06-073-91/+11
* Document the new ctypes features.Thomas Heller2008-06-061-6/+68
* Add a reminder for the maintainer of whatsnew.Thomas Heller2008-06-061-0/+4
* Fix brackets.Georg Brandl2008-06-061-2/+2
* Markup fix.Georg Brandl2008-06-061-2/+2
* Grammar fixAndrew M. Kuchling2008-06-051-2/+2
* Add various itemsAndrew M. Kuchling2008-06-051-8/+76
* Document 'utc' parameterAndrew M. Kuchling2008-06-051-3/+7
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+24
* Complete revision of new turtle module's docs.Georg Brandl2008-06-041-1783/+1669
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-279/+1969
* Patch #2125: Add GetInteger and GetString methods forMartin v. Löwis2008-06-021-0/+13
* Adds a Thread.getIdent() method to provide the _get_ident() value forGregory P. Smith2008-06-011-0/+11
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-012-3/+8
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-013-0/+76
* Add plain text make target.Georg Brandl2008-06-012-0/+7
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-011-0/+10
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-013-0/+22
* #3005: add explaining sentence to easydialogs docs.Georg Brandl2008-05-311-4/+6
* #3010: clarification about stdin/use_rawinput.Georg Brandl2008-05-311-1/+6
* Added a note to [] that special forms & special chars lose their meaningMark Summerfield2008-05-311-0/+6
* fix grammarBenjamin Peterson2008-05-301-1/+1
* Better quote with single quotes.Georg Brandl2008-05-301-2/+2
* getloadavg() is not available on Windows.Georg Brandl2008-05-301-1/+1
* Note that UserList and UserString were moved to 'collections' in 3.0.Brett Cannon2008-05-291-0/+12
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-297-27/+28
* #2988: add note about catching CookieError when parsing untrusted cookie data.Georg Brandl2008-05-291-0/+6
* Two fixes in bytearray docs.Georg Brandl2008-05-291-1/+5
* UserString.MutableString has been removed in Python 3.0.Brett Cannon2008-05-291-0/+3
* fix spellingBenjamin Peterson2008-05-281-2/+2
* #2989: add PyType_Modified().Georg Brandl2008-05-281-1/+10
* update tutorial function with more appropiate one from Eric SmithBenjamin Peterson2008-05-281-2/+2
* fix minor grammar typoBenjamin Peterson2008-05-261-1/+2
* take Brett's advice on a few warningsBenjamin Peterson2008-05-261-6/+7
* warn about some members of the commands moduleBenjamin Peterson2008-05-261-1/+7
* add PyByteArray docsBenjamin Peterson2008-05-262-0/+75
* Add renaming notices to 3.0 http package members.Georg Brandl2008-05-266-5/+30
* fix a minor typoBenjamin Peterson2008-05-261-1/+1
* note that PyString and has been aliased to PyBytesBenjamin Peterson2008-05-261-2/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-264-15/+15
* some updates to string formatting section in whatsnewBenjamin Peterson2008-05-261-4/+7
* Add renaming notices to xmlrpc modules.Georg Brandl2008-05-263-2/+15
* Add renaming notices to 2.6 dbm module docs.Georg Brandl2008-05-266-6/+28