summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make clear that the constants are strings.Georg Brandl2008-03-021-15/+15
* Added note about update of sqlite3 module.Gerhard Häring2008-03-021-0/+2
* Made sqlite3 module's regression tests work with SQLite versions that don'tGerhard Häring2008-03-021-2/+3
* Handle 0-tuples which can be singletons.Raymond Hettinger2008-03-021-1/+1
* Simplify code for itertools.product().Raymond Hettinger2008-03-021-13/+2
* 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
* Set things up for 2.6a2.Barry Warsaw2008-03-012-1/+7
* Tagging 2.6a1... again!Barry Warsaw2008-03-011-0/+1
* More copyright year and version number bumpsv2.6a1Barry Warsaw2008-03-015-6/+7
* Give IDLE a release dateBarry Warsaw2008-03-011-1/+1
* Untagging.Barry Warsaw2008-03-011-0/+1
* Tagging 2.6a1Barry Warsaw2008-03-011-0/+1
* Add date to NEWSBarry Warsaw2008-03-011-1/+1
* fix typoFred Drake2008-03-011-1/+1
* bump idle version numberBarry Warsaw2008-03-011-1/+1
* Bump to version 2.6a1Barry Warsaw2008-03-012-4/+4
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-2917-216/+781
* Package Tcl from tcltk64 on AMD64.Martin v. Löwis2008-02-291-2/+4
* Make _hashlib depend on pythoncore.Martin v. Löwis2008-02-291-0/+4
* Port build_ssl.py to 2.4; support HOST_PYTHON variableMartin v. Löwis2008-02-293-5/+18
* #2208: allow for non-standard HHC location.Georg Brandl2008-02-291-3/+4
* Build db-4.4.20 with VS9; remove VS2003 build if necessary.Martin v. Löwis2008-02-291-2/+7
* 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