summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add 2.5 MSI builder.Martin v. Löwis2007-09-132-0/+29
|
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-123-5/+28
| | | | | to be orderable to properly represent them. (backport from rev. 58122)
* bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.Georg Brandl2007-09-123-0/+3
| | | | (backport from rev. 58119)
* Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.Georg Brandl2007-09-121-1/+1
| | | | (backport from rev. 58117).
* Fix #1122: wrong return type documented for various _Size() functions.Georg Brandl2007-09-121-4/+4
| | | | (backport from rev. 58115).
* 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
| | | | a readonly source.
* - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identifyMatthias Klose2007-09-052-0/+6
| | | | to include some information about the build environment.
* Patch #1105: Explain that one needs to build the solutionMartin v. Löwis2007-09-051-0/+7
| | | | to get dependencies right.
* - 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
| | | | source encoding.
* - 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
| | | | | | the fileobj argument has no usable name attribute (e.g. StringIO). (backported from r57616)
* Backport this change to get test_sqlite working on Macs. Same change ThomasSkip Montanaro2007-08-271-24/+2
| | | | made to the trunk awhile ago I believe.
* 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
| | | | (backport from rev. 57389)
* On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.xGregory P. Smith2007-08-241-1/+6
| | | | | | library installed both were detected so both modules were enabled. But the include path causes the recent BerkeleyDB's db.h file to be included causing the bsddb185 compile to fail. This disables building bsddb185 when both are present.
* 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
| | | | | | | | ------------------------------------------------------------------------ r57286 | gregory.p.smith | 2007-08-22 14:32:34 -0700 (Wed, 22 Aug 2007) | 3 lines stop leaving log.0000001 __db.00* and xxx.db turds in developer sandboxes when bsddb3 tests are run.
* 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
| | | | (backport from rev. 56833)
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵Georg Brandl2007-08-084-24/+12
| | | | | | | read buffers. Fixes #1730114. (backport from rev. 56830)
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
| | | | (backport from rev. 56797)
* Backport from trunk r56727:Hye-Shik Chang2007-08-044-1/+27
| | | | | Fix gb18030 codec's bug that doesn't map two-byte characters on GB18030 extension in encoding. (bug reported by Bjorn Stabell)
* - 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
| | | | (backport)
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
| | | | (backport from rev. 56614)
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
| | | | (backport from rev. 56611)
* Bug #1704793: Raise KeyError if unicodedata.lookup cannotMartin v. Löwis2007-07-283-2/+19
| | | | represent the result in a single character.
* Mac Buildscript:Ronald Oussoren2007-07-261-10/+40
| | | | | - be more strict about the build environment - update some 3th party libraries
* tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
| | | | (backport from rev. 56551)
* 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 from rev. 56451)