summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cause passing a string to generator.throw() to raise a deprecation warning.Brett Cannon2007-09-112-0/+9
* Backport: #1095: ln -f doesn't work portably.Georg Brandl2007-09-071-1/+2
* backport of r58023 to fix unit test suite issue1112 on windowsGregory P. Smith2007-09-061-9/+22
* Fix typo: c_float represents to C float type.Thomas Heller2007-09-061-1/+1
* Backport of r58004.Armin Rigo2007-09-061-2/+14
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-053-2/+6
* - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identifyMatthias Klose2007-09-052-0/+6
* Patch #1105: Explain that one needs to build the solutionMartin v. Löwis2007-09-051-0/+7
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-043-2/+4
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-045-5/+106
* - Added support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-032-3/+5
* Backport of rev. 57904Ronald Oussoren2007-09-022-7933/+8155
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-012-1/+3
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
* Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+10
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-302-4/+16
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-302-2/+4
* .Skip Montanaro2007-08-291-0/+3
* backport r57626Skip Montanaro2007-08-282-0/+16
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-283-12/+26
* Backport this change to get test_sqlite working on Macs. Same change ThomasSkip Montanaro2007-08-271-24/+2
* Bug #1010: docs url points to SF.net, now points to bugs.python.org.Georg Brandl2007-08-241-10/+9
* Bug #1765375: fix stripping of unwanted LDFLAGS.Georg Brandl2007-08-241-1/+2
* On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.xGregory P. Smith2007-08-241-1/+6
* backport of r57378 to fix bug 1725856Gregory P. Smith2007-08-242-0/+20
* Backport fix of #1752175.Georg Brandl2007-08-232-1/+7
* Bug #1766421: "return code" vs. "status code".Georg Brandl2007-08-231-2/+2
* Back port of r57286 from py3k and trunkGregory P. Smith2007-08-231-1/+9
* Fix a typo in a commentNeal Norwitz2007-08-211-1/+1
* - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
* Fix #1771558 (already fixed in trunk).Georg Brandl2007-08-101-1/+1
* Fix compilation warning.Georg Brandl2007-08-081-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-084-24/+12
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
* Backport from trunk r56727:Hye-Shik Chang2007-08-044-1/+27
* - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-022-2/+4
* Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.Martin v. Löwis2007-07-314-1/+18
* Bug #1763149: use proper slice syntax in docstring.Georg Brandl2007-07-292-4/+4
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
* Bug #1704793: Raise KeyError if unicodedata.lookup cannotMartin v. Löwis2007-07-283-2/+19
* Mac Buildscript:Ronald Oussoren2007-07-261-10/+40
* tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
* Change location of the package index to pypi.python.org/pypi.Martin v. Löwis2007-07-253-2/+4
* Add description for wave.setcomptype() valuesGeorg Brandl2007-07-181-0/+2
* [Backport of r56382]Andrew M. Kuchling2007-07-143-2/+20
* Typo fixAndrew M. Kuchling2007-07-141-1/+1
* Clarify webbrowser.open description.Georg Brandl2007-07-141-1/+1