summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Beef-up docs and tests for itertools. Fix-up end-case for product().Raymond Hettinger2008-03-041-9/+32
* Thesis night results: add various itemsAndrew M. Kuchling2008-03-041-12/+162
* 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
* Expand a bit on genexp scopes.Georg Brandl2008-03-031-8/+9
* 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
* New default basename for HTML help files.Georg Brandl2008-03-021-1/+1
* Make patchlevel print out the release if called as a script.Georg Brandl2008-03-021-0/+3
* Update year.Georg Brandl2008-03-022-2/+2
* It's 2.6 now.Georg Brandl2008-03-021-1/+1
* More copyright year and version number bumpsv2.6a1Barry Warsaw2008-03-011-1/+1
* #2208: allow for non-standard HHC location.Georg Brandl2008-02-291-3/+4
* Until we got downloadable docs, stop confusing viewers by talking about a non...Georg Brandl2008-02-291-11/+5
* Document impending updates to itertools.Raymond Hettinger2008-02-281-11/+44
* Add repeat keyword argument to itertools.product().Raymond Hettinger2008-02-281-3/+7