summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* update the tutorial to use str.formatBenjamin Peterson2008-05-267-32/+81
* rename the section about new formatting 'new-string-formatting'Benjamin Peterson2008-05-251-5/+5
* Add renaming notices to thread and dummy_thread.Georg Brandl2008-05-252-2/+12
* Hint about _winreg renaming in the docs.Georg Brandl2008-05-251-0/+5
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-253-43/+39
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-255-28/+26
* Correct the url to the external bsddb.db docs (likely to be integratedGregory P. Smith2008-05-241-3/+3
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-247-359/+361
* Mention that the leaking of variables from list comprehensionsMartin v. Löwis2008-05-231-4/+3
* Fix typoRaymond Hettinger2008-05-231-1/+1
* Issue 2909: show how to name unpacked fields.Raymond Hettinger2008-05-231-0/+10
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-233-13/+9
* Docs for Issue 2819.Raymond Hettinger2008-05-231-0/+6
* Add a note about the renaming of test.test_support in 3.0.Brett Cannon2008-05-201-0/+8
* Patch #1775025: allow opening zipfile members via ZipInfo instances.Georg Brandl2008-05-201-14/+21
* Patch #2488: Add sys.maxsize.Martin v. Löwis2008-05-201-0/+5
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-205-13/+10
* Standardize renaming notes.Georg Brandl2008-05-202-3/+7