| Commit message (Expand) | Author | Age | Files | Lines |
* | Even more copyright year locations! | Georg Brandl | 2006-02-11 | 2 | -2/+2 |
|
|
* | Patch #428494: Prefer linking against ncursesw over ncurses library | Martin v. Löwis | 2006-02-11 | 2 | -1/+10 |
|
|
* | Update general copyright years to 2006. | Georg Brandl | 2006-02-11 | 7 | -7/+8 |
|
|
* | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. | Martin v. Löwis | 2006-02-11 | 3 | -0/+14 |
|
|
* | Explain the clearing of the stack in a comment in Python/ceval.c's | Thomas Wouters | 2006-02-10 | 1 | -1/+2 |
|
|
* | One more mod for support of C++ classes. | Jack Jansen | 2006-02-10 | 1 | -1/+1 |
|
|
* | Avoid linking python with readline. | Martin v. Löwis | 2006-02-10 | 2 | -1/+11 |
|
|
* | For overriding C++ methods we also need to know whether a parameter | Jack Jansen | 2006-02-10 | 4 | -22/+45 |
|
|
* | The default timer unit was incorrectly measured in milliseconds instead | Armin Rigo | 2006-02-10 | 1 | -3/+3 |
|
|
* | Added information on function name added to LogRecord, and the 'extra' keywor... | Vinay Sajip | 2006-02-09 | 1 | -13/+96 |
|
|
* | Added function name to LogRecord. | Vinay Sajip | 2006-02-09 | 1 | -5/+8 |
|
|
* | Propagate exceptions from shutdown() if raiseExceptions is not set. | Vinay Sajip | 2006-02-09 | 1 | -6/+14 |
|
|
* | Added lock acquisition/release around shared data structure manipulation | Vinay Sajip | 2006-02-09 | 1 | -19/+34 |
|
|
* | Be a little less sensitive to failures. Only check for the result from | Neal Norwitz | 2006-02-09 | 1 | -1/+1 |
|
|
* | Add doc discussing how AST compiler is structured and designed. | Brett Cannon | 2006-02-09 | 1 | -0/+507 |
|
|
* | Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. | Barry Warsaw | 2006-02-08 | 5 | -8/+20 |
|
|
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 14 | -109/+1701 |
|
|
* | Update projected release date | Andrew M. Kuchling | 2006-02-08 | 1 | -1/+2 |
|
|
* | Fixed an oversight and a misunderstanding of PEP253: | Jack Jansen | 2006-02-07 | 1 | -2/+20 |
|
|
* | Removed defensive test in Handler.close | Vinay Sajip | 2006-02-07 | 1 | -4/+3 |
|
|
* | Saved and restored logging._handlerList at the same time as saving/restoring ... | Vinay Sajip | 2006-02-07 | 1 | -0/+4 |
|
|
* | Add versionadded note for new methods | Neal Norwitz | 2006-02-07 | 1 | -0/+2 |
|
|
* | Bug #876637, prevent stack corruption when socket descriptor | Neal Norwitz | 2006-02-07 | 3 | -2/+48 |
|
|
* | Fix indentation (whitespace only). | Neal Norwitz | 2006-02-07 | 1 | -3/+3 |
|
|
* | Check return results for errors | Neal Norwitz | 2006-02-07 | 1 | -0/+5 |
|
|
* | Patch #1412872: zipfile: use correct system type on unixy systems. | Martin v. Löwis | 2006-02-05 | 2 | -2/+9 |
|
|
* | Get test_logging to not hang when running under regrtest.py -R :: | Neal Norwitz | 2006-02-05 | 2 | -5/+6 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 5 | -13/+68 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-02-05 | 1 | -2/+2 |
|
|
* | Use C-style comment | Neal Norwitz | 2006-02-05 | 1 | -1/+1 |
|
|
* | Resolves SF bug #1423972. | Barry Warsaw | 2006-02-04 | 1 | -2/+4 |
|
|
* | SF bug 1415455, fix typo in module name | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
|
|
* | Patch #1422385: Changes to nis module to support multiple NIS domains | Martin v. Löwis | 2006-02-04 | 4 | -26/+101 |
|
|
* | Fix typo | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
|
|
* | Drop C library for stat/fstat on Windows. | Martin v. Löwis | 2006-02-03 | 2 | -117/+250 |
|
|
* | parsedate_tz(): Minor cleanup. | Barry Warsaw | 2006-02-03 | 2 | -3/+11 |
|
|
* | SF patch #1421726 | Fredrik Lundh | 2006-02-02 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, silence three gcc-4.0.x warnings, using assert() | Thomas Wouters | 2006-02-01 | 1 | -2/+9 |
|
|
* | Patch #1413711: Certain patterns of differences were making difflib | Gustavo Niemeyer | 2006-01-31 | 3 | -17/+34 |
|
|
* | Fix typo. | Martin v. Löwis | 2006-01-30 | 1 | -1/+1 |
|
|
* | maintain support for older python versions in this module so that it | Gregory P. Smith | 2006-01-30 | 1 | -0/+16 |
|
|
* | fix test import for use in standalone pybsddb project bsddb3 module as well | Gregory P. Smith | 2006-01-29 | 1 | -1/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-29 | 1 | -1/+1 |
|
|
* | Try a number of ports, in case 9020 is already in use. | Martin v. Löwis | 2006-01-29 | 1 | -3/+14 |
|
|
* | Explicitly close the server socket. | Martin v. Löwis | 2006-01-29 | 1 | -0/+2 |
|
|
* | add bsddb.db.DBEnv.set_tx_timestamp mention | Gregory P. Smith | 2006-01-29 | 1 | -0/+2 |
|
|
* | Delete aclocal.m4, and require autoconf 2.59, fixing | Martin v. Löwis | 2006-01-29 | 3 | -123/+162 |
|
|
* | Work around a Solaris peculiarity that caused test_pty to sometimes fail: a | Thomas Wouters | 2006-01-28 | 1 | -1/+8 |
|
|
* | Improved handling of syntax errors. | Jeremy Hylton | 2006-01-27 | 4 | -36/+314 |
|
|
* | Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER | Gregory P. Smith | 2006-01-27 | 2 | -0/+5 |
|
|