summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add notes that tkinter modules will be renamed.Georg Brandl2008-05-205-1/+28
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-206-154/+90
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-204-57/+52
* just MacOS (instead of MacOS 9)Benjamin Peterson2008-05-191-1/+1
* Re-organize the increasingly long list of deprecated modulesAndrew M. Kuchling2008-05-191-35/+61
* GHOP #180 by Michael Schneider: add examples to the socketserver documentation.Georg Brandl2008-05-181-18/+233
* Rename html.parser file, and split html.entities from htmllibGeorg Brandl2008-05-174-51/+48
* document the renames for modules moved to the html packageFred Drake2008-05-172-0/+16
* update references and documentation for modules in the new html packageFred Drake2008-05-172-12/+12
* Replace signatures with optional arguments in square brackets withLars Gustäbel2008-05-171-51/+51
* mention Py3k in glossaryBenjamin Peterson2008-05-161-3/+4
* Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.Alexandre Vassalotti2008-05-162-3/+3
* Doc changes for the big Tkinter rename.Georg Brandl2008-05-167-92/+156
* Fix reprlib docs.Georg Brandl2008-05-162-3/+3