summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-153-2/+93
* Remove bogus DECREF of self.Martin v. Löwis2006-05-151-65/+32
* Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backportNeal Norwitz2006-05-153-1/+4
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-154-16/+25
* Move items implemented after a2 into the new a3 sectionNeal Norwitz2006-05-151-35/+61
* Fix memory leak.Martin v. Löwis2006-05-151-0/+1
* I missed one small detail in my rewrite of the osx build files: the pathRonald Oussoren2006-05-141-2/+2
* A first cut at replacing the icons on MacOS X. This replaces all icons by iconsRonald Oussoren2006-05-1410-0/+3
* Rework the build system for osx applications:Ronald Oussoren2006-05-1421-974/+547
* Remove lie in new comment.Tim Peters2006-05-131-3/+1
* Typo repair.Tim Peters2006-05-132-2/+2
* Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatVTim Peters2006-05-135-40/+127
* Revert 43315: Printing of %zd must be signed.Martin v. Löwis2006-05-131-2/+2
* Add \exception markupGeorge Yoshida2006-05-132-3/+3
* Integrated the rest of the pysqlite reference manual into the PythonGerhard Häring2006-05-121-44/+316
* add svn:eol-style native svn:keywords IdThomas Heller2006-05-121-104/+104
* set svn propertiesThomas Heller2006-05-120-0/+0
* Add missing svn properties.Thomas Heller2006-05-121-122/+122
* Duplicated description about the illegal continue usage can be found in nearl...George Yoshida2006-05-121-5/+2
* Fix alignment error on Itanium.Martin v. Löwis2006-05-121-3/+6
* At first there were 6 steps, but one was removed after that.George Yoshida2006-05-121-1/+1
* Move icon files into DLLs dir. Fixes #1477968.Martin v. Löwis2006-05-121-5/+5
* Dynamically allocate path name buffer for UnicodeMartin v. Löwis2006-05-122-17/+31
* SF patch #1473132: Improve docs for tp_clear and tp_traverse,Tim Peters2006-05-123-4/+87
* Typo fix.Georg Brandl2006-05-111-1/+1
* BaseThreadedTestCase.setup(): stop special-casing WindowsError.Tim Peters2006-05-111-2/+0
* typo fixAndrew M. Kuchling2006-05-111-2/+2
* Grammar fixGeorge Yoshida2006-05-111-2/+2
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-118-37/+234
* Don't mask a no memory error with a less meaningful one as discussed on pytho...Neal Norwitz2006-05-111-3/+1
* Detect if %zd is supported by printf() during configure and setsBrett Cannon2006-05-113-0/+86
* Fix two small errors in argument lists.Georg Brandl2006-05-101-3/+3
* Clarify description of exception handlingAndrew M. Kuchling2006-05-101-8/+12
* Patch #721464: pdb.Pdb instances can now be given explicit stdin andGeorg Brandl2006-05-104-103/+112
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-105-183/+256
* Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garba...Georg Brandl2006-05-101-0/+3
* Bug #1485447: subprocess: document that the "cwd" parameter isn't used to fin...Georg Brandl2006-05-101-6/+9
* Bug #1482988: indicate more prominently that the Stats class is in the pstats...Georg Brandl2006-05-101-2/+3
* Ignore reflog.txt, too.Thomas Wouters2006-05-100-0/+0
* Fix problems found by Coverity.Neal Norwitz2006-05-104-8/+12
* Variant of patch #1478292. doctest.register_optionflag(name)Tim Peters2006-05-103-4/+26
* Disable a test that is unreliable.Thomas Heller2006-05-091-11/+16
* Micro optimization. In the first case, we know that frame->f_exc_typeNeal Norwitz2006-05-091-3/+1
* Patch #1478993: take advantage of BaseException/Exception split in cookielibGeorg Brandl2006-05-083-29/+35
* Patch #1479302: Make urllib2 digest auth and basic auth play together.Georg Brandl2006-05-082-3/+21
* Add test for rev. 45934.Georg Brandl2006-05-081-0/+16
* Add missing PyMem_Free.Martin v. Löwis2006-05-081-0/+1
* Patch #1483395: add new TLDs to cookielibGeorg Brandl2006-05-071-4/+7
* Minor language editAndrew M. Kuchling2006-05-071-5/+5
* [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. LeeAndrew M. Kuchling2006-05-071-143/+308