summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce the max stack depth to see if this fixes the segfaults onNeal Norwitz2007-05-171-1/+1
* Complete deprecation of BaseException.message. Some subclasses were directlyBrett Cannon2007-05-171-10/+0
* 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
* Fix bug in marshal where bad data would cause a segfault due toNeal Norwitz2007-05-164-69/+164
* 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
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-152-1/+6
* 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
* 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
* Add bz2 to content encodings.Georg Brandl2007-05-131-0/+2
* Bug #1046945: document SWIG options of distutils.Georg Brandl2007-05-121-3/+19
* Better tests for posixpath.commonprefixRaymond Hettinger2007-05-111-0/+10
* Update DDJ link.Georg Brandl2007-05-111-1/+1
* Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.Georg Brandl2007-05-111-3/+6
* Remove an XXX that is unnecessary.Georg Brandl2007-05-111-1/+0
* Deprecate os.popen* and popen2 module in favor of the subprocess module. (for...Neal Norwitz2007-05-112-9/+13
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-119-30/+69
* Remove trailing whitespace in docstringNeal Norwitz2007-05-111-2/+0
* Fix typo in docstring (the module is popen2, not 3).Neal Norwitz2007-05-111-1/+1
* Don't ever report a failure when the sum of the reference count differencesNeal Norwitz2007-05-112-3/+4
* Fix a bug in test_c_api() that caused a negative refcount.Guido van Rossum2007-05-101-3/+3
* Backport checkin:Walter Dörwald2007-05-091-1/+1
* Add markup for True/False. Will backportNeal Norwitz2007-05-091-4/+4
* Fix a bug in test.test_support.open_urlresource().Collin Winter2007-05-091-1/+1
* As per Armin Rigo's suggestion, remove special handing from intobject.c to de...Kristján Valur Jónsson2007-05-072-8/+15
* Verify changes to the trunk go to the normal checkins listNeal Norwitz2007-05-071-1/+0
* Updates of recent changes to logging.Vinay Sajip2007-05-061-5/+16
* Bug #1713535: typo in logging example.Georg Brandl2007-05-051-1/+1
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-057-69/+148
* Oops, these tests do not run on Windows CE.Thomas Heller2007-05-041-15/+16
* Do not truncate 64-bit pointers to 32-bit integers.Thomas Heller2007-05-043-13/+46
* Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file.Kristján Valur Jónsson2007-05-042-8/+12
* Update the pcbuild8 solution. Straightened out the _ctypes project by using ...Kristján Valur Jónsson2007-05-044-68/+342
* On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes theThomas Heller2007-05-041-0/+4
* Fix some ctypes test crashes, when running with a debug PythonThomas Heller2007-05-043-4/+11
* Revert compiler comment to AMD64 for x64/AMD64 builds.Kristján Valur Jónsson2007-05-041-1/+1
* Fix problems in x64 build that were discovered by the testsuite:Kristján Valur Jónsson2007-05-037-73/+36
* Fix those parts in the testsuite that assumed that sys.maxint would cause ove...Kristján Valur Jónsson2007-05-035-12/+21
* Fix pcbuild8 after recent overhaul: Added the version resource to python26.d...Kristján Valur Jónsson2007-05-036-5/+34
* Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skippedWalter Dörwald2007-05-031-4/+4
* Don't truncate pointers to integers (on win64 platform).Thomas Heller2007-05-031-2/+21
* Fix building _ctypes.pyd for x64 / Windows.Thomas Heller2007-05-031-0/+139
* Remove dead code. This code couldn't be reached because earlier inNeal Norwitz2007-05-031-12/+1
* Handle a couple of uncaught errors. This should be backportedNeal Norwitz2007-05-031-0/+4
* Actually raise an exception before calling ast_error_finish.Georg Brandl2007-05-021-0/+2