summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #1196: document default radix for int().Georg Brandl2007-09-241-11/+12
* Fix typo and double word.Georg Brandl2007-09-241-2/+2
* Patch # 188 by Philip Jenvey.Guido van Rossum2007-09-222-0/+8
* Issue1704287: "make install" fails unless you do "make" first. MakeSean Reifscheider2007-09-211-3/+4
* Patch #1181: add os.environ.clear() method.Georg Brandl2007-09-202-2/+14
* Try harder to stay within the 79-column limit. There's still two places that ...Thomas Wouters2007-09-201-44/+55
* #1176: document that string methods don't take keyword args.Georg Brandl2007-09-201-1/+3
* Patch #1541463: optimize performance of cgi.FieldStorage operations.Georg Brandl2007-09-202-10/+8
* alternate -> alternative.Georg Brandl2007-09-202-2/+2
* Fit nitsRaymond Hettinger2007-09-201-7/+11
* Issue #1772851. Optimization of __hash__ to behave better for big bigFacundo Batista2007-09-192-4/+43
* Whitespace cleanup.Thomas Wouters2007-09-191-27/+27
* Fix obvious typo in threaded test.Thomas Wouters2007-09-191-1/+1
* Issue #1772851. Alters long.__hash__ from being *almost* completelyFacundo Batista2007-09-192-0/+19
* Annotated the correction to urllib.py, issue #1177Facundo Batista2007-09-191-1/+1
* issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses.Sean Reifscheider2007-09-191-1/+3
* Fix #1169: remove docstrings in functions for -OO.Georg Brandl2007-09-191-1/+1
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
* Properly indent two lines. (Spotted because it caused merge conflicts in theThomas Wouters2007-09-181-2/+2
* Cleanup docs for NamedTuple.Raymond Hettinger2007-09-181-72/+71
* Speed up of the various division operations (remainder, divide,Facundo Batista2007-09-181-161/+139
* A bit of reordering, also show more subheadings in the lang ref index.Georg Brandl2007-09-182-43/+43
* Handle corner cased on 0-tuples and 1-tuples. Add verbose option so people c...Raymond Hettinger2007-09-183-9/+33
* Add item; sort properlyAndrew M. Kuchling2007-09-181-15/+53
* issue1082: Fixing platform and system for Vista.Sean Reifscheider2007-09-171-0/+6
* The methods always return Decimal classes, even if they'reFacundo Batista2007-09-172-34/+53
* Decimal is updated, :)Facundo Batista2007-09-171-0/+2
* issue1597011: Fix for bz2 module corner-case error due to error checking bug.Sean Reifscheider2007-09-171-23/+17
* Add a bunch of GIL release/acquire points in tp_print implementations and forBrett Cannon2007-09-1713-8/+89
* Sync-up named tuples with the latest version of the ASPN recipe.Raymond Hettinger2007-09-173-13/+61
* use binary mode when reading files for testAsyncore to make Windows happyBill Janssen2007-09-161-1/+1
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-165-188/+616
* Remove bdb from the "undocumented modules" list.Georg Brandl2007-09-151-3/+0
* Some additions (examples and a bit on the tutorial).Facundo Batista2007-09-141-20/+45
* ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.Thomas Heller2007-09-141-9/+21
* Included the new functions, and new descriptions.Facundo Batista2007-09-141-121/+437
* Rename import library for debug build to _msi_d.lib.Martin v. Löwis2007-09-141-1/+1
* Clean both Release and Debug projects, to supportMartin v. Löwis2007-09-141-0/+1
* Make target uniqueAndrew M. Kuchling2007-09-131-1/+1
* Add various itemsAndrew M. Kuchling2007-09-131-0/+428
* Put the parameter watchexp back in (changed watchexp from an intFacundo Batista2007-09-131-2/+13
* Merged the decimal-branch (revisions 54886 to 58140). Decimal is nowFacundo Batista2007-09-13149-3037/+60541
* Replaced variable o with obj in operator.rst because o is easy toMark Summerfield2007-09-134-41/+50
* More path fixes.Martin v. Löwis2007-09-131-1/+1
* Fix path.Martin v. Löwis2007-09-131-1/+1
* Add more automated actions.Martin v. Löwis2007-09-131-2/+16
* #1120: put explicit version in the shebang lines of pydoc, idleGeorg Brandl2007-09-121-1/+2
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-123-5/+28
* root certificate for https://svn.python.org/, used in test_sslBill Janssen2007-09-121-0/+26
* bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.Georg Brandl2007-09-123-0/+3