]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-03-18  Hye-Shik ChangIgnore *.pyc and *.pyo
2006-03-18  Walter DörwaldChange raise statement to PEP 8 style.
2006-03-18  Barry WarsawShim for test_email_renamed.py tests.
2006-03-18  Barry WarsawMerge email package 4.0 from the sandbox, including...
2006-03-18  Walter DörwaldAdd tests for the C APIs PyCodec_IncrementalEncoder...
2006-03-18  Walter DörwaldRelease codecs variable earlier.
2006-03-18  Thomas HellerFix compiler warning.
2006-03-18  Georg BrandlBug #1353433: be conciliant with spaces in redirect...
2006-03-18  Georg BrandlPreviously, Python code had no easy way to access the...
2006-03-17  Andrew M. KuchlingYou need at least one \item
2006-03-17  Andrew M. KuchlingWrite section
2006-03-17  Georg BrandlRFE #567972: Socket objects' family, type and proto...
2006-03-17  Georg BrandlFix some missing checks after PyTuple_New, PyList_New...
2006-03-17  Georg BrandlRemove the lib-old modules from Doc/lib/libundoc.tex.
2006-03-17  Nick CoghlanFix bug 1441408 where a double colon didn't trigger...
2006-03-17  Georg BrandlMore \exception fixes.
2006-03-17  Andrew M. KuchlingAdd two items
2006-03-17  Andrew M. KuchlingMarkup fix
2006-03-17  Thomas HellerMerge changes from the upstream version:
2006-03-17  Andrew M. KuchlingRemove mention of lib-old, and list more deleted modules
2006-03-17  Andrew M. KuchlingAdd some items
2006-03-17  Neal Norwitzas is on the road to keyword-hood, use a different...
2006-03-17  Neal NorwitzOops, copied the wrong code from keeprefs. Get the...
2006-03-17  Neal NorwitzUpdate/expand on comments about leaking tests.
2006-03-17  Neal NorwitzIgnore ctypes leaks, but add a test case so we do not...
2006-03-17  Neal NorwitzTry to find a host that responds slower from python...
2006-03-17  Tim PetersIntroduced symbol PY_FORMAT_SIZE_T. See the new comments
2006-03-16  Walter DörwaldFix wrong argument format in PyCodec_IncrementalEncoder...
2006-03-16  Thomas HellerFix a test that fails when libGL.so and libGLU.so are...
2006-03-16  Thomas HellerFix a leak that would happen under error conditions...
2006-03-16  Thomas HellerUse int 0 as default defval for LCID if nothing has...
2006-03-16  Thomas HellerFix compiler warning.
2006-03-16  Thomas HellerFixes from Neal Norwitz, plus other small fixes.
2006-03-16  Thomas HellerRewrite the AllocFunctionCallback function for better...
2006-03-16  Tim PetersSet eol-style to native.
2006-03-16  Trent MickUpdate test_winsound to check for a configured sound...
2006-03-16  Neal NorwitzMake mktuple consistent with mklist to get rid of Cover...
2006-03-16  Neal NorwitzAdd some versionadded info to new incremental codec...
2006-03-16  Thomas HellerDon't delete non-autogenerated source files when cleani...
2006-03-16  Neal NorwitzRemove some more references to regex that I missed.
2006-03-16  Neal NorwitzRemove regsub, reconvert, regex, regex_syntax and every...
2006-03-16  Neal NorwitzAdd a news entry about the sre/re swap.
2006-03-16  Neal NorwitzSpel compatibility write.
2006-03-16  Neal NorwitzAdd back an sre.py that should be backwards compatible...
2006-03-16  Neal NorwitzRename sre.py -> re.py
2006-03-16  Neal NorwitzRemove re.py, in order to rename sre.py -> re.py (svn...
2006-03-16  Neal NorwitzThe pre module has been gone for a while. Need to...
2006-03-16  Tim PetersOops! Use python_d.exe _before_ it's destroyed :-)
2006-03-16  Tim PetersChange the Windows buildbot "clean" step to remove
2006-03-16  Tim PetersMerge the tim-obmalloc branch to the trunk.
2006-03-15  Guido van RossumInstead of relative imports, use (implicitly) absolute...
2006-03-15  Walter DörwaldDocument the other change from patch #1359365.
2006-03-15  Walter DörwaldSF patch #1359365: cStringIO.StringIO.isatty() will...
2006-03-15  Thomas HellerBackport from upstream version: compatibility with...
2006-03-15  Tim PetersWhitespace normalization.
2006-03-15  Walter DörwaldFix typo.
2006-03-15  Nick CoghlanDon't try to explicitly set path in runpy package tests...
2006-03-15  Nick CoghlanDon't let cleanup errors mask real errors in the runpy...
2006-03-15  Vinay SajipCatch situations where currentframe() returns None...
2006-03-15  Nick CoghlanMake test_runpy close all references to test modules...
2006-03-15  Andrew M. KuchlingAdd section
2006-03-15  Walter DörwaldPatch #1436130: codecs.lookup() now returns a CodecInfo...
2006-03-15  Nick CoghlanImplement PEP 338 which has been marked as accepted...
2006-03-15  Tim PetersRevert rev 43041, which introduced the "z" format qualifier
2006-03-15  Tim PetersCField_repr(): PyString_FromFormat() understands the
2006-03-15  Thomas HellerIn 'make clean', delete some files that are generated...
2006-03-15  Walter DörwaldSF patch #1359365: file and cStringIO raise a ValueErro...
2006-03-15  Neal NorwitzMove test code out of xxmodule and into _testcapimodule...
2006-03-15  Guido van RossumUse relative imports in a few places where I noticed...
2006-03-14  Tim PetersRenamed test_hashlib_speed.py to time_hashlib.py.
2006-03-14  Thomas HellerTry to avoid many of the compiler warnings when compili...
2006-03-14  Thomas HellerCast an Py_ssize_t to int, to avoid a compiler warning.
2006-03-14  Thomas HellerFor x86 Release and Debug builds, remove the /Wp64...
2006-03-14  Thomas HellerIntegrate patch from Neal Norwitz. He writes:
2006-03-14  Nick CoghlanTeach the compiler module about augmented assignment...
2006-03-14  Neal NorwitzFix and test (manually w/xx module) passing NULLs to...
2006-03-13  Georg BrandlFix bug found by Coverity: don't allow NULL argument...
2006-03-13  Vinay SajipAdded logThreads and logProcesses to allow conditional...
2006-03-13  Tim PetersIt's necessary to do a Debug build of the bsddb project...
2006-03-13  Tim PetersMinor changes.
2006-03-13  Tim PetersTrimmed trailing whitespace.
2006-03-13  Martin v. LöwisFix build process of bsddb for IA64 and AMD64.
2006-03-13  Martin v. LöwisInitialize VS environment in external.bat as well.
2006-03-13  Martin v. LöwisUpdate to bsddb 4.4.20.
2006-03-13  Nick CoghlanFix SF bug #1448804 and ad a test to ensure that all...
2006-03-13  Martin v. LöwisLet the buildbot make a single pass in the test suite...
2006-03-13  Martin v. LöwisUpdate to bzip2 1.0.3
2006-03-13  Thomas HellerPlug some refcount leaks when tests are run repeatedly.
2006-03-13  Hye-Shik ChangBug #1448490: Fix a bug that ISO-2022 codecs could...
2006-03-13  Thomas HellerRemove the slightly broken test_leaks.py.
2006-03-12  Trent MickAdding the /useenv means that one's PATH actually gets...
2006-03-12  Fredrik Lundhmerged with cElementTree development trunk (1.0.6 snaps...
2006-03-12  Martin v. LöwisMove buildbot scripts to Tools/buildbot.
2006-03-12  Tim PetersAdded brief comment.
2006-03-12  Tim PetersAdded brief comments.
2006-03-12  Thomas Wouters - Reindent a confusingly indented piece of code (no...
2006-03-12  Thomas WoutersPlug the last 657 referenceleaks in test_bsddb3: a...
2006-03-12  Thomas WoutersFix another leak in bsddb, and avoid use of uninitializ...
2006-03-11  Martin v. LöwisAdd buildbot test script.
2006-03-11  Tim PetersGive the _ssl project a harmless command to perform
next