summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.Georg Brandl2007-09-121-1/+1
* Fix #1122: wrong return type documented for various _Size() functions.Georg Brandl2007-09-121-4/+4
* Bug #1152: use non-deprecated name in example.Georg Brandl2007-09-121-1/+1
* New documentation page for the bdb module.Georg Brandl2007-09-124-8/+357
* Generators had their throw() method allowing string exceptions. That's aBrett Cannon2007-09-113-5/+5
* Disable some tests that fail on the 'ppc Debian unstable' buildbot toThomas Heller2007-09-112-22/+22
* Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056)Nick Coghlan2007-09-111-5/+2
* Fix some documentation bugs.Bill Janssen2007-09-111-34/+54
* Make sure test_ssl doesn't reference the ssl module in aBill Janssen2007-09-111-1/+4
* A better way of finding an open port to test with.Bill Janssen2007-09-101-3/+26
* Patch # 1026 by Benjamin Aranguren (with Alex Martelli):Guido van Rossum2007-09-104-0/+465
* Patch # 1140 (my code, approved by Effbot).Guido van Rossum2007-09-102-17/+33
* More work on SSL support.Bill Janssen2007-09-1015-510/+1593
* Fix a possible segfault from recursing too deep to get the repr of a list.Brett Cannon2007-09-103-0/+11
* Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is proneGregory P. Smith2007-09-101-2/+4
* Require that bash.exe is on the path, along with the rest of Cygwin.Martin v. Löwis2007-09-101-1/+1
* Update before making htmlhelp.Martin v. Löwis2007-09-101-1/+1
* Allow making update with no prior checkout.Martin v. Löwis2007-09-101-1/+1
* Beginnings of a "build MSI" step.Martin v. Löwis2007-09-101-0/+10
* Take chm file from build/htmlhelp/pydoc.chm.Martin v. Löwis2007-09-101-1/+1
* tr a-z A-Z does not work on Solaris (would requireMartin v. Löwis2007-09-101-3/+6
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-096-13/+19
* email address updateGregory P. Smith2007-09-0912-15/+15
* Newer autoconf versions (from 2.60) want a 'datarootdir' definition inRonald Oussoren2007-09-091-0/+3
* be explicit about the actual location of the missing fileSkip Montanaro2007-09-081-1/+2
* #1095: ln -f doesn't work portably, fix in Makefile.Georg Brandl2007-09-071-1/+2
* Fix a wrong indentation for sublists.Georg Brandl2007-09-071-2/+2
* Backport from py3k branch:Thomas Heller2007-09-071-0/+6
* Remove unneeded #include.Thomas Heller2007-09-071-1/+0
* Add a 'c_longdouble' type to the ctypes module.Thomas Heller2007-09-0713-3/+115
* Fix a crasher where Python code managed to infinitely recurse in C code withoutBrett Cannon2007-09-0711-49/+66
* Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;Brett Cannon2007-09-071-0/+12
* Apply the fix from Issue1112 to make this test more robust and keepGregory P. Smith2007-09-061-9/+22
* If this is correct for py3k branch and it's already in the release25-maintSkip Montanaro2007-09-061-3/+0
* Fix typo: c_float represents to C float type.Thomas Heller2007-09-061-1/+1
* Backport from 3k: #1116: fix reference to old filename.Georg Brandl2007-09-061-1/+1
* PyDict_GetItem() returns a borrowed reference.Armin Rigo2007-09-061-0/+28
* Patch #1733973 by peaker:Armin Rigo2007-09-061-2/+14
* Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ me...Georg Brandl2007-09-051-0/+15
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-053-2/+6
* PyDict_GetItem() returns a borrowed reference.Armin Rigo2007-09-051-0/+14