Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumping to 2.6rc2v2.6rc2 | Barry Warsaw | 2008-09-18 | 6 | -7/+7 |
| | |||||
* | avoid putting unicode objects in the environment causing | Mark Hammond | 2008-09-18 | 1 | -3/+4 |
| | | | | later test failures. As discussed on #python-dev | ||||
* | On Windows, temporarily disable the bsddb test referenced in bug 3892. | Mark Hammond | 2008-09-18 | 1 | -1/+13 |
| | | | | | We do yell to stderr and the bug is marked as a blocker. Reviewed by barry in #python-dev. | ||||
* | fix possible integer overflows in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 3 | -13/+63 |
| | |||||
* | document compileall command flags | Benjamin Peterson | 2008-09-17 | 1 | -2/+7 |
| | |||||
* | Note sqlite3 version; move item | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+7 |
| | |||||
* | Remove comment about improvement: pystone is about the same, and | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+0 |
| | | | | the improvements seem to be difficult to quantify | ||||
* | Markup fixes | Andrew M. Kuchling | 2008-09-17 | 1 | -7/+5 |
| | |||||
* | usage | Skip Montanaro | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | #3888: add some deprecated modules in whatsnew. | Georg Brandl | 2008-09-17 | 1 | -1/+18 |
| | |||||
* | be less wordy | Benjamin Peterson | 2008-09-16 | 1 | -6/+6 |
| | |||||
* | Fix typo. | Georg Brandl | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | Merged revisions 66470 via svnmerge from | Benjamin Peterson | 2008-09-15 | 1 | -4/+2 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line don't use os.linesep for newlines; it breaks tests on windows ........ | ||||
* | Rewrite item a bit | Andrew M. Kuchling | 2008-09-15 | 1 | -3/+6 |
| | |||||
* | mention that object.__init__ no longer takes arbitrary args and kwargs | Benjamin Peterson | 2008-09-15 | 1 | -0/+4 |
| | |||||
* | Pick up a few more definitions from the glossary on the wiki. | Skip Montanaro | 2008-09-15 | 1 | -0/+29 |
| | |||||
* | Review usage. Fix a mistake in the new-style class definition. Add a | Skip Montanaro | 2008-09-15 | 1 | -85/+104 |
| | | | | couple new definitions (CPython and virtual machine). | ||||
* | Fix grammar. | Martin v. Löwis | 2008-09-15 | 1 | -2/+2 |
| | |||||
* | Set eol-style to native. | Martin v. Löwis | 2008-09-14 | 1 | -44/+44 |
| | |||||
* | Issue #3617: Include a licensing statement regarding the Microsoft C runtime ↵ | Martin v. Löwis | 2008-09-14 | 3 | -0/+51 |
| | | | | in the Windows installer. | ||||
* | clarify that radix for int is not 'guessed' | Benjamin Peterson | 2008-09-14 | 1 | -8/+8 |
| | |||||
* | fix a name issue; note all doc files should be encoded in utf8 | Benjamin Peterson | 2008-09-13 | 1 | -6/+4 |
| | |||||
* | Issue #3850: Misc/find_recursionlimit.py was broken. | Antoine Pitrou | 2008-09-13 | 2 | -8/+27 |
| | | | | Reviewed by A.M. Kuchling. | ||||
* | Merged revisions 66191,66418,66438,66445 via svnmerge from | Benjamin Peterson | 2008-09-13 | 6 | -11/+452 |
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line update the Grammar file after recent syntax changes ........ r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line a trival fix to get a few more print corner cases #2899 ........ r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines add Jack Diederich's fixer for metaclass syntax #2366 my contribution to this was adding a few tests and fixing a few bugs I also reviewed it (Jack is a committer) ........ r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line add a few more tests concerning int literals and weird spacing ........ | ||||
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 34 | -205/+189 |
| | |||||
* | 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 |
| |