| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1103116: AF_NETLINK sockets basic support. | Martin v. Löwis | 2006-01-14 | 8 | -6/+160 |
|
|
* | added kjohnson to the ACKS list | Fredrik Lundh | 2006-01-14 | 1 | -0/+1 |
|
|
* | collected my segfaulting Python examples from the SF trackers | Armin Rigo | 2006-01-14 | 8 | -0/+99 |
|
|
* | Fix typo | Neal Norwitz | 2006-01-14 | 1 | -1/+1 |
|
|
* | Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters | Georg Brandl | 2006-01-13 | 2 | -0/+6 |
|
|
* | Bug #1403410: The warnings module now doesn't get confused | Georg Brandl | 2006-01-13 | 2 | -1/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-13 | 3 | -100/+99 |
|
|
* | Test curses.setupterm() before initscr(). | Georg Brandl | 2006-01-12 | 1 | -2/+3 |
|
|
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 5 | -0/+13 |
|
|
* | add another crash reported by Thomas Wouters | Neal Norwitz | 2006-01-11 | 1 | -0/+10 |
|
|
* | added a missing +\versionadded{2.2} tag | Fredrik Lundh | 2006-01-11 | 1 | -0/+1 |
|
|
* | added a few missing \versionadded{2.3} tags | Fredrik Lundh | 2006-01-11 | 3 | -0/+6 |
|
|
* | Bug #1397205: doc typo | Georg Brandl | 2006-01-10 | 1 | -1/+1 |
|
|
* | Remove outstanding_crashes again. | Georg Brandl | 2006-01-10 | 1 | -38/+0 |
|
|
* | Add outstanding_crashes.py with tests for crashes. | Georg Brandl | 2006-01-10 | 2 | -0/+41 |
|
|
* | As I threatened on python-dev, add a directory which contains all known | Neal Norwitz | 2006-01-10 | 4 | -0/+97 |
|
|
* | SF bug #1400822, Extended version of _curses over{lay,write} does not work | Neal Norwitz | 2006-01-10 | 4 | -4/+15 |
|
|
* | - Patch #1400181, fix unicode string formatting to not use the locale. | Neal Norwitz | 2006-01-10 | 2 | -16/+25 |
|
|
* | added a couple of missing periods. | Fredrik Lundh | 2006-01-09 | 1 | -4/+4 |
|
|
* | Correct test_builtin locale handling. | Georg Brandl | 2006-01-09 | 1 | -1/+1 |
|
|
* | fixed broken sentence | Fredrik Lundh | 2006-01-09 | 1 | -3/+3 |
|
|
* | typo | Fredrik Lundh | 2006-01-09 | 1 | -1/+1 |
|
|
* | Fix typos. | Walter Dörwald | 2006-01-09 | 1 | -3/+3 |
|
|
* | Add some notes about a recurring problem with OpenBSD | Neal Norwitz | 2006-01-09 | 1 | -0/+38 |
|
|
* | Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. | Neal Norwitz | 2006-01-09 | 3 | -5/+8 |
|
|
* | Bug #1400115, Fix segfault when calling curses.panel.userptr() | Neal Norwitz | 2006-01-09 | 3 | -0/+19 |
|
|
* | Add myself. | Georg Brandl | 2006-01-08 | 1 | -0/+1 |
|
|
* | Add a test file (which isn't run by regrtest) for bugs which | Georg Brandl | 2006-01-08 | 1 | -0/+24 |
|
|
* | Patch #1299675: Pass metadata in upload. | Martin v. Löwis | 2006-01-08 | 1 | -9/+33 |
|
|
* | Patch #1177307: UTF-8-Sig codec. | Martin v. Löwis | 2006-01-08 | 4 | -1/+212 |
|
|
* | Patch #881820: look for openpty and forkpty also in libbsd. | Martin v. Löwis | 2006-01-08 | 3 | -3/+163 |
|
|
* | Remove some shadowed variables | Neal Norwitz | 2006-01-08 | 3 | -4/+4 |
|
|
* | strlen() returns a size_t, get rid of 64-bit warning | Neal Norwitz | 2006-01-08 | 1 | -1/+1 |
|
|
* | Repair bizarre indentation created by VC 7.1. | Tim Peters | 2006-01-08 | 1 | -1/+1 |
|
|
* | alias_for_import_name(): Dueling compiler warnings ;-) | Tim Peters | 2006-01-08 | 1 | -1/+2 |
|
|
* | analyze_cells(): This no longer compiled under VC 7.1. | Tim Peters | 2006-01-08 | 1 | -1/+2 |
|
|
* | Revert previous checkin, the check is for <, not ==. i is unsed in non-debug... | Neal Norwitz | 2006-01-08 | 1 | -2/+5 |
|
|
* | ignore db_home (result of db tests) | Neal Norwitz | 2006-01-08 | 0 | -0/+0 |
|
|
* | ignore db_home (result of db tests) and autom4te.cache from autoconf | Neal Norwitz | 2006-01-08 | 0 | -0/+0 |
|
|
* | Fix icc warnings: remove (sometimes) unused variable conditionally | Neal Norwitz | 2006-01-08 | 1 | -2/+4 |
|
|
* | Fix icc warnings: remove unused variable | Neal Norwitz | 2006-01-08 | 1 | -2/+1 |
|
|
* | Fix icc warnings. This couldn't have been correct since i is checked | Neal Norwitz | 2006-01-08 | 1 | -5/+2 |
|
|
* | 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: conversion from "long" to "int" may lose significant bits | Neal Norwitz | 2006-01-08 | 2 | -15/+15 |
|
|
* | Fix icc warnings: strlen() returns size_t | Neal Norwitz | 2006-01-08 | 2 | -7/+7 |
|
|
* | Revert revision 41940: the test causes -uall to | Tim Peters | 2006-01-07 | 1 | -4/+1 |
|
|
* | icc accepts -OPT... but generates a warning, so just disable the check | Neal Norwitz | 2006-01-07 | 2 | -1/+13 |
|
|
* | Fix icc warnings: single bit fields should be unsigned | Neal Norwitz | 2006-01-07 | 1 | -7/+7 |
|
|
* | Fix icc warnings: shadowing local variable (i) and complex is set but not use... | Neal Norwitz | 2006-01-07 | 1 | -3/+2 |
|
|