summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1513-33/+22
* Remove obsolete paragraph. #2288.Georg Brandl2008-03-141-4/+0
* Issue 2274: Add heapq.heappushpop().Raymond Hettinger2008-03-131-0/+7
* #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
* #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
* 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
* Expand on re.split behavior with captured expressions.Georg Brandl2008-03-061-1/+13
* Add examples.Raymond Hettinger2008-03-061-23/+29
* Issue 1872: Changed the struct module typecode from 't' to '?', forThomas Heller2008-03-051-3/+3
* Beef-up docs and tests for itertools. Fix-up end-case for product().Raymond Hettinger2008-03-041-9/+32
* Add versionadded tagsAndrew M. Kuchling2008-03-041-0/+4
* Fix sentence fragmentAndrew M. Kuchling2008-03-041-2/+2
* Grammar fix; markup fixAndrew M. Kuchling2008-03-041-2/+2
* There are now sixteen isfoo functions.Georg Brandl2008-03-031-1/+1
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-031-0/+6
* Fix factual error.Georg Brandl2008-03-021-5/+6
* Make clear that the constants are strings.Georg Brandl2008-03-021-15/+15
* Tighten example code.Raymond Hettinger2008-03-021-1/+1
* Finish-up docs for combinations() and permutations() in itertools.Raymond Hettinger2008-03-021-10/+30
* Document impending updates to itertools.Raymond Hettinger2008-02-281-11/+44
* Add repeat keyword argument to itertools.product().Raymond Hettinger2008-02-281-3/+7
* Simply the sample code for combinations().Raymond Hettinger2008-02-271-7/+6
* Add itertools.combinations().Raymond Hettinger2008-02-261-15/+15
* Add a timing flag to Trace so you can see where slowness occursNeal Norwitz2008-02-261-2/+3
* Banish tab.Georg Brandl2008-02-261-1/+1
* Docs for itertools.combinations(). Implementation in forthcoming checkin.Raymond Hettinger2008-02-261-2/+44
* Revert r61029.Georg Brandl2008-02-252-12/+1
* Add minor markup for a string.Brett Cannon2008-02-251-3/+3
* Document import ./. threading issues. #1720705.Georg Brandl2008-02-232-1/+12
* #1506171: added operator.methodcaller().Georg Brandl2008-02-231-0/+11
* #1826: allow dotted attribute paths in operator.attrgetter.Georg Brandl2008-02-231-2/+8
* #1825: correctly document msilib.add_data.Georg Brandl2008-02-231-5/+11
* Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-0/+62