summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* _compile(): raise an exception if downcasting to SRE_CODETim Peters2006-01-211-37/+40
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-1973-0/+145
* Generate getbuildinfo.o each time the linker is invoked;Martin v. Löwis2006-01-181-0/+4
* SF Bug #1407069, Remove extra semi-colon if there is no long longNeal Norwitz2006-01-171-1/+1
* Get socketmodule to build after adding netlink support.Neal Norwitz2006-01-162-0/+5
* the implementation uses ZipImportError, not ZipImporterError...Fredrik Lundh2006-01-151-1/+1
* Change build format of netlink addresses.Martin v. Löwis2006-01-151-1/+1
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-142-1/+62
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-111-0/+1
* SF bug #1400822, Extended version of _curses over{lay,write} does not workNeal Norwitz2006-01-101-3/+3
* Bug #1400115, Fix segfault when calling curses.panel.userptr()Neal Norwitz2006-01-091-0/+5
* 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