]> granicus.if.org Git - python/shortlog
python
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
2006-03-11 Martin v. LöwisAdd changelog entry.
2006-03-11 Martin v. LöwisAdjust CJK Ideograph range to Unicode 4.1.
2006-03-10 Tim PetersWhitespace normalization.
2006-03-10 Tim PetersWhen the new -w option (yay! great idea) reruns a
2006-03-10 Martin v. LöwisAdd regrtest -w option.
2006-03-10 Andrew M. KuchlingUnicode database updated; use SVN instead of CVS
2006-03-10 Martin v. LöwisAdd AMD64 and Itanium configurationgs to ctypes;
2006-03-10 Martin v. LöwisAdd ctypes.
2006-03-10 Martin v. LöwisUpdate test data to 4.1; disable PRI #29 for now.
2006-03-10 Martin v. LöwisFix refcounting bug.
2006-03-10 Martin v. LöwisAvoid forward-declaring the methods array.
2006-03-10 Guido van RossumUm, I thought I'd already checked this in.
2006-03-10 Guido van RossumFix three nits found by Coverity, adding null checks...
2006-03-09 Martin v. LöwisUpdate Unicode database to Unicode 4.1.
2006-03-09 Georg BrandlMove entry to correct section.
2006-03-09 Georg BrandlPatch #1446372: quit and exit can now be called from...
2006-03-09 Tim PetersNodeInfo.__gen_init(): Fiddle so that reindent.py is
2006-03-09 Thomas HellerRemove the magic to run an uninstalled ctypes version...
2006-03-09 Andrew M. KuchlingWrite a section
2006-03-09 Thomas HellerDeleted the svn_mime-type application/octet-stream...
2006-03-09 Thomas HellerAdded VC project files to build _ctypes.pyd and _ctypes...
2006-03-09 Andrew M. KuchlingMarkup fix
2006-03-09 Andrew M. KuchlingWrite a section
2006-03-09 Georg BrandlBug #1442874: handle "<!>", the empty SGML comment
2006-03-09 Georg Brandltypo
2006-03-09 Thomas HellerDisable the testcase that crashes solaris.
2006-03-09 Thomas HellerReplace the trivial ctypes test (did only an import...
2006-03-09 Neal NorwitzTry to be a bit more consistent on all platforms:
2006-03-09 Martin v. LöwisDirectly read working copy data to obtain list of prope...
2006-03-09 Tim PetersTaught svneol to look at .c and .h files too, and
2006-03-09 Tim PetersSimple utility to add svn:eol-style to text files under
2006-03-09 Martin v. LöwisSet auto-props
2006-03-09 Tim PetersWhitespace normalization.
2006-03-09 Tim PetersThese text files were all missing the svn:eol-style...
2006-03-08 Hye-Shik ChangRemove .cvsignore and set svn:ignore for *.pyc *.pyo.
2006-03-08 Georg BrandlBug #1445901: os.path.realpath() is available on Win...
2006-03-08 Thomas HellerTrivial test for ctypes, more to come
2006-03-08 Thomas HellerCopy ctypes-0.9.9.4 Python modules from external into...
2006-03-08 Thomas HellerChanges to build the _ctypes extension module.
2006-03-08 Thomas HellerCopy ctypes-0.9.9.4 sources from external into the...
2006-03-08 Georg BrandlPatch #1434038: property() now uses the getter's docstr...
2006-03-08 Georg Brandltypo
2006-03-08 Georg BrandlFix pydoc.synopsis() so that it doesn't error out with...
2006-03-08 Neal NorwitzFix logic error and DECREF reported by Coverity.
2006-03-08 Neal NorwitzMove version added tag from PyObject_Length/Size to...
2006-03-08 Andrew M. KuchlingAdd section
2006-03-08 Thomas WoutersClean up _bsddb.c: add a couple dozen missing Py_DECREF...
2006-03-07 Martin v. LöwisReformulate 42903 using an if statement.
2006-03-07 Tim Peters_hotshot hotshot_profiler(): If write_header() returned
2006-03-07 Georg BrandlFix bug introduced in rev. 42884.
2006-03-07 Andrew M. KuchlingSome edits; add empty sections
2006-03-07 Guido van RossumAdd note about PEP 357.
2006-03-07 Guido van RossumChecking in the code for PEP 357.
next