summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* shlex.split() now has an optional "posix" parameter.Georg Brandl2007-05-243-4/+8
|
* Add a bunch more deprecation warnings for builtins that are going away in 3.0Neal Norwitz2007-05-231-0/+24
|
* Whitespace cleanupNeal Norwitz2007-05-231-1/+1
|
* Add -3 option to the interpreter to warn about features that areNeal Norwitz2007-05-237-3/+31
| | | | | | | deprecated and will be changed/removed in Python 3.0. This patch is mostly from Anthony. I tweaked some format and added a little doc.
* Remove definition of PY_UNICODE_TYPE from pyconfig.h, allowing theMark Hammond2007-05-231-11/+2
| | | | | definition in unicodeobject.h to be used, giving us the desired wchar_t in place of 'unsigned short'. As discussed on python-dev.
* Remove the "panel" module doc file which has been ignored since 1994.Georg Brandl2007-05-222-75/+0
|
* Stop using METH_OLDARGS implicitlyNeal Norwitz2007-05-224-13/+13
|
* Stop using METH_OLDARGSNeal Norwitz2007-05-221-3/+3
|
* Document new params to HTTPSConnectionNeal Norwitz2007-05-221-1/+3
|
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-215-17/+49
|
* Added timeout support to HTTPSConnection, through theFacundo Batista2007-05-213-6/+13
| | | | | socket.create_connection function. Also added a small test for this, and updated NEWS file.
* Allow all alphanumeric and underscores in type and field names.Raymond Hettinger2007-05-212-1/+4
|
* Replace assertion with straight error-checking.Raymond Hettinger2007-05-211-1/+2
|
* fix against r55474 [Remove the macfs module]George Yoshida2007-05-212-2/+0
| | | | Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
* Add Alexandre Vassalotti.Martin v. Löwis2007-05-211-0/+4
|
* Note removed modulesAndrew M. Kuchling2007-05-211-0/+8
|
* Cause posixfile to raise a DeprecationWarning. Documented as deprecated sinceBrett Cannon2007-05-203-66/+73
| | | | Ptyhon 1.5.
* Move imgfile import to the global namespace to trigger an import error ASAP toBrett Cannon2007-05-201-4/+1
| | | | prevent creation of a test file.
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-209-546/+14
| | | | | it completely relied on macfs and is a no-op on OS X according to code comments.
* Try to remove rgbimg from Windows builds.Brett Cannon2007-05-202-9/+0
|
* Update directories/files at the top-level.Neal Norwitz2007-05-201-1/+2
|
* rotor is long gone.Neal Norwitz2007-05-201-1/+1
|
* Fix typo in example (should be backported, but my maintenance branch is ↵Nick Coghlan2007-05-201-1/+1
| | | | woefully out of date)
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-2011-943/+14
|
* Fix docstring for add_package in site.py.Georg Brandl2007-05-191-2/+4
|
* Give some clue as to what happened if the test fails.Neal Norwitz2007-05-191-1/+1
|
* Whoops, need to pay attention to those test failures.Neal Norwitz2007-05-191-1/+1
| | | | Move the clear to *before* the first use, not after.
* Clear data so random memory does not get freed. Will backport.Neal Norwitz2007-05-192-0/+3
|
* Fix beginner mistake -- don't mix spaces and tabs.Raymond Hettinger2007-05-191-1/+1
|
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-193-29/+40
|
* Backport PEP 3110's new 'except' syntax to 2.6.Collin Winter2007-05-186-7/+12
|
* Verify neither dumps or loads overflow the stack and segfault.Neal Norwitz2007-05-181-1/+21
|
* fix argument name in documentation; match the implementationFred Drake2007-05-171-2/+2
|
* Last try for tweaking the max stack depth. 5000 was the original value,Neal Norwitz2007-05-171-1/+1
| | | | | 4000 didn't work either. 1000 does work on Windows. If 2000 works, that will hopefully be a reasonable balance.
* Set the depth to something very small to try to determine if theNeal Norwitz2007-05-171-1/+1
| | | | | crashes on Windows are really due to the stack size or possibly some other problem.
* Reduce the max stack depth to see if this fixes the segfaults onNeal Norwitz2007-05-171-1/+1
| | | | | Windows and some other boxes. If this is successful, this rev should be backported. I'm not sure how close to the limit we should push this.
* Complete deprecation of BaseException.message. Some subclasses were directlyBrett Cannon2007-05-171-10/+0
| | | | accessing the message attribute instead of using the descriptor.
* calendar.py gets no benefit from xrange() instead of range()Raymond Hettinger2007-05-171-16/+16
|
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-1612-347/+10
| | | | | | | Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning.
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-164-69/+164
| | | | | | lack of an infinite recursion check. Contributed by Damien Miller at Google.
* Bug #1719995: don't use deprecated method in sets example.Georg Brandl2007-05-161-3/+3
|
* Change the maintainer of the BeOS port.Brett Cannon2007-05-161-2/+1
|
* Mention removal of some directories for obsolete platformsNeal Norwitz2007-05-161-0/+3
|
* Port rev 55353 from Guido:Neal Norwitz2007-05-161-1/+1
| | | | | | | Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() fails. Will backport.
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-152-1/+6
| | | | | the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page.
* Small speedup.Raymond Hettinger2007-05-141-4/+3
|
* Remove support for freebsd[23] which haven't been released since 2000Neal Norwitz2007-05-134-383/+0
| | | | or earlier. http://www.freebsd.org/releases/index.html
* Remove references to stdwin which was removed long ago.Neal Norwitz2007-05-136-850/+6
|
* Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.Neal Norwitz2007-05-133-135/+2
| | | | Hopefully Guido won't shed a tear. :-)
* Add bz2 to content encodings.Georg Brandl2007-05-131-0/+2
|