summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r24b1'.v2.4b1cvs2svn2004-10-150-0/+0
* release shenanigansAnthony Baxter2004-10-153-2/+8
* Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar.Marc-André Lemburg2004-10-151-2/+2
* make sure to check for this limit even if we're running with -OFredrik Lundh2004-10-151-2/+4
* Bump buildno for 2.4b1Martin v. Löwis2004-10-152-3/+5
* Add _subprocess.cMartin v. Löwis2004-10-151-0/+4
* Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x.Martin v. Löwis2004-10-151-2/+4
* SF bug #1046855: httplib index out of rangeRaymond Hettinger2004-10-141-1/+1
* Just remove the #include of signal.h. That it was C++-commented outMichael W. Hudson2004-10-141-1/+0
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-145-5/+35
* bump the version number prior to releaseFred Drake2004-10-141-3/+3
* remove_stderr_debug_decorations(): Always try the substitution. ElseTim Peters2004-10-141-3/+1
* Use C89 style comment for old compilersNeal Norwitz2004-10-141-1/+1
* Get test to pass on amd64 (opteron). This is pretty hacky, butNeal Norwitz2004-10-141-2/+7
* SF bug 1046690: difflib.HtmlDiff doc errors.Tim Peters2004-10-141-24/+16
* Require minimally PyXML 0.8.4.Martin v. Löwis2004-10-131-1/+1
* Synchronize with PyXML 1.79:Martin v. Löwis2004-10-131-1/+10
* Replace dynamic try/except with "if 0", to keep py2exe happy. If youFredrik Lundh2004-10-131-10/+10
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-134-3/+6
* Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.hAnthony Baxter2004-10-134-3/+13
* 969574Anthony Baxter2004-10-132-0/+4
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-135-48/+28
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-133-3/+26
* oops. how did _that_ happen?Anthony Baxter2004-10-131-0/+1
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-135-145/+3
* Don't spend quite as much time looking for leaks on Windows, whereFredrik Lundh2004-10-131-2/+4
* normalize case when comparing directory names (problem reported byFredrik Lundh2004-10-131-1/+2
* removed info@pythonware.com referenceFredrik Lundh2004-10-131-2/+1
* Add a comment explaining -kb.Martin v. Löwis2004-10-131-0/+1
* New helper remove_stderr_debug_decorations(). This test passes in aTim Peters2004-10-131-7/+24
* Kill several problems at once: test_poll() failed sometimes for me.Tim Peters2004-10-132-8/+11
* test_stdout_none(): Don't print "banana" to the screen in the middleTim Peters2004-10-131-2/+5
* Windows test_creationflags() test: print msg to stderr informing theTim Peters2004-10-131-1/+2
* Folded long lines.Tim Peters2004-10-131-23/+42
* XXX about extreme expense of test_no_leaking() on Windows. I'm not sureTim Peters2004-10-131-0/+1
* Experience with Zope2's tests showed it's a Bad Idea to make unittestTim Peters2004-10-121-45/+35
* Wrap long lines.Tim Peters2004-10-121-43/+67
* Whitespace normalization.Tim Peters2004-10-124-47/+43
* Supply the _subprocess module under 7.1. I'm not sure what the statusTim Peters2004-10-122-0/+6
* Before this turns into an unreadable mess, follow PEP 7 by usingTim Peters2004-10-121-315/+340
* Improvements when running pdb as a script.Johannes Gijsbers2004-10-121-16/+81
* Typo fixAndrew M. Kuchling2004-10-121-1/+1
* Finish off PEP 324 section; fix Peter's last nameAndrew M. Kuchling2004-10-121-3/+69
* Start section for PEP 324Andrew M. Kuchling2004-10-121-0/+22
* Fix PEP numberAndrew M. Kuchling2004-10-121-1/+1
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-125-0/+2170
* Don't use mutable values for method defaults.Raymond Hettinger2004-10-121-2/+6
* Add two itemsAndrew M. Kuchling2004-10-111-0/+14
* Document that on Unix, the 'cmd' argument to the os.popen2/3/4 andJohannes Gijsbers2004-10-114-27/+75
* This is jiwon's patch to fix:Michael W. Hudson2004-10-111-1/+6