]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2006-01-01  Tim PetersFixed English in a comment; trimmed trailing whitespace;
2005-12-30  Tim Peterstest_main(): Restore the original root logger level...
2005-12-30  Tim PetersWhitespace normalization.
2005-12-30  Martin v. LöwisWork around test_locale failing on Solaris.
2005-12-30  Martin v. LöwisUse -xcode=pic32 for SunPro. Will backport to 2.4.
2005-12-30  Skip MontanaroFix a delimiter detection problem in sniffer. Sniffing...
2005-12-30  Skip Montanarotypo, use parens for continued expr
2005-12-29  Fredrik LundhSF#1391872
2005-12-29  Armin RigoSF patch #1379023: document that a weakref callback...
2005-12-29  Armin RigoSF bug #1153075: "PyXxx_Check(x) trusts x->ob_type...
2005-12-29  Armin Rigoadding in-place operators to the operator module.
2005-12-29  Armin RigoTypo.
2005-12-29  Armin RigoSF patch #1390657:
2005-12-29  Armin Rigotwo missing PyDoc_STR().
2005-12-28  Skip Montanarotypo
2005-12-28  Skip MontanaroFix for problem with Sniffer class. If your delimiter...
2005-12-27  Georg BrandlBug #999767: make setup.py obey Setup.local wrt shared...
2005-12-27  Georg Brandl[ 959576 ] Can't build Python on POSIX w/o $HOME
2005-12-27  Georg BrandlRevert checkin for bug #1386675.
2005-12-27  Georg BrandlBug #1386675: winreg raises WindowsErrors
2005-12-26  Georg BrandlBug #1389673: document correct return value of set...
2005-12-26  Georg BrandlBug #489256: remove note about Python 1.1 profiler
2005-12-26  Georg BrandlBug #954981: urllib2 example wont work w/o ssl
2005-12-26  Georg BrandlBug #839075: document that highly recursive data cannot...
next