summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* #2101: fix removeAttribute docs.Georg Brandl2008-02-231-2/+2
* #835521: Add index entries for various pickle-protocol methods and attributesAndrew M. Kuchling2008-02-231-0/+13
* #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.Andrew M. Kuchling2008-02-231-15/+7
* #2161: Fix opcode name.Georg Brandl2008-02-231-1/+1
* #2072: correct documentation for .rpc_pathsAndrew M. Kuchling2008-02-231-2/+8
* More difflib examples. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-2/+112
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-0/+15
* #1492: allow overriding BaseHTTPServer's content type for error messages.Georg Brandl2008-02-231-0/+9
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-2/+3