| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove test for timing (already not built since commented out in setup.py). | Neal Norwitz | 2006-03-04 | 1 | -0/+3 |
|
|
* | Provide checkin access to Ronald and Bob | Neal Norwitz | 2006-03-03 | 1 | -0/+7 |
|
|
* | Add test_quopri to know spurious leakers | Neal Norwitz | 2006-03-03 | 1 | -1/+1 |
|
|
* | Spell threading write, not thraeading | Neal Norwitz | 2006-03-02 | 1 | -1/+1 |
|
|
* | Remove duplicate entry | Neal Norwitz | 2006-03-02 | 1 | -3/+0 |
|
|
* | Update for 'with' statement. | Brett Cannon | 2006-03-01 | 3 | -17/+24 |
|
|
* | Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional | Brett Cannon | 2006-03-01 | 2 | -4/+5 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -0/+5 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+9 |
|
|
* | Its right now. | Tim Peters | 2006-02-28 | 1 | -3/+3 |
|
|
* | Note that as generates a warning too | Neal Norwitz | 2006-02-28 | 1 | -0/+2 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -1/+2 |
|
|
* | Wups, add NEWS item I'd written but not checked in. | Thomas Wouters | 2006-02-28 | 1 | -0/+6 |
|
|
* | Check the return code for PyErr_Warn() when warning about raising string | Brett Cannon | 2006-02-27 | 1 | -0/+4 |
|
|
* | Finish removal of CO_GENERATOR_ALLOWED. | Neal Norwitz | 2006-02-27 | 1 | -0/+3 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 2 | -0/+3 |
|
|
* | Skip over doc strings. | Martin v. Löwis | 2006-02-27 | 1 | -0/+2 |
|
|
* | Patch 1413181, by Gabriel Becedillas. | Tim Peters | 2006-02-27 | 1 | -0/+6 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2006-02-27 | 1 | -1/+1 |
|
|
* | Add an entry for 308 | Neal Norwitz | 2006-02-27 | 1 | -0/+2 |
|
|
* | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 1 | -1/+3 |
|
|
* | Remove line meant to test trailing whitespace since that kind of whitespace is | Brett Cannon | 2006-02-26 | 1 | -19/+40 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-02-26 | 2 | -2/+2 |
|
|
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+8 |
|
|
* | Move the vimrc file to the newly created Vim/ directory. | Brett Cannon | 2006-02-25 | 1 | -0/+0 |
|
|
* | Add a script that auto-generates a Vim syntax highlighting file for Python. | Brett Cannon | 2006-02-25 | 3 | -0/+413 |
|
|
* | Bug #854823: socketmodule now builds on Sun platforms even when | Georg Brandl | 2006-02-20 | 1 | -0/+3 |
|
|
* | Bug #1413790: zipfile now sanitizes absolute archive names that are | Georg Brandl | 2006-02-20 | 1 | -0/+6 |
|
|
* | Ignore the tests which report leaks sporadically. | Neal Norwitz | 2006-02-19 | 1 | -3/+8 |
|
|
* | Fix the encodings package codec search function to only search | Marc-André Lemburg | 2006-02-19 | 1 | -0/+6 |
|
|
* | Patch #1215184: FileInput now can be given an opening hook which can | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1212287: fileinput.input() now has a mode parameter for | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1215184: fileinput now has a fileno() function for getting the | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1349274: gettext.install() now optionally installs additional | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1337756: fileinput now accepts Unicode filenames. | Georg Brandl | 2006-02-19 | 1 | -0/+2 |
|
|
* | Patch #1393157: os.startfile() now has an optional argument to specify | Georg Brandl | 2006-02-18 | 1 | -0/+3 |
|
|
* | Patch #1373643: The chunk module can now read chunks larger than | Georg Brandl | 2006-02-18 | 1 | -0/+3 |
|
|
* | Add NEWS entry to previous checkin. | Georg Brandl | 2006-02-17 | 1 | -0/+2 |
|
|
* | Bug #1430298: It is now possible to send a mail with an empty | Georg Brandl | 2006-02-17 | 1 | -0/+3 |
|
|
* | Add bug number to NEWS entry. | Georg Brandl | 2006-02-17 | 1 | -1/+2 |
|
|
* | The names of lambda functions are now properly displayed in pydoc. | Georg Brandl | 2006-02-17 | 1 | -0/+2 |
|
|
* | Patch #1432345: Make python compile on DragonFly. | Martin v. Löwis | 2006-02-17 | 1 | -0/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -0/+2 |
|
|
* | Find test failures consistently | Neal Norwitz | 2006-02-15 | 1 | -2/+2 |
|
|
* | Add build support for AMD64. | Martin v. Löwis | 2006-02-14 | 1 | -0/+2 |
|
|
* | Support 2.4 (released versions) better. (rsync was not working with adding t... | Neal Norwitz | 2006-02-14 | 1 | -2/+4 |
|
|
* | Patch #428494: Prefer linking against ncursesw over ncurses library | Martin v. Löwis | 2006-02-11 | 1 | -0/+2 |
|
|
* | Update general copyright years to 2006. | Georg Brandl | 2006-02-11 | 1 | -1/+1 |
|
|
* | Be a little less sensitive to failures. Only check for the result from | Neal Norwitz | 2006-02-09 | 1 | -1/+1 |
|
|