2006-01-18 |
Martin v. Löwis | Add missing make_buildinfo.c. |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Martin v. Löwis | Generate getbuildinfo.o each time the linker is invoked; |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Fredrik Lundh | fixed example: |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Barry Warsaw | SF bug #1347874; FeedParser does not comply with RFC2822. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Neal Norwitz | SF Bug #1407069, Remove extra semi-colon if there is... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Barry Warsaw | Update email.Message.get_filename() documentation. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Barry Warsaw | Ported 42075 from release23-maint branch. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Refactoring for fileConfig. Contributed by Shane Hathaway. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Changes due to added test for fileConfig contributed... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Added test for fileConfig. Contributed by Shane Hathaway. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Exceptions raised during renaming in rotating file... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Exceptions raised during renaming in rotating file... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | TimedRotatingFileHandler now calculates next rollover... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Vinay Sajip | Fixed bug in time-to-midnight calculation. |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Neal Norwitz | refresh every 12 hours for crazy people like me that... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Neal Norwitz | Get socketmodule to build after adding netlink support. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Andrew M. Kuchling | Add recent item |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Fredrik Lundh | the implementation uses ZipImportError, not ZipImporter... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Fredrik Lundh | the implementation uses ZipImportError, not ZipImporter... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Fredrik Lundh | typo |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Martin v. Löwis | Remove buildno. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Martin v. Löwis | Patch #1396093: Further .vcproj cleanups |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Georg Brandl | Remove dots in \version{changed,added} argument and |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Martin v. Löwis | Change build format of netlink addresses. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Neal Norwitz | Remove extra period at end. |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Neal Norwitz | Alphabetize some names and remove a dupe |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Martin v. Löwis | Patch #1103116: AF_NETLINK sockets basic support. |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Fredrik Lundh | added kjohnson to the ACKS list |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Armin Rigo | collected my segfaulting Python examples from the SF... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Georg Brandl | Bug #1394565: SimpleHTTPServer now doesn't choke on... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Georg Brandl | Bug #1403410: The warnings module now doesn't get confused |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Georg Brandl | Test curses.setupterm() before initscr(). |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Neal Norwitz | Fix SF bug #1402308, segfault when using mmap(-1, ...) |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Neal Norwitz | add another crash reported by Thomas Wouters |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Fredrik Lundh | added a missing +\versionadded{2.2} tag |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Fredrik Lundh | added a few missing \versionadded{2.3} tags |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Georg Brandl | Bug #1397205: doc typo |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Georg Brandl | Remove outstanding_crashes again. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Georg Brandl | Add outstanding_crashes.py with tests for crashes. |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neal Norwitz | As I threatened on python-dev, add a directory which... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neal Norwitz | SF bug #1400822, Extended version of _curses over{lay... |
commit | commitdiff | tree | snapshot |
2006-01-10 |
Neal Norwitz | - Patch #1400181, fix unicode string formatting to... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Fredrik Lundh | added a couple of missing periods. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Georg Brandl | Correct test_builtin locale handling. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Fredrik Lundh | fixed broken sentence |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Fredrik Lundh | typo |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Add some notes about a recurring problem with OpenBSD |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Fix bugs #1244610, #1392915, fix build problem on OpenB... |
commit | commitdiff | tree | snapshot |
2006-01-09 |
Neal Norwitz | Bug #1400115, Fix segfault when calling curses.panel... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Georg Brandl | Add myself. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Georg Brandl | Add a test file (which isn't run by regrtest) for bugs... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #1299675: Pass metadata in upload. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #1177307: UTF-8-Sig codec. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Martin v. Löwis | Patch #881820: look for openpty and forkpty also in... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Remove some shadowed variables |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | strlen() returns a size_t, get rid of 64-bit warning |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Tim Peters | Repair bizarre indentation created by VC 7.1. |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Tim Peters | alias_for_import_name(): Dueling compiler warnings ;-) |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Tim Peters | analyze_cells(): This no longer compiled under VC... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Revert previous checkin, the check is for <, not =... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | ignore db_home (result of db tests) |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | ignore db_home (result of db tests) and autom4te.cache... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: remove (sometimes) unused variable... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: remove unused variable |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings. This couldn't have been correct... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WI... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: conversion from "long" to "int" may... |
commit | commitdiff | tree | snapshot |
2006-01-08 |
Neal Norwitz | Fix icc warnings: strlen() returns size_t |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Tim Peters | Revert revision 41940: the test causes -uall to |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | icc accepts -OPT... but generates a warning, so just... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: single bit fields should be unsigned |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: shadowing local variable (i) and... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: single bit fields should be unsigned... |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: shadowing local variables |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: using wrong enum type |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: extra semi-colon and signed vs unsigned |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | Fix icc warnings: extra semi-colon |
commit | commitdiff | tree | snapshot |
2006-01-07 |
Neal Norwitz | If there is no libtermcap all the readline tests failed. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Georg Brandl | Add compiler test regarding optional arguments. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Georg Brandl | Correct typo |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Neal Norwitz | initscr() will exit if there's an error. Try to catch... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | Py_GetBuildInfo(): Squash compiler warnings. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | svnversion_init(): Use standard layout for function... |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Martin v. Löwis | Generalize buildno to be a sequence of non-comma |
commit | commitdiff | tree | snapshot |
2006-01-06 |
Martin v. Löwis | Deal with empty svn_revisions. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Add HeadURL to the keywords. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Drop sys.build_number. Add sys.subversion. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Skip Montanaro | squash compiler warning on Mac OSX 10.3 |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Always set SVNVERSION to "exported" if it otherwise... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Martin v. Löwis | Stop maintaining the buildno file. |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | If the audio file does not exist, the test should be... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Try to make svnversion test more portable, based on... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Skip test_curses if stdin is not a tty (like when run... |
commit | commitdiff | tree | snapshot |
2006-01-05 |
Neal Norwitz | Fix errors on 64-bit platforms. Will backport |
commit | commitdiff | tree | snapshot |
2006-01-04 |
Georg Brandl | Bug #1395715: wrong LaTeX label |
commit | commitdiff | tree | snapshot |
next |