| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous change. Wasn't ready yet. | Raymond Hettinger | 2006-03-24 | 1 | -12/+1 |
|
|
* | Add more tests | Raymond Hettinger | 2006-03-24 | 1 | -1/+12 |
|
|
* | Revert r42719, because the isinstance() check wasn't redundant; formatting a | Phillip J. Eby | 2006-03-24 | 1 | -1/+1 |
|
|
* | SF Patch #1455676: Simplify using Queues with daemon consumer threads | Raymond Hettinger | 2006-03-24 | 4 | -0/+128 |
|
|
* | Add documentation for PEP 338 | Nick Coghlan | 2006-03-24 | 3 | -0/+76 |
|
|
* | run_module shouldn't hold the import lock when running a script | Nick Coghlan | 2006-03-24 | 1 | -13/+9 |
|
|
* | Use absolute import. | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Clarify cases when waitpid might not return self.pid. | Martin v. Löwis | 2006-03-24 | 1 | -2/+5 |
|
|
* | Bug #1183780: Add Popen objects to _active only in __del__. | Martin v. Löwis | 2006-03-24 | 2 | -7/+23 |
|
|
* | Exceptions should inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Hmmm, I don't think we wanted to test // twice and / not at all (in this sect... | Neal Norwitz | 2006-03-24 | 1 | -3/+3 |
|
|
* | Exceptions should inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -2/+2 |
|
|
* | SF bug #1457411, fix errors using variables that don't exist. | Neal Norwitz | 2006-03-24 | 1 | -8/+8 |
|
|
* | Forward port of 43262: Add 2.4.3 UUIDs. | Martin v. Löwis | 2006-03-23 | 1 | -0/+2 |
|
|
* | Relax result test for program mode of quopri. | Martin v. Löwis | 2006-03-23 | 1 | -2/+5 |
|
|
* | Preserve command name, for later printing of active | Martin v. Löwis | 2006-03-23 | 2 | -0/+6 |
|
|
* | Rewrite pipe code using subprocess, to make sure the | Martin v. Löwis | 2006-03-23 | 1 | -9/+9 |
|
|
* | Patch #1396919: Reenable the system scope threads on FreeBSD 5.4 | Hye-Shik Chang | 2006-03-23 | 2 | -1/+14 |
|
|
* | Cosmetic improvement for r43247 | Hye-Shik Chang | 2006-03-23 | 1 | -3/+1 |
|
|
* | Skip to install files for empty directories; to name it, Lib/lib-old. | Hye-Shik Chang | 2006-03-23 | 1 | -0/+3 |
|
|
* | Stop duplicating code and handle slice indices consistently and correctly | Neal Norwitz | 2006-03-23 | 4 | -44/+25 |
|
|
* | Fix a ssize_t issue | Neal Norwitz | 2006-03-23 | 1 | -1/+1 |
|
|
* | Heh -- used the right format for a refcount, but forgot | Tim Peters | 2006-03-23 | 1 | -1/+1 |
|
|
* | Forward port MvL's fix in 43227: | Neal Norwitz | 2006-03-23 | 3 | -0/+11 |
|
|
* | _Py_NegativeRefcount(): print the full value of ob_refcnt. | Tim Peters | 2006-03-23 | 1 | -3/+2 |
|
|
* | Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. | Barry Warsaw | 2006-03-22 | 1 | -1/+2 |
|
|
* | Fix some int/Py_ssize_t issues which led to compiler warnings | Thomas Heller | 2006-03-22 | 1 | -6/+6 |
|
|
* | Include <malloc.h> on windows, to avoid warnings when compiling with mingw. | Thomas Heller | 2006-03-22 | 4 | -45/+52 |
|
|
* | ctypes was added. | Thomas Heller | 2006-03-22 | 1 | -0/+2 |
|
|
* | Remove false information from the comment and reformat it like other | Hye-Shik Chang | 2006-03-22 | 1 | -8/+6 |
|
|
* | Damn another occurrence of using as as a keywordf | Neal Norwitz | 2006-03-22 | 1 | -2/+2 |
|
|
* | Change NEWS entry for recent socket API change | Georg Brandl | 2006-03-22 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-22 | 1 | -1/+1 |
|
|
* | Record that test_wait[34] get skipped on native Windows. | Tim Peters | 2006-03-22 | 1 | -0/+2 |
|
|
* | News about email 4.0. | Barry Warsaw | 2006-03-22 | 1 | -0/+8 |
|
|
* | remove test file | Barry Warsaw | 2006-03-21 | 1 | -1/+0 |
|
|
* | py trunk svn test | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
|
|
* | py trunk svn test | Barry Warsaw | 2006-03-21 | 1 | -1/+1 |
|
|
* | py trunk svn test | Barry Warsaw | 2006-03-21 | 1 | -0/+1 |
|
|
* | Correct API design mistake from rev. 43126: make socket attributes readonly p... | Georg Brandl | 2006-03-21 | 3 | -38/+28 |
|
|
* | Update to Tk 8.4.12 and Tix 8.4.0 | Martin v. Löwis | 2006-03-21 | 3 | -130/+27 |
|
|
* | Update to OpenSSL 0.9.8a | Martin v. Löwis | 2006-03-21 | 3 | -12/+7 |
|
|
* | Add a note about pow(x,y) equalling x**y (the "**" operator | Georg Brandl | 2006-03-21 | 1 | -2/+5 |
|
|
* | Try to repair at least one segfault on the Mac buildbot, | Tim Peters | 2006-03-21 | 2 | -52/+89 |
|
|
* | Show an example of calling a named set method. | Raymond Hettinger | 2006-03-20 | 1 | -2/+2 |
|
|
* | Avoid a potential double-free bug. | Thomas Heller | 2006-03-20 | 2 | -2/+3 |
|
|
* | Apply patch from Martin v. Loewis: Avoid function pointer casts. | Thomas Heller | 2006-03-20 | 2 | -34/+34 |
|
|
* | Remove mention of fpectl in README. | Georg Brandl | 2006-03-20 | 1 | -5/+0 |
|
|
* | Damn Coverity. I can't even sneak in a leak any more. :-) | Neal Norwitz | 2006-03-20 | 1 | -1/+1 |
|
|
* | Fix another bug found by Coverty. | Thomas Heller | 2006-03-20 | 1 | -1/+1 |
|
|