summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix markup.Georg Brandl2008-03-211-2/+2
* Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don...Georg Brandl2008-03-211-0/+9
* Fixed PEP name.Eric Smith2008-03-201-1/+1
* Add lots of itemsAndrew M. Kuchling2008-03-201-42/+205
* Clarfiy the availability of the extended support for win32_ver() in Py2.6.Marc-André Lemburg2008-03-201-1/+2
* Add documentation for updated Windows support in win32_ver().Marc-André Lemburg2008-03-201-4/+23
* Issue 2188: Documentation hint about disabling proxy detection.Sean Reifscheider2008-03-201-0/+1
* Prevent ioctl op codes from being sign extended from int to unsigned longGregory P. Smith2008-03-191-0/+2
* Another one.Georg Brandl2008-03-191-1/+1
* Remove footnote from versionchanged as it upsets LaTeX.Georg Brandl2008-03-191-2/+1
* Mention that crc32 and adler32 are available in a different module (zlib).Gregory P. Smith2008-03-191-0/+4
* Document unicode.isnumeric() and unicode.isdecimal() (issue2326)Steven Bethard2008-03-171-0/+16
* Force zlib.crc32 and zlib.adler32 to return a signed integer on all platformsGregory P. Smith2008-03-171-0/+12
* Added a footnote to each pointing out that for XML output if an encodingMark Summerfield2008-03-173-5/+29
* Clarified documentation on use of shutdown().Vinay Sajip2008-03-161-1/+2
* #2299: typos in newtypes.rst.Georg Brandl2008-03-161-3/+3
* Update docs to reflect removal of Exact/InexactRaymond Hettinger2008-03-161-26/+4
* add %f format to datetime - issue 1158Skip Montanaro2008-03-151-11/+42
* note that fork and forkpty raise OSError on failureSkip Montanaro2008-03-151-2/+4
* Fix lots of broken links in the docs, found by Sphinx' external link checker.Georg Brandl2008-03-1527-65/+45
* Remove obsolete paragraph. #2288.Georg Brandl2008-03-141-4/+0
* Issue 2274: Add heapq.heappushpop().Raymond Hettinger2008-03-131-0/+7
* Add class decoratorsAndrew M. Kuchling2008-03-131-1/+8
* #1720705: add docs about import/threading interaction, wording by Nick.Georg Brandl2008-03-131-0/+23
* #2270: fix typo.Georg Brandl2008-03-131-1/+1
* #2265: fix example.Georg Brandl2008-03-131-1/+1
* Improve docs for itemgetter(). Show that it works with slices.Raymond Hettinger2008-03-111-12/+33
* Add recipe to docs.Raymond Hettinger2008-03-111-0/+5
* Update for newest Sphinx.Georg Brandl2008-03-091-3/+4
* #2249: document assertTrue and assertFalse.Georg Brandl2008-03-091-0/+2
* Issue 1106316. post_mortem()'s parameter, traceback, is nowFacundo Batista2008-03-081-2/+5
* #1533486: fix types in refcount intro.Georg Brandl2008-03-081-1/+1
* #2253: fix continue vs. finally docs.Georg Brandl2008-03-081-6/+5
* Grammar fixAndrew M. Kuchling2008-03-071-1/+1
* Speed up with statements by storing the __exit__ method on the stack instead ...Nick Coghlan2008-03-071-12/+15
* Progress on issue #1193577 by adding a polling .shutdown() method toJeffrey Yasskin2008-03-071-12/+20
* Tweak recipes and testsRaymond Hettinger2008-03-071-6/+6
* #2225: return nonzero status code from py_compile if not all files could be c...Georg Brandl2008-03-061-1/+6
* Add isinstance/issubclass to tutorial.Georg Brandl2008-03-061-0/+16
* Little clarification of assignments.Georg Brandl2008-03-061-8/+11
* Expand on re.split behavior with captured expressions.Georg Brandl2008-03-061-1/+13
* #1725737: ignore other VC directories other than CVS and SVN's too.Georg Brandl2008-03-061-3/+5
* Add two itemsAndrew M. Kuchling2008-03-061-4/+12
* Add examples.Raymond Hettinger2008-03-061-23/+29
* #2239: PYTHONPATH delimiter is os.pathsep.Georg Brandl2008-03-051-1/+2
* Issue 1872: Changed the struct module typecode from 't' to '?', forThomas Heller2008-03-051-3/+3
* Fix some rst.Georg Brandl2008-03-051-7/+7
* Add more items; add fragmentary notesAndrew M. Kuchling2008-03-051-14/+166
* #2230: document that PyArg_* leaves addresses alone on error.Georg Brandl2008-03-041-4/+8
* Fix some patch attributions.Georg Brandl2008-03-041-2/+4