]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-07-24  Facundo BatistaNew tests for basic behavior of smtplib.SMTP and
2007-07-24  Nick CoghlanTry to get rid of spurious failure in test_resource...
2007-07-24  Nick CoghlanFix an incompatibility between the -i and -m command...
2007-07-24  Nick CoghlanTweak runpy test to do a better job of confirming that...
2007-07-23  Nick CoghlanCorrectly cleanup sys.modules after executing runpy...
2007-07-22  Nick CoghlanAdd explicit relative import tests for runpy.run_module
2007-07-22  Facundo BatistaSelectively enable tests for asyncore.readwrite based...
2007-07-21  Martin v. LöwisPEP 3123: Provide forward compatibility with Python...
2007-07-19  Facundo BatistaAdded a select.select call in the test server loop...
2007-07-19  Walter DörwaldDocument that codecs.lookup() returns a CodecInfo object.
2007-07-18  Georg BrandlAdd description for wave.setcomptype() values
2007-07-18  Kurt B. KaiserFix failing unicode test caused by change to ast.c...
2007-07-18  Guido van RossumSF patch# 1755885 by Kurt Kaiser: show location of...
2007-07-18  Georg BrandlUse "Unix" as platform name, not "UNIX".
2007-07-17  Facundo BatistaPrevent asyncore.dispatcher tests from hanging by addin...
2007-07-15  Facundo BatistaChanged the used port and commented out some tests...
2007-07-14  Facundo BatistaFirst version. Includes tests for helper functions...
2007-07-14  Andrew M. KuchlingAvoid exception if there's a stray directory inside...
2007-07-14  Andrew M. KuchlingTypo fix
2007-07-14  Georg BrandlClarify webbrowser.open description.
2007-07-14  Georg BrandlBug #1753406: missing \versionadded for subprocess...
2007-07-13  Barry WarsawIn response to this SF bug:
2007-07-13  Thomas HellerPyType_stgdict() returns a borrowed reference which...
2007-07-13  Thomas HellerFix for SF# 1649098: avoid zero-sized array declaration...
2007-07-13  Thomas HellerFix for SF# 1701409: segfault in c_char_p of ctypes...
2007-07-13  Thomas HellerDo not try to load the GLUT library in the ctypes tests...
2007-07-13  Thomas HellerAdd tests for _ctypes.COMError.
2007-07-13  Thomas HellerRepair COMError. Since exceptions are new style classe...
2007-07-13  Raymond HettingerCorrect the docs for takewhile(). Improve the recipe...
2007-07-13  Facundo BatistaAdded tests for basic behavior of DateTime, Binary...
2007-07-12  Georg BrandlPatch #1675424: Added tests for uncovered code in the...
2007-07-12  Georg BrandlBug #1637365: add subsection about "__name__ == __main_...
2007-07-12  Georg BrandlPatch #1731169: clean up expected skips list.
2007-07-12  Georg BrandlPatch #1731659: improve time.strptime docs.
2007-07-12  Georg BrandlPatch #1673759: add a missing overflow check when forma...
2007-07-12  Georg BrandlPatch #1739696: use code.co_code only if really necessary
2007-07-12  Georg BrandlPatch #1752270, #1750931: complain if urllib2 add_handl...
2007-07-11  Georg BrandlFix #1752132: wrong comment in opcode description.
2007-07-09  Ronald OussorenPatch 1673122: be explicit about which libtool to use...
2007-07-09  Ronald OussorenPatch 1693258: Fix for duplicate "preferences" menu...
2007-07-06  Neal NorwitzFix typo in comment
2007-07-05  Kurt B. KaiserMany calls to tk.call involve an arglist containing...
2007-07-04  Mark Hammondcopy built files to the PCBuild directory, where tools...
2007-07-02  Georg BrandlRemove duplicate sentence from alarm() doc.
2007-07-01  Georg BrandlFix a few webbrowser.py problems.
2007-06-30  Georg BrandlDocument smtp.SMTPAuthenticationError.
2007-06-27  Georg BrandlFix a variable name in winreg docs.
2007-06-25  Georg BrandlBug #1742901: document None behavior of shlex.split.
2007-06-19  Georg BrandlBug #1739115: make shutil.rmtree docs clear wrt. file...
2007-06-19  Georg BrandlBug #1737864: allow empty message in logging format...
2007-06-18  Lars GustäbelAdded missing \versionchanged tag for the new exclude
2007-06-18  Lars GustäbelAdded exclude keyword argument to the TarFile.add(...
2007-06-18  Neal NorwitzRevert last change for SF #1738754, there's no print...
2007-06-18  Neal NorwitzSF #1738754, remove extra backslash in string
2007-06-17  Neal NorwitzSF #1738670, make example in doc work
2007-06-16  Georg BrandlAdd missing \versionadded.
2007-06-16  Martin v. LöwisMention Senthil Kumaran.
2007-06-15  Andrew M. KuchlingAdd a word
2007-06-15  Neal Norwitzurllib2_localnet says it leaks probably due to threads...
2007-06-14  Martin v. LöwisPatch #1734014: Use _I64_MAX instead of LLONG_MAX.
2007-06-13  Walter DörwaldAdd T_PYSSIZET in structmember.h: This can be used for
2007-06-13  Thomas HellerBuild bzip2.
2007-06-13  Thomas HellerNotes about building tcl/tk for windows/AMD64.
2007-06-13  Thomas HellerDo not hardcode the buildbot's directory name.
2007-06-13  Martin v. LöwisProvide PY_LLONG_MAX on all systems having long long.
2007-06-12  Thomas HellerDon't rebuild Berkeley DB if not needed (this was commi...
2007-06-12  Thomas HellerAdd bufferoverflowU.lib to PCBuild\_bsddb.vcproj.
2007-06-12  Thomas HellerSpecify the bufferoverflowU.lib to the makefile on...
2007-06-12  Thomas HellerRevert this change, since it breaks the win32 build:
2007-06-12  Thomas HellerAdd bufferoverflowU.lib to the libraries needed by...
2007-06-12  Thomas HellerCheckout, but do not yet try to build, exernal sources.
2007-06-12  Marc-André... Add patch #1726668: Windows Vista support.
2007-06-12  Marc-André... Apply patch #1734945 to support TurboLinux as distribution.
2007-06-11  Facundo BatistaAdded versionchanged flag to all the methods which...
2007-06-11  Thomas HellerUse "O&" in calls to PyArg_Parse when we need a 'void...
2007-06-11  Neal NorwitzReflow long line
2007-06-11  Neal NorwitzBug #1734723: Fix repr.Repr() so it doesn't ignore...
2007-06-11  Neal NorwitzNot sure why this only fails sometimes on Unix machines...
2007-06-11  Neal NorwitzSF #1734732, lower case the module names per PEP 8.
2007-06-11  Neal NorwitzAdd all of the distuils modules that don't seem to...
2007-06-11  Neal NorwitzPrevent hang if the port cannot be opened.
2007-06-11  Neal NorwitzFix a bug when there was a newline in the string expand...
2007-06-11  Neal NorwitzPrevent these tests from running on Win64 since they...
2007-06-11  Neal NorwitzIgnore config.status.lineno which seems new (new autoconf?)
2007-06-11  Neal NorwitzIgnore valgrind problems on Ubuntu from ld
2007-06-11  Neal NorwitzAdd Atul Varma for patch # 1667860
2007-06-10  Thomas HellerRevert commit 55855.
2007-06-10  Thomas HellerNeed to set the environment variables, otherwise devenv...
2007-06-10  Thomas HellerFor now, disable the _bsddb, _sqlite3, _ssl, _testcapi...
2007-06-10  Thomas HellerFirst version of build scripts for Windows/AMD64 (no...
2007-06-09  Martin v. LöwisProvide LLONG_MAX for S390.
2007-06-09  Martin v. LöwisFix Windows build.
2007-06-09  Martin v. LöwisPatch #1733960: Allow T_LONGLONG to accept ints.
2007-06-09  Neal NorwitzUse macro version of GET_SIZE to avoid Coverity warning...
2007-06-09  Neal NorwitzPrevent expandtabs() on string and unicode objects...
2007-06-08  Thomas HellerFix warnings by using proper function prototype.
2007-06-08  Thomas HellerFix wrong documentation, and correct the punktuation.
2007-06-08  Thomas HellerFix gcc warnings intruduced by passing Py_ssize_t to...
2007-06-08  Thomas Heller[ 1715718 ] x64 clean compile patch for _ctypes, by...
2007-06-08  Martin v. LöwisBug #1733488: Fix compilation of bufferobject.c on...
next