]> granicus.if.org Git - python/shortlog
python
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.
2006-01-05 Neal NorwitzIf the audio file does not exist, the test should be...
2006-01-05 Neal NorwitzTry to make svnversion test more portable, based on...
2006-01-05 Neal NorwitzSkip test_curses if stdin is not a tty (like when run...
2006-01-05 Neal NorwitzFix errors on 64-bit platforms. Will backport
2006-01-04 Georg BrandlBug #1395715: wrong LaTeX label
2006-01-04 Hye-Shik ChangFix a warning from gcc by adding a missed const qualifier.
2006-01-03 Barry WarsawSF bug #1395926: Also test for svnversion command on...
2006-01-03 Martin v. LöwisMention that zlib is now builtin on Windows.
2006-01-03 Martin v. LöwisPatch #1307806: Use project defaults where possible
2006-01-03 Martin v. LöwisMake zlib builtin.
2006-01-03 Martin v. LöwisRemove unneeded directories.
2006-01-03 Martin v. LöwisImport zlib into Python tree.
2006-01-03 Martin v. LöwisIgnore .svn instead of CVS now.
2006-01-03 Barry WarsawOn the Mac, we have to ignore python.exe too.
2006-01-03 Neal NorwitzDammit, who the hell spells build with ii?
2006-01-03 Neal NorwitzUpdated doc from patch 1117398
2006-01-03 Neal NorwitzAs discussed on python-dev, don't remove Python-ast...
2006-01-03 Neal Norwitzinstall svn in /usr/local/bin and remove from ~/local/bin
2006-01-02 Neal Norwitzget the proper full pathname of the script. spell...
2006-01-02 Neal Norwitz* Change tabs to spaces
2006-01-02 Georg BrandlBug #1395597: doc typo
2006-01-02 Martin v. LöwisRegenerate.
2006-01-02 Martin v. LöwisAdjust usage of compiler_use_new_block to its return...
2006-01-02 Neal NorwitzScript to automatically build and test python and doc...
2006-01-02 Fred Drakeupdate to reflect move to Subversion
2006-01-02 Neal NorwitzFix ref/memory leak introduced in rev 41845.
2006-01-01 Barry WarsawPorted from 2.4 branch:
2006-01-01 Georg BrandlBug #1394868: doc typos
next