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