Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2.5 MSI builder. | Martin v. Löwis | 2007-09-13 | 2 | -0/+29 |
| | |||||
* | Bug #1153: repr.repr() now doesn't require set and dictionary items | Georg Brandl | 2007-09-12 | 3 | -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 Brandl | 2007-09-12 | 3 | -0/+3 |
| | | | | (backport from rev. 58119) | ||||
* | Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. | Georg Brandl | 2007-09-12 | 1 | -1/+1 |
| | | | | (backport from rev. 58117). | ||||
* | Fix #1122: wrong return type documented for various _Size() functions. | Georg Brandl | 2007-09-12 | 1 | -4/+4 |
| | | | | (backport from rev. 58115). | ||||
* | Cause passing a string to generator.throw() to raise a deprecation warning. | Brett Cannon | 2007-09-11 | 2 | -0/+9 |
| | |||||
* | Backport: #1095: ln -f doesn't work portably. | Georg Brandl | 2007-09-07 | 1 | -1/+2 |
| | |||||
* | backport of r58023 to fix unit test suite issue1112 on windows | Gregory P. Smith | 2007-09-06 | 1 | -9/+22 |
| | |||||
* | Fix typo: c_float represents to C float type. | Thomas Heller | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | Backport of r58004. | Armin Rigo | 2007-09-06 | 1 | -2/+14 |
| | |||||
* | Patch #786737: Allow building in a tree of symlinks pointing to | Martin v. Löwis | 2007-09-05 | 3 | -2/+6 |
| | | | | a readonly source. | ||||
* | - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify | Matthias Klose | 2007-09-05 | 2 | -0/+6 |
| | | | | to include some information about the build environment. | ||||
* | Patch #1105: Explain that one needs to build the solution | Martin v. Löwis | 2007-09-05 | 1 | -0/+7 |
| | | | | to get dependencies right. | ||||
* | - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. | Matthias Klose | 2007-09-04 | 3 | -2/+4 |
| | |||||
* | Patch #1031213: Decode source line in SyntaxErrors back to its original | Martin v. Löwis | 2007-09-04 | 5 | -5/+106 |
| | | | | source encoding. | ||||
* | - Added support for linking the bsddb module against BerkeleyDB 4.6.x. | Matthias Klose | 2007-09-03 | 2 | -3/+5 |
| | |||||
* | Backport of rev. 57904 | Ronald Oussoren | 2007-09-02 | 2 | -7933/+8155 |
| | |||||
* | Bug #1737210: Change Manufacturer of Windows installer to PSF. | Martin v. Löwis | 2007-09-01 | 2 | -1/+3 |
| | |||||
* | Mark registry components as 64-bit on Win64. | Martin v. Löwis | 2007-08-31 | 1 | -4/+6 |
| | |||||
* | Warn about possible risks when extracting untrusted archives. | Lars Gustäbel | 2007-08-30 | 1 | -0/+10 |
| | |||||
* | Bug #1709599: Run test_1565150 only if the file system is NTFS. | Martin v. Löwis | 2007-08-30 | 2 | -4/+16 |
| | |||||
* | Bug #1746880: Correctly install DLLs into system32 folder on Win64. | Martin v. Löwis | 2007-08-30 | 2 | -2/+4 |
| | |||||
* | . | Skip Montanaro | 2007-08-29 | 1 | -0/+3 |
| | |||||
* | backport r57626 | Skip Montanaro | 2007-08-28 | 2 | -0/+16 |
| | |||||
* | TarFile.__init__() no longer fails if no name argument is passed and | Lars Gustäbel | 2007-08-28 | 3 | -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 Thomas | Skip Montanaro | 2007-08-27 | 1 | -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 Brandl | 2007-08-24 | 1 | -10/+9 |
| | |||||
* | Bug #1765375: fix stripping of unwanted LDFLAGS. | Georg Brandl | 2007-08-24 | 1 | -1/+2 |
| | | | | (backport from rev. 57389) | ||||
* | On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x | Gregory P. Smith | 2007-08-24 | 1 | -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 1725856 | Gregory P. Smith | 2007-08-24 | 2 | -0/+20 |
| | |||||
* | Backport fix of #1752175. | Georg Brandl | 2007-08-23 | 2 | -1/+7 |
| | |||||
* | Bug #1766421: "return code" vs. "status code". | Georg Brandl | 2007-08-23 | 1 | -2/+2 |
| | |||||
* | Back port of r57286 from py3k and trunk | Gregory P. Smith | 2007-08-23 | 1 | -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 comment | Neal Norwitz | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | Fix #1771558 (already fixed in trunk). | Georg Brandl | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | Fix compilation warning. | Georg Brandl | 2007-08-08 | 1 | -1/+1 |
| | | | | (backport from rev. 56833) | ||||
* | Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵ | Georg Brandl | 2007-08-08 | 4 | -24/+12 |
| | | | | | | | read buffers. Fixes #1730114. (backport from rev. 56830) | ||||
* | Bug #1769002: fix a now-wrong sentence in the tutorial. | Georg Brandl | 2007-08-07 | 1 | -7/+6 |
| | | | | (backport from rev. 56797) | ||||
* | Backport from trunk r56727: | Hye-Shik Chang | 2007-08-04 | 4 | -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 Klose | 2007-08-02 | 2 | -2/+4 |
| | |||||
* | Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. | Martin v. Löwis | 2007-07-31 | 4 | -1/+18 |
| | |||||
* | Bug #1763149: use proper slice syntax in docstring. | Georg Brandl | 2007-07-29 | 2 | -4/+4 |
| | | | | (backport) | ||||
* | try-except-finally is new in 2.5. | Georg Brandl | 2007-07-29 | 1 | -1/+3 |
| | | | | (backport from rev. 56614) | ||||
* | Clarify PEP 343 description. | Georg Brandl | 2007-07-29 | 1 | -9/+18 |
| | | | | (backport from rev. 56611) | ||||
* | Bug #1704793: Raise KeyError if unicodedata.lookup cannot | Martin v. Löwis | 2007-07-28 | 3 | -2/+19 |
| | | | | represent the result in a single character. | ||||
* | Mac Buildscript: | Ronald Oussoren | 2007-07-26 | 1 | -10/+40 |
| | | | | | - be more strict about the build environment - update some 3th party libraries | ||||
* | tabs, newlines and crs are valid XML characters. | Georg Brandl | 2007-07-26 | 1 | -1/+2 |
| | | | | (backport from rev. 56551) | ||||
* | Change location of the package index to pypi.python.org/pypi. | Martin v. Löwis | 2007-07-25 | 3 | -2/+4 |
| | |||||
* | Add description for wave.setcomptype() values | Georg Brandl | 2007-07-18 | 1 | -0/+2 |
| | | | | (backport from rev. 56451) |