summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_F...Neal Norwitz2006-01-081-0/+11
* Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ...Neal Norwitz2006-01-081-0/+4
* Fix icc warnings: strlen() returns size_tNeal Norwitz2006-01-081-4/+5
* Fix icc warnings: using wrong enum typeNeal Norwitz2006-01-071-2/+2
* Fix icc warnings: extra semi-colon and signed vs unsignedNeal Norwitz2006-01-071-8/+8
* Fix icc warnings: extra semi-colonNeal Norwitz2006-01-072-3/+3
* Py_GetBuildInfo(): Squash compiler warnings.Tim Peters2006-01-061-3/+3
* Deal with empty svn_revisions.Martin v. Löwis2006-01-061-1/+1
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-051-18/+11
* squash compiler warning on Mac OSX 10.3Skip Montanaro2006-01-051-0/+4
* Always set SVNVERSION to "exported" if it otherwise fails.Martin v. Löwis2006-01-051-5/+7
* Stop maintaining the buildno file.Martin v. Löwis2006-01-051-5/+14
* 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