summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-171-2/+1
* Remove size restrictions.Martin v. Löwis2006-02-171-29/+19
* mmap_flush_method(): Squash compiler warning aboutTim Peters2006-02-171-2/+2
* Remove space between function name and left parenTim Peters2006-02-171-94/+92
* Removed pointless parens around `return` expressions;Tim Peters2006-02-161-22/+20
* Trimmed trailing whitespace.Tim Peters2006-02-161-41/+41
* new_mmap_object(), Windows flavor.Tim Peters2006-02-161-2/+16
* More Py_ssize_t format characters.Thomas Wouters2006-02-161-1/+1
* struct_pack(): Repair new assert-fail crash inTim Peters2006-02-161-1/+1
* Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter overThomas Wouters2006-02-161-2/+2
* Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_tThomas Wouters2006-02-161-1/+1
* Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple().Thomas Wouters2006-02-161-1/+1
* Change _PyObject_GC_Resize to expect Py_ssize_t.Martin v. Löwis2006-02-161-1/+1
* Use Py_ssize_t for counts and sizes.Martin v. Löwis2006-02-1612-66/+67
* Update comment and make accurate.Neal Norwitz2006-02-161-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-1526-275/+338
* randombits(): Stop compiler warning about mixingTim Peters2006-02-151-1/+1
* Try to improve name based on discussion on python-checkins with Jim JewettNeal Norwitz2006-02-131-5/+5
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-112-4/+4
* Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.Martin v. Löwis2006-02-112-0/+9
* The default timer unit was incorrectly measured in milliseconds insteadArmin Rigo2006-02-101-3/+3
* Added the cProfile module.Armin Rigo2006-02-083-0/+1015
* Bug #876637, prevent stack corruption when socket descriptorNeal Norwitz2006-02-072-2/+45
* Fix indentation (whitespace only).Neal Norwitz2006-02-071-3/+3
* Check return results for errorsNeal Norwitz2006-02-071-0/+5
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-10/+49
* Whitespace normalizationNeal Norwitz2006-02-051-2/+2
* Patch #1422385: Changes to nis module to support multiple NIS domainsMartin v. Löwis2006-02-041-23/+79
* Drop C library for stat/fstat on Windows.Martin v. Löwis2006-02-031-117/+246
* maintain support for older python versions in this module so that itGregory P. Smith2006-01-301-0/+16
* Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVERGregory P. Smith2006-01-271-3/+18
* Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.Neal Norwitz2006-01-251-3/+6
* commits sourceforge patch #1407992 by neil.norwitz.Gregory P. Smith2006-01-241-7/+7
* Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all theGregory P. Smith2006-01-241-2/+16
* _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