| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t | Thomas Wouters | 2006-02-16 | 1 | -1/+1 |
|
|
* | Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple(). | Thomas Wouters | 2006-02-16 | 1 | -1/+1 |
|
|
* | Change _PyObject_GC_Resize to expect Py_ssize_t. | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 12 | -66/+67 |
|
|
* | Update comment and make accurate. | Neal Norwitz | 2006-02-16 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 26 | -275/+338 |
|
|
* | randombits(): Stop compiler warning about mixing | Tim Peters | 2006-02-15 | 1 | -1/+1 |
|
|
* | Try to improve name based on discussion on python-checkins with Jim Jewett | Neal Norwitz | 2006-02-13 | 1 | -5/+5 |
|
|
* | Renamed _length_cue() to __length_hint__(). See: | Armin Rigo | 2006-02-11 | 2 | -4/+4 |
|
|
* | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. | Martin v. Löwis | 2006-02-11 | 2 | -0/+9 |
|
|
* | The default timer unit was incorrectly measured in milliseconds instead | Armin Rigo | 2006-02-10 | 1 | -3/+3 |
|
|
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 3 | -0/+1015 |
|
|
* | Bug #876637, prevent stack corruption when socket descriptor | Neal Norwitz | 2006-02-07 | 2 | -2/+45 |
|
|
* | Fix indentation (whitespace only). | Neal Norwitz | 2006-02-07 | 1 | -3/+3 |
|
|
* | Check return results for errors | Neal Norwitz | 2006-02-07 | 1 | -0/+5 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 1 | -10/+49 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-02-05 | 1 | -2/+2 |
|
|
* | Patch #1422385: Changes to nis module to support multiple NIS domains | Martin v. Löwis | 2006-02-04 | 1 | -23/+79 |
|
|
* | Drop C library for stat/fstat on Windows. | Martin v. Löwis | 2006-02-03 | 1 | -117/+246 |
|
|
* | maintain support for older python versions in this module so that it | Gregory P. Smith | 2006-01-30 | 1 | -0/+16 |
|
|
* | Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER | Gregory P. Smith | 2006-01-27 | 1 | -3/+18 |
|
|
* | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | Neal Norwitz | 2006-01-25 | 1 | -3/+6 |
|
|
* | commits sourceforge patch #1407992 by neil.norwitz. | Gregory P. Smith | 2006-01-24 | 1 | -7/+7 |
|
|
* | Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the | Gregory P. Smith | 2006-01-24 | 1 | -2/+16 |
|
|
* | _compile(): raise an exception if downcasting to SRE_CODE | Tim Peters | 2006-01-21 | 1 | -37/+40 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 73 | -0/+145 |
|
|
* | Generate getbuildinfo.o each time the linker is invoked; | Martin v. Löwis | 2006-01-18 | 1 | -0/+4 |
|
|
* | SF Bug #1407069, Remove extra semi-colon if there is no long long | Neal Norwitz | 2006-01-17 | 1 | -1/+1 |
|
|
* | Get socketmodule to build after adding netlink support. | Neal Norwitz | 2006-01-16 | 2 | -0/+5 |
|
|
* | the implementation uses ZipImportError, not ZipImporterError... | Fredrik Lundh | 2006-01-15 | 1 | -1/+1 |
|
|
* | Change build format of netlink addresses. | Martin v. Löwis | 2006-01-15 | 1 | -1/+1 |
|
|
* | Patch #1103116: AF_NETLINK sockets basic support. | Martin v. Löwis | 2006-01-14 | 2 | -1/+62 |
|
|
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 1 | -0/+1 |
|
|
* | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 1 | -3/+3 |
|
|
* | Bug #1400115, Fix segfault when calling curses.panel.userptr() | Neal Norwitz | 2006-01-09 | 1 | -0/+5 |
|
|
* | Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_F... | Neal Norwitz | 2006-01-08 | 1 | -0/+11 |
|
|
* | Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ... | Neal Norwitz | 2006-01-08 | 1 | -0/+4 |
|
|
* | Fix icc warnings: strlen() returns size_t | Neal Norwitz | 2006-01-08 | 1 | -4/+5 |
|
|
* | Fix icc warnings: using wrong enum type | Neal Norwitz | 2006-01-07 | 1 | -2/+2 |
|
|
* | Fix icc warnings: extra semi-colon and signed vs unsigned | Neal Norwitz | 2006-01-07 | 1 | -8/+8 |
|
|
* | Fix icc warnings: extra semi-colon | Neal Norwitz | 2006-01-07 | 2 | -3/+3 |
|
|
* | Py_GetBuildInfo(): Squash compiler warnings. | Tim Peters | 2006-01-06 | 1 | -3/+3 |
|
|
* | Deal with empty svn_revisions. | Martin v. Löwis | 2006-01-06 | 1 | -1/+1 |
|
|
* | Drop sys.build_number. Add sys.subversion. | Martin v. Löwis | 2006-01-05 | 1 | -18/+11 |
|
|
* | squash compiler warning on Mac OSX 10.3 | Skip Montanaro | 2006-01-05 | 1 | -0/+4 |
|
|
* | Always set SVNVERSION to "exported" if it otherwise fails. | Martin v. Löwis | 2006-01-05 | 1 | -5/+7 |
|
|
* | Stop maintaining the buildno file. | Martin v. Löwis | 2006-01-05 | 1 | -5/+14 |
|
|
* | Fix errors on 64-bit platforms. Will backport | Neal Norwitz | 2006-01-05 | 1 | -4/+4 |
|
|
* | Remove unneeded directories. | Martin v. Löwis | 2006-01-03 | 167 | -39686/+0 |
|
|
* | Import zlib into Python tree. | Martin v. Löwis | 2006-01-03 | 202 | -0/+54653 |
|
|