| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.5a2v2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -1/+1 |
|
|
* | 2.5a2 | Anthony Baxter | 2006-04-27 | 1 | -1/+1 |
|
|
* | Fix build on MIPS for libffi. I haven't tested this yet because I | Hye-Shik Chang | 2006-04-26 | 1 | -0/+2 |
|
|
* | The result of SF patch #1471578: big-memory tests for strings, lists and | Thomas Wouters | 2006-04-26 | 1 | -0/+5 |
|
|
* | SF bug/patch #1433877: string parameter to ioctl not null terminated | Thomas Wouters | 2006-04-25 | 1 | -0/+1 |
|
|
* | Restore Walters name | Neal Norwitz | 2006-04-25 | 1 | -1/+1 |
|
|
* | Patch #1475231: add a new SKIP doctest option, thanks to | Tim Peters | 2006-04-25 | 1 | -0/+4 |
|
|
* | Revert addition of setuptools | Phillip J. Eby | 2006-04-24 | 1 | -3/+0 |
|
|
* | Fix contextlib.nested to cope with exit methods raising and handling exceptions | Nick Coghlan | 2006-04-24 | 1 | -0/+6 |
|
|
* | Add unit tests for the -m and -c command line switches | Nick Coghlan | 2006-04-24 | 1 | -0/+2 |
|
|
* | Note changes made to PEP 343 related documentation | Nick Coghlan | 2006-04-24 | 1 | -1/+5 |
|
|
* | Bug #1337990: clarified that `doctest` does not support examples | Tim Peters | 2006-04-24 | 1 | -0/+2 |
|
|
* | Backdated NEWS entry to record the implementation of PEP 338 for alpha 1 | Nick Coghlan | 2006-04-23 | 1 | -0/+7 |
|
|
* | Update optparse to Optik 1.5.1. | Greg Ward | 2006-04-23 | 1 | -0/+5 |
|
|
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 2 | -2/+7 |
|
|
* | SF bug #1473760 TempFile can hang on Windows. | Tim Peters | 2006-04-21 | 1 | -0/+3 |
|
|
* | Allow pstats.Stats creator to specify an alternate to stdout. | Skip Montanaro | 2006-04-21 | 1 | -0/+3 |
|
|
* | Document r43622. | Martin v. Löwis | 2006-04-20 | 1 | -0/+4 |
|
|
* | Add news item for pybench addition. | Marc-André Lemburg | 2006-04-19 | 1 | -0/+5 |
|
|
* | SF Patch #1062014: AF_UNIX sockets under Linux have a special | Armin Rigo | 2006-04-19 | 1 | -0/+3 |
|
|
* | Change those parts of the Python-api that were functions in 2.4, and | Thomas Heller | 2006-04-18 | 1 | -0/+9 |
|
|
* | add info re: pydoc, pkgutil, and setuptools additions | Phillip J. Eby | 2006-04-18 | 1 | -0/+11 |
|
|
* | Typo fix | Andrew M. Kuchling | 2006-04-18 | 1 | -1/+1 |
|
|
* | Remove types from type_list if they have no objects | Martin v. Löwis | 2006-04-18 | 1 | -0/+2 |
|
|
* | At least test_threading_local doesn't leak any more. | Tim Peters | 2006-04-18 | 1 | -1/+1 |
|
|
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 1 | -0/+3 |
|
|
* | Add reindent target. | Martin v. Löwis | 2006-04-17 | 1 | -0/+3 |
|
|
* | Patch #790710: Add breakpoint command lists in pdb. | Martin v. Löwis | 2006-04-17 | 1 | -0/+2 |
|
|
* | Add some notes about a couple of poorly behaved tests | Neal Norwitz | 2006-04-17 | 1 | -0/+6 |
|
|
* | test_cmd_line should not leak any more, ensure an empty reflog file exists if... | Neal Norwitz | 2006-04-17 | 1 | -1/+3 |
|
|
* | Patch #1063914: Add clipboard_get. | Martin v. Löwis | 2006-04-16 | 1 | -0/+2 |
|
|
* | Initialize structseq types only once. | Martin v. Löwis | 2006-04-16 | 1 | -0/+4 |
|
|
* | Update instructions for EXTRA_CFLAGS: configure ignores | Martin v. Löwis | 2006-04-16 | 1 | -2/+2 |
|
|
* | Patch #1470875: Building Python with MS Free Compiler. | Martin v. Löwis | 2006-04-15 | 1 | -0/+3 |
|
|
* | Patch #1191700: Adjust column alignment in bdb breakpoint lists. | Martin v. Löwis | 2006-04-15 | 1 | -0/+2 |
|
|
* | Patch #1191065: Fix preprocessor problems on systems where recvfrom | Martin v. Löwis | 2006-04-15 | 1 | -0/+3 |
|
|
* | Patch #1161914: Add python-config. | Martin v. Löwis | 2006-04-15 | 2 | -0/+51 |
|
|
* | Typo fix | Andrew M. Kuchling | 2006-04-14 | 1 | -1/+1 |
|
|
* | Patch #1324762: Change --with-cxx to --with-cxx-main. | Martin v. Löwis | 2006-04-14 | 1 | -0/+5 |
|
|
* | SF Bug #1454485, array.array('u') could crash the interpreter when | Neal Norwitz | 2006-04-14 | 1 | -0/+7 |
|
|
* | Added George Yoshida. | Tim Peters | 2006-04-14 | 1 | -0/+6 |
|
|
* | raise the minimum supported BerkeleyDB version to 3.3 and add notes to | Gregory P. Smith | 2006-04-13 | 1 | -1/+10 |
|
|
* | reverting r45321: Patch #860326: traceback.format_exception_only() now | Anthony Baxter | 2006-04-13 | 1 | -4/+0 |
|
|
* | Patch #860326: traceback.format_exception_only() now prepends the | Georg Brandl | 2006-04-12 | 1 | -0/+4 |
|
|
* | Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. | Anthony Baxter | 2006-04-12 | 1 | -0/+3 |
|
|
* | Update comments and the skip list, maybe some of these tests don't | Neal Norwitz | 2006-04-12 | 1 | -3/+10 |
|
|
* | Bug #1467952: os.listdir() now correctly raises an error if readdir() | Georg Brandl | 2006-04-11 | 1 | -0/+3 |
|
|
* | Typo repair. | Tim Peters | 2006-04-11 | 1 | -2/+2 |
|
|
* | More words on patch #837242, since 4 or 5 tests started | Tim Peters | 2006-04-11 | 1 | -8/+19 |
|
|
* | Add notes to NEWS for other work today. | Phillip J. Eby | 2006-04-11 | 1 | -0/+10 |
|
|