Commit Graph

36331 Commits

Author SHA1 Message Date
Martin v. Löwis 782c4179c6 Backport r58149: Clean Release projects as well. 2007-09-14 07:01:59 +00:00
Martin v. Löwis 9a85f040dd Add 2.5 MSI builder. 2007-09-13 18:26:13 +00:00
Georg Brandl fed6bb7d70 Bug #1153: repr.repr() now doesn't require set and dictionary items
to be orderable to properly represent them.
 (backport from rev. 58122)
2007-09-12 19:00:10 +00:00
Georg Brandl 226910f52d bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
(backport from rev. 58119)
2007-09-12 18:29:21 +00:00
Georg Brandl b8c23fb5fe Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
(backport from rev. 58117).
2007-09-12 18:11:03 +00:00
Georg Brandl 5d30e752db Fix #1122: wrong return type documented for various _Size() functions.
(backport from rev. 58115).
2007-09-12 18:08:54 +00:00
Brett Cannon 13bfa3a97b Cause passing a string to generator.throw() to raise a deprecation warning. 2007-09-11 21:12:14 +00:00
Georg Brandl 18726be4d4 Backport: #1095: ln -f doesn't work portably. 2007-09-07 20:12:59 +00:00
Gregory P. Smith 339a3ad87a backport of r58023 to fix unit test suite issue1112 on windows 2007-09-06 23:01:32 +00:00
Thomas Heller c4f5a159aa Fix typo: c_float represents to C float type. 2007-09-06 20:26:03 +00:00
Armin Rigo 303d35082c Backport of r58004. 2007-09-06 08:35:34 +00:00
Martin v. Löwis a326ab2c9f Patch #786737: Allow building in a tree of symlinks pointing to
a readonly source.
2007-09-05 11:47:22 +00:00
Matthias Klose 5cb86a2461 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify
to include some information about the build environment.
2007-09-05 06:45:57 +00:00
Martin v. Löwis 7303f7055e Patch #1105: Explain that one needs to build the solution
to get dependencies right.
2007-09-05 06:39:02 +00:00
Matthias Klose b084402596 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. 2007-09-04 23:47:16 +00:00
Martin v. Löwis fc787d515d Patch #1031213: Decode source line in SyntaxErrors back to its original
source encoding.
2007-09-04 14:20:25 +00:00
Matthias Klose cf754ba39f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. 2007-09-03 22:13:48 +00:00
Ronald Oussoren df65f9bf45 Backport of rev. 57904 2007-09-02 09:48:20 +00:00
Martin v. Löwis fe2cb5912e Bug #1737210: Change Manufacturer of Windows installer to PSF. 2007-09-01 06:36:38 +00:00
Martin v. Löwis 738032ffe8 Mark registry components as 64-bit on Win64. 2007-08-31 10:00:06 +00:00
Lars Gustäbel b9ff669748 Warn about possible risks when extracting untrusted archives. 2007-08-30 20:25:13 +00:00
Martin v. Löwis 39f1f45262 Bug #1709599: Run test_1565150 only if the file system is NTFS. 2007-08-30 18:58:29 +00:00
Martin v. Löwis aa1e005d26 Bug #1746880: Correctly install DLLs into system32 folder on Win64. 2007-08-30 18:37:41 +00:00
Skip Montanaro d4c096900b . 2007-08-29 01:34:15 +00:00
Skip Montanaro 51cf11271f backport r57626 2007-08-28 23:26:55 +00:00
Lars Gustäbel a9bad98e3d TarFile.__init__() no longer fails if no name argument is passed and
the fileobj argument has no usable name attribute (e.g. StringIO).

(backported from r57616)
2007-08-28 12:33:15 +00:00
Skip Montanaro 1ab6a25401 Backport this change to get test_sqlite working on Macs. Same change Thomas
made to the trunk awhile ago I believe.
2007-08-27 03:00:59 +00:00
Georg Brandl 906f735bb0 Bug #1010: docs url points to SF.net, now points to bugs.python.org. 2007-08-24 17:20:41 +00:00
Georg Brandl 8e3315d5ae Bug #1765375: fix stripping of unwanted LDFLAGS.
(backport from rev. 57389)
2007-08-24 11:48:37 +00:00
Gregory P. Smith 79af4affd9 On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x
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.
2007-08-24 05:38:31 +00:00
Gregory P. Smith 838c33268b backport of r57378 to fix bug 1725856 2007-08-24 05:26:15 +00:00
Georg Brandl eec47f3556 Backport fix of #1752175. 2007-08-23 18:08:33 +00:00
Georg Brandl 7d108b8806 Bug #1766421: "return code" vs. "status code". 2007-08-23 17:57:53 +00:00
Gregory P. Smith e468ada1e6 Back port of r57286 from py3k and trunk
------------------------------------------------------------------------
  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.
2007-08-23 05:05:12 +00:00
Neal Norwitz b354e3d915 Fix a typo in a comment 2007-08-21 04:55:11 +00:00
Matthias Klose 2da880a21c - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 2007-08-16 12:00:56 +00:00
Georg Brandl f2944600bd Fix #1771558 (already fixed in trunk). 2007-08-10 17:29:51 +00:00
Georg Brandl de469d6e91 Fix compilation warning.
(backport from rev. 56833)
2007-08-08 13:50:04 +00:00
Georg Brandl eb4b738963 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers.
Fixes #1730114.
 (backport from rev. 56830)
2007-08-08 13:03:45 +00:00
Georg Brandl e51d1d11f0 Bug #1769002: fix a now-wrong sentence in the tutorial.
(backport from rev. 56797)
2007-08-07 07:13:27 +00:00
Hye-Shik Chang 36fe3c0a84 Backport from trunk r56727:
Fix gb18030 codec's bug that doesn't map two-byte characters on
GB18030 extension in encoding. (bug reported by Bjorn Stabell)
2007-08-04 04:15:04 +00:00
Matthias Klose 979f5cd3e0 - Allow Emacs 22 for building the documentation in info format. 2007-08-02 21:28:57 +00:00
Martin v. Löwis 858c80968a Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. 2007-07-31 19:54:20 +00:00
Georg Brandl b4d100cf2d Bug #1763149: use proper slice syntax in docstring.
(backport)
2007-07-29 17:37:22 +00:00
Georg Brandl 00247d85bd try-except-finally is new in 2.5.
(backport from rev. 56614)
2007-07-29 09:11:19 +00:00
Georg Brandl 22c1525f46 Clarify PEP 343 description.
(backport from rev. 56611)
2007-07-29 08:26:15 +00:00
Martin v. Löwis bd28ca65d6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot
represent the result in a single character.
2007-07-28 07:01:43 +00:00
Ronald Oussoren 0e258c5ea5 Mac Buildscript:
- be more strict about the build environment
- update some 3th party libraries
2007-07-26 21:39:36 +00:00
Georg Brandl 77dff905ba tabs, newlines and crs are valid XML characters.
(backport from rev. 56551)
2007-07-26 09:36:28 +00:00
Martin v. Löwis 088277f290 Change location of the package index to pypi.python.org/pypi. 2007-07-25 16:24:08 +00:00