summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TimedRotatingFileHandler now calculates next rollover from previous rollover ...Vinay Sajip2006-01-161-1/+1
* Fixed bug in time-to-midnight calculation.Vinay Sajip2006-01-161-3/+6
* refresh every 12 hours for crazy people like me that keep the page upNeal Norwitz2006-01-161-1/+5
* Get socketmodule to build after adding netlink support.Neal Norwitz2006-01-162-0/+5
* Add recent itemAndrew M. Kuchling2006-01-151-0/+8
* the implementation uses ZipImportError, not ZipImporterError...Fredrik Lundh2006-01-151-1/+1
* the implementation uses ZipImportError, not ZipImporterError...Fredrik Lundh2006-01-151-1/+1
* typoFredrik Lundh2006-01-151-1/+1
* Remove buildno.Martin v. Löwis2006-01-152-177/+0
* Patch #1396093: Further .vcproj cleanupsMartin v. Löwis2006-01-152-2838/+9
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-157-12/+12
* Change build format of netlink addresses.Martin v. Löwis2006-01-151-1/+1
* Remove extra period at end.Neal Norwitz2006-01-151-1/+1
* Alphabetize some names and remove a dupeNeal Norwitz2006-01-141-16/+15
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-148-6/+160
* added kjohnson to the ACKS listFredrik Lundh2006-01-141-0/+1
* collected my segfaulting Python examples from the SF trackersArmin Rigo2006-01-148-0/+99
* Fix typoNeal Norwitz2006-01-141-1/+1
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-132-0/+6
* Bug #1403410: The warnings module now doesn't get confusedGeorg Brandl2006-01-132-1/+4
* Whitespace normalization.Tim Peters2006-01-133-100/+99
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-115-0/+13
* add another crash reported by Thomas WoutersNeal Norwitz2006-01-111-0/+10
* added a missing +\versionadded{2.2} tagFredrik Lundh2006-01-111-0/+1
* added a few missing \versionadded{2.3} tagsFredrik Lundh2006-01-113-0/+6
* Bug #1397205: doc typoGeorg Brandl2006-01-101-1/+1
* Remove outstanding_crashes again.Georg Brandl2006-01-101-38/+0
* Add outstanding_crashes.py with tests for crashes.Georg Brandl2006-01-102-0/+41
* As I threatened on python-dev, add a directory which contains all knownNeal Norwitz2006-01-104-0/+97
* SF bug #1400822, Extended version of _curses over{lay,write} does not workNeal Norwitz2006-01-104-4/+15
* - Patch #1400181, fix unicode string formatting to not use the locale.Neal Norwitz2006-01-102-16/+25
* added a couple of missing periods.Fredrik Lundh2006-01-091-4/+4
* Correct test_builtin locale handling.Georg Brandl2006-01-091-1/+1
* fixed broken sentenceFredrik Lundh2006-01-091-3/+3
* typoFredrik Lundh2006-01-091-1/+1
* Fix typos.Walter Dörwald2006-01-091-3/+3
* Add some notes about a recurring problem with OpenBSDNeal Norwitz2006-01-091-0/+38
* Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8.Neal Norwitz2006-01-093-5/+8
* Bug #1400115, Fix segfault when calling curses.panel.userptr()Neal Norwitz2006-01-093-0/+19
* Add myself.Georg Brandl2006-01-081-0/+1
* Add a test file (which isn't run by regrtest) for bugs whichGeorg Brandl2006-01-081-0/+24
* Patch #1299675: Pass metadata in upload.Martin v. Löwis2006-01-081-9/+33
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-084-1/+212
* Patch #881820: look for openpty and forkpty also in libbsd.Martin v. Löwis2006-01-083-3/+163
* Remove some shadowed variablesNeal Norwitz2006-01-083-4/+4
* strlen() returns a size_t, get rid of 64-bit warningNeal Norwitz2006-01-081-1/+1
* Repair bizarre indentation created by VC 7.1.Tim Peters2006-01-081-1/+1
* alias_for_import_name(): Dueling compiler warnings ;-)Tim Peters2006-01-081-1/+2
* analyze_cells(): This no longer compiled under VC 7.1.Tim Peters2006-01-081-1/+2