2006-03-24 |
Neal Norwitz | Use absolute import. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Martin v. Löwis | Clarify cases when waitpid might not return self.pid. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Martin v. Löwis | Bug #1183780: Add Popen objects to _active only in... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Exceptions should inherit from Exception now. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Hmmm, I don't think we wanted to test // twice and... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Exceptions should inherit from Exception now. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | SF bug #1457411, fix errors using variables that don... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Martin v. Löwis | Forward port of 43262: Add 2.4.3 UUIDs. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Martin v. Löwis | Relax result test for program mode of quopri. |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Martin v. Löwis | Preserve command name, for later printing of active |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Martin v. Löwis | Rewrite pipe code using subprocess, to make sure the |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Hye-Shik Chang | Patch #1396919: Reenable the system scope threads on... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Hye-Shik Chang | Cosmetic improvement for r43247 |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Hye-Shik Chang | Skip to install files for empty directories; to name... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Neal Norwitz | Stop duplicating code and handle slice indices consiste... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Neal Norwitz | Fix a ssize_t issue |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Tim Peters | Heh -- used the right format for a refcount, but forgot |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Neal Norwitz | Forward port MvL's fix in 43227: |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Tim Peters | _Py_NegativeRefcount(): print the full value of ob_refcnt. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Barry Warsaw | Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Thomas Heller | Fix some int/Py_ssize_t issues which led to compiler... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Thomas Heller | Include <malloc.h> on windows, to avoid warnings when... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Thomas Heller | ctypes was added. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Hye-Shik Chang | Remove false information from the comment and reformat... |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Neal Norwitz | Damn another occurrence of using as as a keywordf |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Georg Brandl | Change NEWS entry for recent socket API change |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Tim Peters | Record that test_wait[34] get skipped on native Windows. |
commit | commitdiff | tree | snapshot |
2006-03-22 |
Barry Warsaw | News about email 4.0. |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Barry Warsaw | remove test file |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Barry Warsaw | py trunk svn test |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Barry Warsaw | py trunk svn test |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Barry Warsaw | py trunk svn test |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Georg Brandl | Correct API design mistake from rev. 43126: make socket... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Martin v. Löwis | Update to Tk 8.4.12 and Tix 8.4.0 |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Martin v. Löwis | Update to OpenSSL 0.9.8a |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Georg Brandl | Add a note about pow(x,y) equalling x**y (the "**"... |
commit | commitdiff | tree | snapshot |
2006-03-21 |
Tim Peters | Try to repair at least one segfault on the Mac buildbot, |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Raymond Hettinger | Show an example of calling a named set method. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Avoid a potential double-free bug. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Apply patch from Martin v. Loewis: Avoid function point... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Georg Brandl | Remove mention of fpectl in README. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Damn Coverity. I can't even sneak in a leak any more... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Fix another bug found by Coverty. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Fix bug found by Coverty. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Plug a leak in the ctypes test suite when tests are... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Thomas Heller | Accessing unaligned structure fields works now on all... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | The helper is only necessary for wait3/4. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | whitespace n11n |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Try to cleanup a lot of boilerplate #ifdef wrt wait... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Make some functions static, reformat function decl... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Get Py_DEPRECATED to work with gcc 4.x too |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | moved older releases into HISTORY |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Patch #1309579: wait3 and wait4 were added to the posix... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | experimenting with release stuff. please ignore |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | replace use of int16_t with a (typedef'd) short, to... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | ignore the fetched NormalizationTest.txt file |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Anthony Baxter | SF [ 1231053 ] audioop - alaw encoding/decoding added... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | SF #1445431, fix some leaks in error conditions. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Get rid of some warnings. |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Fix problem spotted by Coverity that occurs if tzinfo... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Update function name to reflect params and stop casting... |
commit | commitdiff | tree | snapshot |
2006-03-20 |
Neal Norwitz | Use macro versions instead of function versions when... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Kurt B. Kaiser | Source file f.flush() after writing; trying to avoid... |
commit | commitdiff | tree | snapshot |
2006-03-19 |
Georg Brandl | Update tutorial wrt PEP 341 try-except-finally statement |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Ignore api.{dvi,idx,ind,l2h,log,toc} and modapi.ind... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Hye-Shik Chang | Ignore *.pyc and *.pyo |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Change raise statement to PEP 8 style. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Shim for test_email_renamed.py tests. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Barry Warsaw | Merge email package 4.0 from the sandbox, including... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Add tests for the C APIs PyCodec_IncrementalEncoder... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Walter Dörwald | Release codecs variable earlier. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Thomas Heller | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Georg Brandl | Bug #1353433: be conciliant with spaces in redirect... |
commit | commitdiff | tree | snapshot |
2006-03-18 |
Georg Brandl | Previously, Python code had no easy way to access the... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | You need at least one \item |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Write section |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | RFE #567972: Socket objects' family, type and proto... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | Fix some missing checks after PyTuple_New, PyList_New... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | Remove the lib-old modules from Doc/lib/libundoc.tex. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Nick Coghlan | Fix bug 1441408 where a double colon didn't trigger... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Georg Brandl | More \exception fixes. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Thomas Heller | Merge changes from the upstream version: |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Remove mention of lib-old, and list more deleted modules |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | as is on the road to keyword-hood, use a different... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Oops, copied the wrong code from keeprefs. Get the... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Update/expand on comments about leaking tests. |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Ignore ctypes leaks, but add a test case so we do not... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Neal Norwitz | Try to find a host that responds slower from python... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Tim Peters | Introduced symbol PY_FORMAT_SIZE_T. See the new comments |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Walter Dörwald | Fix wrong argument format in PyCodec_IncrementalEncoder... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix a test that fails when libGL.so and libGLU.so are... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix a leak that would happen under error conditions... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Use int 0 as default defval for LCID if nothing has... |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Fixes from Neal Norwitz, plus other small fixes. |
commit | commitdiff | tree | snapshot |
2006-03-16 |
Thomas Heller | Rewrite the AllocFunctionCallback function for better... |
commit | commitdiff | tree | snapshot |
next |