summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Small code simplification. Forgot that classmethods can be called from intan...Raymond Hettinger2008-01-061-1/+1
* Use markup.Georg Brandl2008-01-051-4/+4
* Repair markup.Georg Brandl2008-01-051-10/+6
* #1719: capitalization error in "UuidCreate".Georg Brandl2008-01-051-1/+1
* Revert socket.rst to unix-eol.Georg Brandl2008-01-051-906/+906
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-058-93/+99
* Simplify index entries; fix #1712.Georg Brandl2008-01-053-97/+70
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-056-6/+6
* Add myself.Thomas Heller2008-01-051-0/+1
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-054-31/+25
* Add error-checking to namedtuple's _replace() method.Raymond Hettinger2008-01-051-1/+4
* Improve namedtuple's _cast() method with a docstring, new name, and error-che...Raymond Hettinger2008-01-051-16/+16
* Fix markupAndrew M. Kuchling2008-01-041-3/+3
* Fix markupAndrew M. Kuchling2008-01-041-5/+7
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-863/+906
* Minor fix-ups to named tuples:Raymond Hettinger2008-01-041-10/+13
* Add math items; other editsAndrew M. Kuchling2008-01-041-3/+44
* Filled in some XXX commentsChristian Heimes2008-01-041-3/+4
* Add itemsAndrew M. Kuchling2008-01-041-3/+37
* Markup fixes; grammar tweaksAndrew M. Kuchling2008-01-041-8/+8
* Added copysign(x, y) function to the math moduleChristian Heimes2008-01-031-0/+8
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+42
* Added math.isinf() and math.isnan()Christian Heimes2008-01-031-0/+17
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-037-27/+160
* Improve docs for itertools.groupby(). The use of xrange(0) to create a uniqu...Raymond Hettinger2007-12-291-1/+1
* Simpler documentation for itertools.tee(). Should be backported.Raymond Hettinger2007-12-291-7/+6
* Some cleanup in the docs.Georg Brandl2007-12-29126-1182/+805
* Add itemAndrew M. Kuchling2007-12-221-3/+25
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-192-0/+24
* Add a bunch of itemsAndrew M. Kuchling2007-12-191-4/+157
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-181-16/+21
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-183-6/+31
* Simplify and speedup _asdict() for named tuples.Raymond Hettinger2007-12-181-2/+2
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-181-3/+5
* Don't use quotes for non-string code.Georg Brandl2007-12-161-1/+1
* Use PEP 8.Georg Brandl2007-12-161-6/+6
* Simplify.Georg Brandl2007-12-161-3/+1
* Adapt conf.py to new option names.Georg Brandl2007-12-162-14/+35
* Remove curious space-like characters.Georg Brandl2007-12-161-3/+3
* Remove another unnecessary Unicode character.Georg Brandl2007-12-161-1/+1
* Remove gratuitous unicode character.Georg Brandl2007-12-161-1/+1
* Remove orphaned footnote reference.Georg Brandl2007-12-161-1/+1
* Argh, wrong version.Georg Brandl2007-12-151-4/+0
* Add note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
* Add usage noteRaymond Hettinger2007-12-141-2/+10
* Faster and simpler _replace() methodRaymond Hettinger2007-12-141-1/+1
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-142-0/+43
* Update method names for named tuples.Raymond Hettinger2007-12-141-3/+3