summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* importlib.import_module is better these daysBenjamin Peterson2009-05-141-6/+2
* Make it clear up front that shelve only records changesR. David Murray2009-05-121-7/+11
* Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...Michael Foord2009-05-111-3/+33
* sys.setdefaultencoding() strikes me as a bad exampleBenjamin Peterson2009-05-101-3/+3
* Issue 5954, PyFrame_GetLineNumber:Jeffrey Yasskin2009-05-081-0/+5
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-082-0/+51
* Fix name.Georg Brandl2009-05-081-2/+1
* Fixed wording for formatting integers: precision is not allowed.Eric Smith2009-05-071-1/+1
* Revert inappropriate doc change.R. David Murray2009-05-071-3/+0
* Document how to pass a 'decode' argument to get_payload whenR. David Murray2009-05-071-0/+3
* Remove two dead linksAndrew M. Kuchling2009-05-061-2/+0
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-4/+4
* #5142: add module skipping feature to pdb.Georg Brandl2009-05-051-4/+49
* #5916, 5917: small socket doc improvements.Georg Brandl2009-05-041-2/+7
* #5927, 5928: typos.Georg Brandl2009-05-041-2/+2
* #5925: fix highlighting of keyword table.Georg Brandl2009-05-041-1/+3
* Issue #4751: For hashlib algorithms provided by OpenSSL, the PythonGregory P. Smith2009-05-041-0/+6
* (no commit message)Michael Foord2009-05-022-0/+18
* add myselfBenjamin Peterson2009-05-021-0/+1
* Add addCleanup and doCleanups to unittest.TestCase.Michael Foord2009-05-022-0/+37
* Add itemsAndrew M. Kuchling2009-05-021-4/+37
* Adds an exit parameter to unittest.main(). If False main no longerMichael Foord2009-05-022-2/+20
* Fix directive name.Georg Brandl2009-05-011-21/+21
* Review ipaddr docs and add them in the TOC under "Internet protocols".Georg Brandl2009-05-012-77/+80
* Adds the ipaddr module to the standard library. Issue #3959.Gregory P. Smith2009-05-011-0/+327
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-1/+7
* Make the turtle.rst doctests pass. I have a feeling there should beR. David Murray2009-04-301-350/+683
* #5878: fix repr of re object.Georg Brandl2009-04-291-1/+1
* Make the doctests in the docs pass, except for those in the turtle module.Georg Brandl2009-04-285-24/+28
* Remove spurious 'u'.R. David Murray2009-04-281-1/+2
* Various small fixups to the multiprocessing docs, mostly fixing andR. David Murray2009-04-281-44/+64
* Add example to the seealso section.Raymond Hettinger2009-04-271-2/+9
* Make sys.xxx variable references into links, note that print_last onlyR. David Murray2009-04-271-28/+22
* #5840: dont claim we dont support TLS.Georg Brandl2009-04-271-4/+3
* #5848: small unittest doc patch.Georg Brandl2009-04-271-3/+20
* Demote warnings to notices, part 2: stuff that is 2.x-only.Georg Brandl2009-04-2720-65/+49
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-2721-41/+40
* Remove ".. warning::" markup that doesnt contain warnings for users, rather t...Georg Brandl2009-04-272-19/+8
* #5856: fix typo s in traceback example.Georg Brandl2009-04-271-5/+4
* Note that the caller is resposible for freeing the result of PyOS_double_to_s...Eric Smith2009-04-261-1/+2
* Move pydoc_topics module to its own subdirectory, so that no generated code i...Georg Brandl2009-04-262-6/+6
* Another file where the versions need to be up to date.Georg Brandl2009-04-261-1/+1
* Remove outdated TODO file.Georg Brandl2009-04-261-6/+0
* Note that the versions are also in README.txt.Georg Brandl2009-04-261-0/+1
* Update versions in instructions for manual set-up.Georg Brandl2009-04-261-3/+9
* Mostly formatting nits, and "and-ed together" -> "or-ed together" flags.Georg Brandl2009-04-261-22/+23
* Issue #5835, deprecate PyOS_ascii_formatd.Eric Smith2009-04-251-0/+35
* Issue #4129: document int -> Py_ssize_t changes.Jeroen Ruigrok van der Werven2009-04-251-0/+133
* Issue #4129: field changed from int to Py_ssize_t.Jeroen Ruigrok van der Werven2009-04-251-0/+4
* Issue #4129: more int -> Py_ssize_t documentation.Jeroen Ruigrok van der Werven2009-04-251-0/+12