summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Until we got downloadable docs, stop confusing viewers by talking about a non...Georg Brandl2008-02-291-11/+5
* Make _hashlib a separate project.Martin v. Löwis2008-02-293-12/+571
* Fix docstring typo.Mark Dickinson2008-02-291-1/+1
* Handle the repeat keyword argument for itertools.product().Raymond Hettinger2008-02-292-5/+30
* Add __format__ method to Decimal, to support PEP 3101Mark Dickinson2008-02-293-0/+335
* Add alternate constructor for itertools.chain().Raymond Hettinger2008-02-283-1/+34
* Have itertools.chain() consume its inputs lazily instead of building a tuple ...Raymond Hettinger2008-02-282-53/+53
* Locate VS installation dir from environment, so that it works with the expres...Martin v. Löwis2008-02-281-8/+2
* Windows fix for signal test - skip it earlierChristian Heimes2008-02-281-5/+6
* Bundle msvcr90.dll as a "private assembly".Martin v. Löwis2008-02-281-25/+23
* Add 2.6aN uuids.Martin v. Löwis2008-02-281-0/+4
* Document impending updates to itertools.Raymond Hettinger2008-02-281-11/+44
* Prevent SocketServer.ForkingMixIn from waiting on child processes that itJeffrey Yasskin2008-02-282-19/+47
* #2169: make generated HTML more validAndrew M. Kuchling2008-02-281-3/+4
* The empty tuple is usually a singleton with a much higher refcnt than 1Christian Heimes2008-02-281-2/+5
* Add repeat keyword argument to itertools.product().Raymond Hettinger2008-02-281-3/+7
* Thread.start() used sleep(0.000001) to make sure it didn't return before theJeffrey Yasskin2008-02-281-11/+10
* Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and makeJeffrey Yasskin2008-02-281-109/+108
* Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,Jeffrey Yasskin2008-02-284-48/+108
* Simply the sample code for combinations().Raymond Hettinger2008-02-271-7/+6
* Larger test rangeRaymond Hettinger2008-02-271-1/+1
* One too many decrefs.Raymond Hettinger2008-02-271-3/+1
* Add itertools.combinations().Raymond Hettinger2008-02-264-16/+266
* #2194: fix some typos.Georg Brandl2008-02-263-3/+3
* Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i...Christian Heimes2008-02-263-155/+177
* Add a timing flag to Trace so you can see where slowness occursNeal Norwitz2008-02-263-6/+26
* The contains function raised a gcc warning. The new code is copied straight f...Christian Heimes2008-02-261-5/+12
* Speed up this test by about 99%. Remove sleeps and replace with events.Neal Norwitz2008-02-261-65/+42
* Banish tab.Georg Brandl2008-02-261-1/+1
* Whitespace normalizationNeal Norwitz2008-02-261-6/+6
* Whitespace normalizationNeal Norwitz2008-02-261-9/+9
* Don't use a hard coded port. This test could hang/fail if the port is in use.Neal Norwitz2008-02-261-4/+25
* Docs for itertools.combinations(). Implementation in forthcoming checkin.Raymond Hettinger2008-02-261-2/+44
* Coerced PyBool_Type to be able to compare it.Facundo Batista2008-02-251-2/+2
* Revert part of r60927 which made invalid assumptions about the API offered by...Raymond Hettinger2008-02-251-3/+3
* Make sure the itertools filter functions give the same performance for func=b...Raymond Hettinger2008-02-252-2/+4
* Issue 2168. gdbm and dbm needs to be iterable; this fixes aFacundo Batista2008-02-252-3/+68
* Revert r61029.Georg Brandl2008-02-252-12/+1
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-1/+1
* Issue 2117. Update compiler module to handle class decorators.Facundo Batista2008-02-254-4/+21
* Thomas Herve explained to me that PyCrypto depends on the constants. I'm addi...Christian Heimes2008-02-251-1/+6
* Use file descriptor for real stdoutAndrew M. Kuchling2008-02-251-1/+3
* Move .setupterm() output so that we don't try to call endwin() if it failsAndrew M. Kuchling2008-02-251-4/+3
* Fix a minor typo in a docstring.Brett Cannon2008-02-251-1/+1
* Add minor markup for a string.Brett Cannon2008-02-251-3/+3
* Fix indentationNeal Norwitz2008-02-252-2/+2
* Added dependency rules for Objects/stringlib/*.hChristian Heimes2008-02-241-14/+14
* Corrected assert to check for correct type in py3k.Eric Smith2008-02-241-1/+1
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-2417-78/+72
* Remove duplicate 'import re' in decimal.pyMark Dickinson2008-02-241-2/+1