summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Close 2.2 branch.2.2Georg Brandl2011-03-050-0/+0
|
* Fix tag references in 2.2 branch.Georg Brandl2011-03-051-53/+53
|
* [Jython patch #1578658] Make distutils work for Jython, at least forAndrew M. Kuchling2006-12-103-2/+15
| | | | | | | pure-Python distributions. Patch by Supreet Sethi, slightly modified by adding the change to sysconfig.py.
* Add extra SHA testsAndrew M. Kuchling2006-11-201-2/+19
|
* Jython compatibility fix: if uu.decode() opened its output file, be sure to ↵Andrew M. Kuchling2006-11-191-0/+4
| | | | close it. (Need to forward-port this.)
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-032-4/+32
|
* [Bug #1023359] Make code match inheritance diagramAndrew M. Kuchling2004-09-101-1/+1
|
* adding passing test. testing for g(*Nothing()) where Nothing is a ↵Samuele Pedroni2004-02-212-0/+26
| | | | user-defined iterator.
* backport of concrete.tex v1.35:Andrew MacIntyre2003-12-261-2/+12
| | | | | | | | The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along with most other concrete object checks, but the docs weren't brought into line. PyList_CheckExact() was added at 2.2 but never documented.
* Backport of 1.26:Michael W. Hudson2003-11-071-8/+6
| | | | | | | | | | | Fix the problem addressed by patch [ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch. Though this backport actually includes the fix that caused the problem in the first place!
* Patch #830858: Update number of functions starting with "is".Martin v. Löwis2003-10-311-1/+1
|
* use True/False for boolean valuesFred Drake2003-10-301-2/+2
|
* [Bug #811681] The asynchat documentation would also apply to the 2.2 version ↵Andrew M. Kuchling2003-09-251-0/+1
| | | | of the module, but the docs aren't included. This adds a copy of libasynchat.tex.
* Backport fix for SF808594: leak on lambda with duplicate arguments.Jeremy Hylton2003-09-221-15/+16
|
* Backport: Double-fix of crash in Unicode freelist handling.Jeremy Hylton2003-09-172-1/+19
|
* Elaborate the explanation of different flavors of _* identifiers.Fred Drake2003-09-061-16/+30
| | | | Fixes SF bug #520325.
* NEWS about email package 794466 patch.Barry Warsaw2003-09-031-1/+2
|
* test_get_param_with_semis_in_quotes(): Test case for SF bug #794466.Barry Warsaw2003-09-031-0/+7
| | | | Backport candidate.
* A fix for parsing parameters when there are semicolons inside theBarry Warsaw2003-09-031-1/+18
| | | | | | | | | | | quotes. Fixes SF bug #794466, with the essential patch provided by Stuart D. Gathman. Specifically, _parseparam(), _get_params_preserve(): Use the parsing function that takes quotes into account, as given (essentially) in the bug report's test program. Backport candidate.
* remove extra word occurance; reported to webmasterFred Drake2003-08-271-1/+1
|
* Backporting email 2.5.4 fixes from the trunk.Barry Warsaw2003-08-194-9/+51
|
* Backporting email 2.5.4 fixes from the trunk.Barry Warsaw2003-08-191-5/+8
|
* Describe the fix to the email package.Barry Warsaw2003-08-191-0/+5
|
* Patch #772696: Delete .cvsignore files.Martin v. Löwis2003-08-051-1/+9
|
* - update documentation contact addressFred Drake2003-07-2914-16/+18
|
* - update documentation contact addressFred Drake2003-07-291-10/+1
| | | | | - remove old text about a Mac OS chapter in the libref; that's been gone for a *long* time!
* Update URL.Fred Drake2003-07-281-1/+1
|
* Don't generate a line containing only \ at the top of a new indexFred Drake2003-07-241-5/+3
| | | | file.
* Fix broken markup; make the ^= representation work properlyFred Drake2003-07-241-1/+1
| | | | Closes SF bug #776181.
* - Americanize a spellingFred Drake2003-07-241-3/+3
| | | | | - remove extraneous blank lines - add missing \end{methoddesc} (prevented formatting)
* Backport Python Patches 769142, 776062 from 2.3 Lib/idlelib:Kurt B. Kaiser2003-07-231-2/+1
| | | | CallTip error when docstring contains only \n and/or \t
* make #! line more liberalSkip Montanaro2003-07-181-1/+1
|
* [Patch #708374] Only apply the check for file size if the file is a regular ↵Andrew M. Kuchling2003-07-151-1/+2
| | | | file, not a character or block device.
* correct linkSkip Montanaro2003-07-141-1/+1
|
* backport for 753451Anthony Baxter2003-07-131-0/+2
|
* Backport of rhettinger's funcobject.c 2.63, bugfix for SF bug 753451Anthony Baxter2003-07-132-0/+14
| | | | | Check the argument of classmethod is callable. (prevents classmethod(classmethod(func)) from bombing out.
* Treat irix64 like irix. Fixes #764560.Martin v. Löwis2003-07-132-420/+422
|
* Patch #764470: Fix marshalling of Faults.Martin v. Löwis2003-07-121-1/+4
|
* Patch #549151, rev4: redirect POST on 301 also.Martin v. Löwis2003-07-123-14/+22
|
* Backport Jeremy's patch from the trunk (revision 2.147):Fred Drake2003-07-111-0/+5
| | | | | | | The Unpickler forget about its find_class attribute. Also make sure we visit and clear self->safe_constructors in the GC support.
* Update Tkinter3000 notes based on text from Fredrik Lundh.Fred Drake2003-07-081-7/+9
|
* Use -fno-strict-aliasing on gcc 3.3. Fixes #766696.Martin v. Löwis2003-07-072-405/+454
|
* - explain about making Python scripts executable on Unix in moreFred Drake2003-07-071-1/+12
| | | | detail
* Fix SF bug #766288, property() example gives syntax errorNeal Norwitz2003-07-051-1/+1
|
* SF #764121, docstring for spawnlp incorrectNeal Norwitz2003-07-021-1/+1
|
* Backport tim_one's checkin:Neal Norwitz2003-07-011-1/+1
| | | | showwarning() calls formatwarning(), not showwarning().
* Backport theller's checkin:Neal Norwitz2003-07-011-0/+21
| | | | | Document the DISTUTILS_DEBUG variable. Closes sf #761401.
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-012-3/+11
|
* Backport:Neal Norwitz2003-07-012-1/+3
| | | | | | SF bug 753592, websucker Pass the proper variable when the user supplies a directory.
* Backport fix for SF bug 666219.Jeremy Hylton2003-06-301-0/+4
|