Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicate target | Benjamin Peterson | 2008-09-13 | 1 | -1/+0 |
| | |||||
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 4 | -27/+42 |
| | |||||
* | Change product code of Win64 installer to allow simultaneous installation on ↵ | Martin v. Löwis | 2008-09-13 | 1 | -1/+9 |
| | | | | Win32 and Win64; also change product name to be able to distinguish the two in ARP. | ||||
* | Issue #3833: Use a different upgrade code for Win64 installers. | Martin v. Löwis | 2008-09-13 | 2 | -0/+7 |
| | |||||
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | #3288: Document as_integer_ratio | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+12 |
| | |||||
* | Remove extra 'the'; the following title includes it | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | Update uses of string exceptions | Andrew M. Kuchling | 2008-09-13 | 4 | -9/+7 |
| | |||||
* | Fix SyntaxError | Andrew M. Kuchling | 2008-09-13 | 1 | -2/+2 |
| | |||||
* | Subclass exception | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+2 |
| | |||||
* | Remove semicolon | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | #687648 from Robert Schuppenies: use classic division. | Andrew M. Kuchling | 2008-09-13 | 12 | -33/+33 |
| | |||||
* | #687648 from Robert Schuppenies: use classic division. From me: remove two ↵ | Andrew M. Kuchling | 2008-09-13 | 1 | -2/+2 |
| | | | | stray semicolons | ||||
* | #687648 from Robert Schuppenies: use classic division. From me: don't use ↵ | Andrew M. Kuchling | 2008-09-13 | 1 | -5/+10 |
| | | | | string exception; add __main__ section | ||||
* | #687648 from Robert Schuppenies: use classic division. From me: don't use ↵ | Andrew M. Kuchling | 2008-09-13 | 1 | -3/+11 |
| | | | | string exception; flush stdout after printing | ||||
* | #687648 from Robert Schuppenies: use classic division. (RM Barry gave ↵ | Andrew M. Kuchling | 2008-09-13 | 2 | -28/+28 |
| | | | | permission to update the demos.) | ||||
* | post release updates | Barry Warsaw | 2008-09-13 | 2 | -1/+13 |
| | |||||
* | Tagging 2.6rc1 | Barry Warsaw | 2008-09-13 | 1 | -0/+1 |
| | |||||
* | Fix the release levelv2.6rc1 | Barry Warsaw | 2008-09-12 | 1 | -2/+2 |
| | |||||
* | Bumping to 2.6rc1 | Barry Warsaw | 2008-09-12 | 6 | -9/+9 |
| | |||||
* | Issue #3846: Release GIL during calls to sqlite3_prepare. This improves ↵ | Gerhard Häring | 2008-09-12 | 3 | -0/+10 |
| | | | | concurrent access to the same database file from multiple threads/processes. | ||||
* | Fixes issue #3103. In the sqlite3 module, made one more function static. All ↵ | Gerhard Häring | 2008-09-12 | 9 | -28/+31 |
| | | | | renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. | ||||
* | sqlite3 module: Mark iterdump() method as "Non-standard" like all the other ↵ | Gerhard Häring | 2008-09-12 | 2 | -1/+3 |
| | | | | methods not found in DB-API. | ||||
* | fix typo | Benjamin Peterson | 2008-09-11 | 1 | -3/+3 |
| | |||||
* | #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply ↵ | Amaury Forgeot d'Arc | 2008-09-11 | 3 | -64/+139 |
| | | | | | | nested lists or dicts. Reviewed by Martin von Loewis. | ||||
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the ↵ | Nick Coghlan | 2008-09-11 | 11 | -93/+254 |
| | | | | test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) | ||||
* | Issue #3642: Suppress warning in obmalloc when size_t is | Martin v. Löwis | 2008-09-11 | 2 | -4/+5 |
| | | | | larger than uint. Reverts r65975. Reviewed by Brett Cannon. | ||||
* | update asdl_c.py from r66377 | Benjamin Peterson | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for | Amaury Forgeot d'Arc | 2008-09-10 | 5 | -6/+13 |
| | | | | | | | | | PyString_FromFormat which has an independent implementation, and uses "%zd". This makes a difference on win64, where printf needs "%Id" to display 64bit values. For example, queue.__repr__ was incorrect. Reviewed by Martin von Loewis. | ||||
* | Read unidata_version from unicodedata module. | Martin v. Löwis | 2008-09-10 | 1 | -2/+9 |
| | | | | | Delete old NormalizationTest.txt if it doesn't match unidata_version. | ||||
* | Update to test Unicode 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | - Issue #3629: Fix sre "bytecode" validator for an end case. | Guido van Rossum | 2008-09-10 | 3 | -3/+10 |
| | | | | Reviewed by Amaury. | ||||
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 9 | -15272/+18540 |
| | | | | Reviewed by Fredrik Lundh and Marc-Andre Lemburg. | ||||
* | use the latest pygments version | Benjamin Peterson | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | Fix #3634 invalid return value from _weakref.ref(Exception).__init__ | Benjamin Peterson | 2008-09-09 | 3 | -1/+12 |
| | | | | Reviewers: Amaury, Antoine, Benjamin | ||||
* | #3472: update Mac-bundled Python version info. | Georg Brandl | 2008-09-09 | 1 | -5/+8 |
| | |||||
* | Fix varname in docstring. #3822. | Georg Brandl | 2008-09-09 | 1 | -2/+2 |
| | |||||
* | Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. | Vinay Sajip | 2008-09-09 | 2 | -3/+5 |
| | |||||
* | #3777: long(4.2) returned an int, and broke backward compatibility. | Amaury Forgeot d'Arc | 2008-09-09 | 3 | -1/+17 |
| | | | | | | | the __long__ slot is allowed to return either int or long, but the behaviour of float objects should not change between 2.5 and 2.6. Reviewed by Benjamin Peterson | ||||
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 24 | -253/+268 |
| | | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. | ||||
* | Issue #3806: LockTests in test_imp should be skipped when thread is not ↵ | Hirokazu Yamamoto | 2008-09-08 | 1 | -4/+10 |
| | | | | | | available. Reviewed by Benjamin Peterson. | ||||
* | Issue #3804: Added test for Issue #2222. | Hirokazu Yamamoto | 2008-09-08 | 1 | -0/+7 |
| | | | | Reviewed by Benjamin Peterson. | ||||
* | incorporate fixes from issue 3162; SSL doc patch | Bill Janssen | 2008-09-08 | 3 | -7/+163 |
| | |||||
* | Add UUIDs for upcoming releases | Martin v. Löwis | 2008-09-08 | 1 | -0/+4 |
| | |||||
* | Added xrefs to each other. | Mark Summerfield | 2008-09-08 | 2 | -2/+7 |
| | |||||
* | Issue #2271: Set SecureCustomProperties so that installation will properly | Martin v. Löwis | 2008-09-08 | 2 | -0/+5 |
| | | | | use the TARGETDIR even for unprivileged users. | ||||
* | Allow passing the MSI file name to merge.py. | Martin v. Löwis | 2008-09-08 | 2 | -3/+8 |
| | |||||
* | Issue 3801. Fixing a dumb error in the deprecated parse_qsl() | Facundo Batista | 2008-09-08 | 2 | -1/+12 |
| | | | | function. Tests added. | ||||
* | reran autoconf | Gregory P. Smith | 2008-09-07 | 1 | -2/+2 |
| |