summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-013-0/+76
| | | | new text writer.
* 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
| | | | and backrefs can't be used inside []
* 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
| | | | | | all the upper level libraries that use it, including urllib2. Added and fixed some tests, and changed docs correspondingly. Thanks to John J Lee for the patch and the pusing, :)
* #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
| | | | Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch.
* 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
| | | | change imports and other references. Closes #2925.
* Correct the url to the external bsddb.db docs (likely to be integratedGregory P. Smith2008-05-241-3/+3
| | | | soon anyways?)
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-247-359/+361
| | | | place and fix all references to it. Closes #2926.
* Mention that the leaking of variables from list comprehensionsMartin v. Löwis2008-05-231-4/+3
| | | | is fixed in 3.0.
* 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 by Graham Horler.
* 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
| | | | (http://bugs.python.org/issue2882)