summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix errors on 64-bit platforms. Will backportNeal Norwitz2006-01-051-4/+4
* Remove unneeded directories.Martin v. Löwis2006-01-03167-39686/+0
* Import zlib into Python tree.Martin v. Löwis2006-01-03202-0/+54653
* adding in-place operators to the operator module.Armin Rigo2005-12-291-1/+41
* two missing PyDoc_STR().Armin Rigo2005-12-291-2/+2
* [ 959576 ] Can't build Python on POSIX w/o $HOMEGeorg Brandl2005-12-271-1/+2
* SF#1389809Fredrik Lundh2005-12-251-1/+1
* Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep theBarry Warsaw2005-12-191-26/+8
* Remove extra parensNeal Norwitz2005-12-191-1/+1
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-196-6/+7
* Handle a couple of use cases discussed in python-dev w.r.t. calculating theBarry Warsaw2005-12-181-8/+26
* Fixed None reference leaks in TreeBuilder class (reported by NealFredrik Lundh2005-12-181-0/+4
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-181-12/+12
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-2/+8
* Fixed reference counting error when using the entity dictionaryFredrik Lundh2005-12-171-1/+0
* updating to cElementTree 1.0.5 (step 3 of 3)Fredrik Lundh2005-12-161-4/+7
* updating to cElementTree 1.0.5 (step 2 of 3)Fredrik Lundh2005-12-161-0/+2766
* updating to cElementTree 1.0.5Fredrik Lundh2005-12-161-2723/+0
* added PSG licensing blurbFredrik Lundh2005-12-141-0/+3
* renamed to _elementtree (for Python 2.5)Fredrik Lundh2005-12-141-4/+4
* copied cElementTree 1.0.4 to ModulesFredrik Lundh2005-12-141-0/+2720
* Added the 'ULL' prefix to the unsigned long long literal constants.Armin Rigo2005-12-141-99/+99
* moved magic into structure (mainly to simplify the client code)Fredrik Lundh2005-12-131-5/+5
* renamed dispatch -> capi to match other CAPI implementationsFredrik Lundh2005-12-131-24/+24
* added cobject-based expat dispatch mechanism to pyexpatFredrik Lundh2005-12-131-0/+31
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+8
* Add const to several API functions that take char *.Jeremy Hylton2005-12-1020-113/+124
* Nobody on python-dev seemed particularly bothered that Hotshot generates half-Armin Rigo2005-12-061-34/+2
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-221-6/+31
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-221-2/+2
* update busted commentFred Drake2005-11-111-1/+2
* similar to SF bug 847019: a quick check in the time() constructor, whichArmin Rigo2005-11-071-1/+2
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-031-0/+2
* Whitespace cleanup.Walter Dörwald2005-11-021-27/+27
* Cleanup the previous checkin.Neal Norwitz2005-11-021-1/+4
* Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport.Neal Norwitz2005-11-021-0/+1
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-9/+0
* Fix a bunch of imports to use code.h instead of compile.h.Jeremy Hylton2005-10-214-4/+1
* Merge ast-branch to headJeremy Hylton2005-10-202-3/+6
* Get bsddb module to compile with version 3.2 of BSD DB.Neal Norwitz2005-10-201-0/+8
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-22/+26
* SF Bug # 941346, AIX shared library fixNeal Norwitz2005-10-031-0/+4
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+8
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-1/+6
* Fix parse errors in readline module when compiling without threads.Georg Brandl2005-09-291-0/+2
* Commit memory leaking fix.Georg Brandl2005-09-251-2/+6
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-242-15/+23
* Patch #1288833: Removed thread lock from socket.getaddrinfo onHye-Shik Chang2005-09-241-1/+6
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-7/+15