summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #1105: Explain that one needs to build the solutionMartin v. Löwis2007-09-051-0/+7
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-053-54/+65
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-043-2/+4
* - Makefile.pre.in(buildbottest): Remove whitespace at eol.Matthias Klose2007-09-041-3/+3
* - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identifyMatthias Klose2007-09-042-0/+7
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-046-5/+107
* Patch #1388440: Add set_completion_display_matches_hook andMartin v. Löwis2007-09-047-1/+177
* Document that we rely on the OS to release the cryptoMartin v. Löwis2007-09-041-0/+2
* Added cross-references plus a note about dict & list shallow copying.Mark Summerfield2007-09-045-6/+15
* - Added support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-032-4/+5
* Fix #883466: don't allow Unicode as arguments to quopri and uu codecs.Georg Brandl2007-09-032-4/+6
* Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET usedRonald Oussoren2007-09-022-1/+17
* Add more itemsAndrew M. Kuchling2007-09-011-3/+32
* Wording changeAndrew M. Kuchling2007-09-011-1/+1
* Add various itemsAndrew M. Kuchling2007-09-011-3/+35
* Markup fixAndrew M. Kuchling2007-09-011-1/+1
* Fix typo.Walter Dörwald2007-09-011-1/+1
* Fix wrong function names.Walter Dörwald2007-09-011-2/+2
* Added a note and examples to explain that re.split does not split on anSkip Montanaro2007-09-011-0/+7
* Document sets' ">" and "<" operations (backport from py3k).Georg Brandl2007-09-011-0/+10
* Fix RST link (backport from Py3k).Georg Brandl2007-09-011-1/+1
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-012-1/+3
* remove use of non-existent SSLFakeSocket in apparently untested codeBill Janssen2007-08-311-4/+2
* remove mentions of socket.ssl in commentsBill Janssen2007-08-311-3/+1
* deprecate use of FakeSocketBill Janssen2007-08-311-0/+4
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
* Fix subitem markup.Georg Brandl2007-08-311-7/+7
* Document new shorthand notation for index entries.Georg Brandl2007-08-311-4/+11
* One more fix to consider missing SSL support.Thomas Wouters2007-08-301-2/+3
* Don't lie in __all__ attributes when SSL is not available: only add the SSLThomas Wouters2007-08-304-4/+9
* Somewhat-preliminary slice-object and extended slicing support for ctypes.Thomas Wouters2007-08-309-5/+433
* Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+11
* Bump autoconf minimum version to 2.61.Martin v. Löwis2007-08-302-8149/+8339