summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-19108-908/+916
* Add a bunch of itemsAndrew M. Kuchling2007-12-191-4/+157
* Zap a duplicate lineRaymond Hettinger2007-12-191-1/+0
* Beef-up tests for dict literalsRaymond Hettinger2007-12-191-1/+10
* Users demand iterable input for named tuples. The author capitulates.Raymond Hettinger2007-12-183-17/+27
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-1818-9/+394
* Simplify and speedup _asdict() for named tuples.Raymond Hettinger2007-12-182-7/+7
* Fixed #1649: IDLE error: dictionary changed size during iterationChristian Heimes2007-12-181-1/+1
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-186-6/+26
* Issue #1645 by Alberto Bertogli. Fix a comment.Guido van Rossum2007-12-181-6/+6
* Issue #1642: Fix segfault in ctypes when trying to delete attributes.Thomas Heller2007-12-184-0/+44
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-185-5/+19
* Removed several unused files from the PCbuild9 directory. They are relics fro...Christian Heimes2007-12-185-4056/+0
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-182-0/+19
* Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1)Christian Heimes2007-12-183-29/+45
* Add more namedtuple() test cases. Neaten the code and comments.Raymond Hettinger2007-12-183-14/+44
* Removed the private _rounding_decision: it was not needed, and the codeFacundo Batista2007-12-171-94/+38
* Don't use quotes for non-string code.Georg Brandl2007-12-161-1/+1
* Use PEP 8.Georg Brandl2007-12-161-6/+6
* Simplify.Georg Brandl2007-12-161-3/+1
* Fixed #1638: %zd configure test fails on LinuxChristian Heimes2007-12-163-6/+16
* Adapt conf.py to new option names.Georg Brandl2007-12-162-14/+35
* Remove curious space-like characters.Georg Brandl2007-12-161-3/+3
* Remove another unnecessary Unicode character.Georg Brandl2007-12-161-1/+1
* Remove gratuitous unicode character.Georg Brandl2007-12-161-1/+1
* Remove orphaned footnote reference.Georg Brandl2007-12-161-1/+1
* Revert dummy commit now that the build slave is building.Georg Brandl2007-12-161-1/+0
* Dummy commit to investigate #1617.Georg Brandl2007-12-161-0/+1
* Argh, wrong version.Georg Brandl2007-12-151-4/+0
* Add note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-152-8/+4
* Optimize PyList_AsTuple(). Improve cache performance by doing theRaymond Hettinger2007-12-151-5/+5
* Fixed bug #1628Christian Heimes2007-12-142-3/+5
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
* Add usage noteRaymond Hettinger2007-12-141-2/+10
* Faster and simpler _replace() methodRaymond Hettinger2007-12-142-2/+2
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-142-0/+43
* Update method names for named tuples.Raymond Hettinger2007-12-141-3/+3
* Add line spacing for readabilityRaymond Hettinger2007-12-142-9/+16
* Fixed warning in ssl moduleChristian Heimes2007-12-141-1/+1
* Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.Christian Heimes2007-12-143-4/+4
* Cleaner method naming conventionRaymond Hettinger2007-12-143-30/+30
* Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...Christian Heimes2007-12-143-33/+171
* Silence a warning about an unsed variable in debug buildsChristian Heimes2007-12-141-2/+3
* Small speedupRaymond Hettinger2007-12-131-1/+2
* Simplify implementation of __replace__()Raymond Hettinger2007-12-132-2/+2
* Ran autoconf.Thomas Heller2007-12-131-2/+6
* Patch #1608. Someone with access to autoconf 2.61 or higher needs toGuido van Rossum2007-12-133-1/+10
* Fixed bug #1613: Makefile's VPATH feature is brokenChristian Heimes2007-12-132-1/+4