summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* wrapBenjamin Peterson2010-03-201-2/+2
|
* document exitfunc fixerBenjamin Peterson2010-03-201-0/+5
|
* Issue 7832: renaming unittest.TestCase.assertSameElements to ↵Michael Foord2010-03-202-15/+17
| | | | assertItemsEqual and changing behaviour
* Fixing the file call in the rfc822.Message replacement example.Sean Reifscheider2010-03-201-1/+1
|
* Adding an example of reproducing the rfc822.Message() parsing.Sean Reifscheider2010-03-192-0/+23
|
* Add support for weak references to code objects. This will be used by an ↵Collin Winter2010-03-181-2/+2
| | | | | | optimization in the incoming Python 3 JIT. Patch by Reid Kleckner!
* #8155: Preserve backward compatibility for test_support.check_warnings(). ↵Florent Xicluna2010-03-181-50/+53
| | | | Add regression tests.
* Issue #8162: logging: Clarified docstring and documentation for disable ↵Vinay Sajip2010-03-171-1/+5
| | | | function.
* #8137: add iso-8859-16 to the standard encodings table.Georg Brandl2010-03-141-2/+4
|
* Minor documentation updates for xml.etree.Florent Xicluna2010-03-141-12/+14
|
* Add the keyword argument "method=None" to the .write() method and the ↵Florent Xicluna2010-03-131-29/+33
| | | | | | tostring/tostringlist functions. Update the function, class and method signatures, according to the new convention.
* Update some parts of the xml.etree documentation.Florent Xicluna2010-03-132-189/+202
|
* Update for new download location.Georg Brandl2010-03-131-1/+2
|
* Change/fix handling of docs download location: for daily builds, put them ↵Georg Brandl2010-03-132-13/+11
| | | | right next to the HTML.
* Bump externals versions for doc build.Georg Brandl2010-03-133-13/+15
|
* Add Makefile targets for automatic doc build. Add script that will be used ↵Georg Brandl2010-03-132-10/+112
| | | | for daily build.
* #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify ↵Ezio Melotti2010-03-131-9/+9
| | | | variable names.
* fix broken linksEzio Melotti2010-03-131-2/+3
|
* Fix warnings from "make check".Georg Brandl2010-03-129-31/+31
|
* Get rid of backticks.Georg Brandl2010-03-121-1/+1
|
* Issue #8117: Updated NEWS entry and added to logging documentation.Vinay Sajip2010-03-121-0/+5
|
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
|
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The ↵Florent Xicluna2010-03-111-127/+197
| | | | cElementTree module is updated too.
* Add nicer docstrings to namedtuples().Raymond Hettinger2010-03-091-2/+5
| | | | Provides better tooltips and looks better in help().
* Improve the basic example.Raymond Hettinger2010-03-091-3/+7
| | | | | * Show both the decorator and regular form for assertRaises() * Use assertTrue() instead of assertIn() to teach useful minimal subset of the API
* Fix typo.Georg Brandl2010-03-081-1/+1
|
* Add various itemsAndrew M. Kuchling2010-03-081-0/+13
|
* Fix syntax: "rc != None" -> "rc is not None"Florent Xicluna2010-03-081-1/+1
|
* #8044: document Py_{Enter,Leave}RecursiveCall functions.Georg Brandl2010-03-071-0/+30
|
* #8039: document conditional expressions better, giving them their own section.Georg Brandl2010-03-071-11/+26
|
* #8085: The function is called PyObject_NewVar, not PyObject_VarNew.Georg Brandl2010-03-072-2/+2
|
* Refresh the documentation for the test.test_support module.Florent Xicluna2010-03-071-23/+55
|
* Issue #1530559: When packing a non-integer with any integer conversionMark Dickinson2010-03-071-0/+12
| | | | | | | | | code using struct.pack, attempt to convert to an integer first using the argument's __int__ method (if present). Also raise a DeprecationWarning for any such usage of __int__. This fixes a regression from 2.6, where some (but not all) integer conversion codes already used __int__.
* #5341: more built-in vs builtin fixes.Georg Brandl2010-03-073-15/+15
|
* settscdump is definitely an implementation detailBenjamin Peterson2010-03-061-0/+5
|
* Merged code from pysqlite 2.6.0.Gerhard Häring2010-03-052-1/+46
|
* Fix documentation of email.Message.get_filename to matchR. David Murray2010-03-041-3/+4
| | | | the fix applied in Issue 7082.
* rephraseBenjamin Peterson2010-03-031-1/+1
|
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-031-0/+15
| | | | to the TarFile class.
* fix Sphinx warningsBenjamin Peterson2010-03-031-3/+4
|
* edit for styleBenjamin Peterson2010-03-031-249/+220
|
* Add some x-refs.Georg Brandl2010-03-021-209/+206
|
* set svn:eol-styleBenjamin Peterson2010-03-021-1758/+1758
|
* Link correction in documentation.Michael Foord2010-03-021-1/+1
|
* Add an itemAndrew M. Kuchling2010-03-021-0/+10
|
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-025-6/+1765
| | | | | Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
* #7637: avoid repeated-concatenation antipattern in exampleAndrew M. Kuchling2010-03-011-3/+3
|
* #7191: describe more details of wbits parameterAndrew M. Kuchling2010-03-011-2/+6
|
* #7637: update discussion of minidom.unlink() and garbage collectionAndrew M. Kuchling2010-03-011-16/+6
|
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-011-0/+7
|