]> granicus.if.org Git - python/shortlog
python
2006-01-19 Tim Petersinitwinsound(): this no longer compiled on Windows,
2006-01-19 Tim Petersinitmsvcrt(): This no longer compiled on Windows,...
2006-01-19 Brett CannonAdd a more informative error message for test_float_par...
2006-01-19 Neal NorwitzCheck return result from Py_InitModule*(). This API...
2006-01-18 Tim PetersQuote the path to the executable before invoking system().
2006-01-18 Martin v. LöwisAdd missing make_buildinfo.c.
2006-01-18 Martin v. LöwisGenerate getbuildinfo.o each time the linker is invoked;
2006-01-17 Fredrik Lundhfixed example:
2006-01-17 Barry WarsawSF bug #1347874; FeedParser does not comply with RFC2822.
2006-01-17 Neal NorwitzSF Bug #1407069, Remove extra semi-colon if there is...
2006-01-17 Barry WarsawUpdate email.Message.get_filename() documentation.
2006-01-17 Barry WarsawPorted 42075 from release23-maint branch.
2006-01-16 Vinay SajipRefactoring for fileConfig. Contributed by Shane Hathaway.
2006-01-16 Vinay SajipChanges due to added test for fileConfig contributed...
2006-01-16 Vinay SajipAdded test for fileConfig. Contributed by Shane Hathaway.
2006-01-16 Vinay SajipExceptions raised during renaming in rotating file...
2006-01-16 Vinay SajipExceptions raised during renaming in rotating file...
2006-01-16 Vinay SajipTimedRotatingFileHandler now calculates next rollover...
2006-01-16 Vinay SajipFixed bug in time-to-midnight calculation.
2006-01-16 Neal Norwitzrefresh every 12 hours for crazy people like me that...
2006-01-16 Neal NorwitzGet socketmodule to build after adding netlink support.
2006-01-15 Andrew M. KuchlingAdd recent item
2006-01-15 Fredrik Lundhthe implementation uses ZipImportError, not ZipImporter...
2006-01-15 Fredrik Lundhthe implementation uses ZipImportError, not ZipImporter...
2006-01-15 Fredrik Lundhtypo
2006-01-15 Martin v. LöwisRemove buildno.
2006-01-15 Martin v. LöwisPatch #1396093: Further .vcproj cleanups
2006-01-15 Georg BrandlRemove dots in \version{changed,added} argument and
2006-01-15 Martin v. LöwisChange build format of netlink addresses.
2006-01-15 Neal NorwitzRemove extra period at end.
2006-01-14 Neal NorwitzAlphabetize some names and remove a dupe
2006-01-14 Martin v. LöwisPatch #1103116: AF_NETLINK sockets basic support.
2006-01-14 Fredrik Lundhadded kjohnson to the ACKS list
2006-01-14 Armin Rigocollected my segfaulting Python examples from the SF...
2006-01-14 Neal NorwitzFix typo
2006-01-13 Georg BrandlBug #1394565: SimpleHTTPServer now doesn't choke on...
2006-01-13 Georg BrandlBug #1403410: The warnings module now doesn't get confused
2006-01-13 Tim PetersWhitespace normalization.
2006-01-12 Georg BrandlTest curses.setupterm() before initscr().
2006-01-11 Neal NorwitzFix SF bug #1402308, segfault when using mmap(-1, ...)
2006-01-11 Neal Norwitzadd another crash reported by Thomas Wouters
2006-01-11 Fredrik Lundhadded a missing +\versionadded{2.2} tag
2006-01-11 Fredrik Lundhadded a few missing \versionadded{2.3} tags
2006-01-10 Georg BrandlBug #1397205: doc typo
2006-01-10 Georg BrandlRemove outstanding_crashes again.
2006-01-10 Georg BrandlAdd outstanding_crashes.py with tests for crashes.
2006-01-10 Neal NorwitzAs I threatened on python-dev, add a directory which...
2006-01-10 Neal NorwitzSF bug #1400822, Extended version of _curses over{lay...
2006-01-10 Neal Norwitz- Patch #1400181, fix unicode string formatting to...
2006-01-09 Fredrik Lundhadded a couple of missing periods.
2006-01-09 Georg BrandlCorrect test_builtin locale handling.
2006-01-09 Fredrik Lundhfixed broken sentence
2006-01-09 Fredrik Lundhtypo
2006-01-09 Walter DörwaldFix typos.
2006-01-09 Neal NorwitzAdd some notes about a recurring problem with OpenBSD
2006-01-09 Neal NorwitzFix bugs #1244610, #1392915, fix build problem on OpenB...
2006-01-09 Neal NorwitzBug #1400115, Fix segfault when calling curses.panel...
2006-01-08 Georg BrandlAdd myself.
2006-01-08 Georg BrandlAdd a test file (which isn't run by regrtest) for bugs...
2006-01-08 Martin v. LöwisPatch #1299675: Pass metadata in upload.
2006-01-08 Martin v. LöwisPatch #1177307: UTF-8-Sig codec.
2006-01-08 Martin v. LöwisPatch #881820: look for openpty and forkpty also in...
2006-01-08 Neal NorwitzRemove some shadowed variables
2006-01-08 Neal Norwitzstrlen() returns a size_t, get rid of 64-bit warning
2006-01-08 Tim PetersRepair bizarre indentation created by VC 7.1.
2006-01-08 Tim Petersalias_for_import_name(): Dueling compiler warnings ;-)
2006-01-08 Tim Petersanalyze_cells(): This no longer compiled under VC...
2006-01-08 Neal NorwitzRevert previous checkin, the check is for <, not =...
2006-01-08 Neal Norwitzignore db_home (result of db tests)
2006-01-08 Neal Norwitzignore db_home (result of db tests) and autom4te.cache...
2006-01-08 Neal NorwitzFix icc warnings: remove (sometimes) unused variable...
2006-01-08 Neal NorwitzFix icc warnings: remove unused variable
2006-01-08 Neal NorwitzFix icc warnings. This couldn't have been correct...
2006-01-08 Neal NorwitzFix icc warnings: try to set TCL_UNIX_FD for #if TCL_WI...
2006-01-08 Neal NorwitzFix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined...
2006-01-08 Neal NorwitzFix icc warnings: conversion from "long" to "int" may...
2006-01-08 Neal NorwitzFix icc warnings: strlen() returns size_t
2006-01-07 Tim PetersRevert revision 41940: the test causes -uall to
2006-01-07 Neal Norwitzicc accepts -OPT... but generates a warning, so just...
2006-01-07 Neal NorwitzFix icc warnings: single bit fields should be unsigned
2006-01-07 Neal NorwitzFix icc warnings: shadowing local variable (i) and...
2006-01-07 Neal NorwitzFix icc warnings: single bit fields should be unsigned...
2006-01-07 Neal NorwitzFix icc warnings: shadowing local variables
2006-01-07 Neal NorwitzFix icc warnings: using wrong enum type
2006-01-07 Neal NorwitzFix icc warnings: extra semi-colon and signed vs unsigned
2006-01-07 Neal NorwitzFix icc warnings: extra semi-colon
2006-01-07 Neal NorwitzIf there is no libtermcap all the readline tests failed.
2006-01-06 Georg BrandlAdd compiler test regarding optional arguments.
2006-01-06 Georg BrandlCorrect typo
2006-01-06 Neal Norwitzinitscr() will exit if there's an error. Try to catch...
2006-01-06 Tim PetersPy_GetBuildInfo(): Squash compiler warnings.
2006-01-06 Tim Peterssvnversion_init(): Use standard layout for function...
2006-01-06 Tim PetersTrimmed trailing whitespace.
2006-01-06 Martin v. LöwisGeneralize buildno to be a sequence of non-comma
2006-01-06 Martin v. LöwisDeal with empty svn_revisions.
2006-01-05 Martin v. LöwisAdd HeadURL to the keywords.
2006-01-05 Martin v. LöwisDrop sys.build_number. Add sys.subversion.
2006-01-05 Skip Montanarosquash compiler warning on Mac OSX 10.3
2006-01-05 Martin v. LöwisAlways set SVNVERSION to "exported" if it otherwise...
2006-01-05 Martin v. LöwisStop maintaining the buildno file.
next