]> granicus.if.org Git - python/shortlog
python
2006-03-27 Martin v. LöwisAdd product ids for 2.5.
2006-03-27 Walter DörwaldWhitespace.
2006-03-27 Neal NorwitzFix SF bug #1458903 with AST compiler.
2006-03-27 Hye-Shik ChangFind a source file in srcdir to allow to build outside...
2006-03-27 Hye-Shik ChangFix reference leaks introduced by the recent incrementa...
2006-03-27 Walter DörwaldMention patch id for the CJK part of the patch and
2006-03-27 Anthony Baxtertagging for release 2.5a0
2006-03-27 Anthony Baxterupdating snapshot.
2006-03-26 Tim PetersYears in the making.
2006-03-26 Georg BrandlBug #1457264: parse http://host?query correctly in...
2006-03-26 Martin v. LöwisFix typo.
2006-03-26 Martin v. LöwisPatch from Aldo Cortesi: expected skips for OpenBSD.
2006-03-26 Martin v. LöwisProvide more debug output, to diagnose OpenBSD test...
2006-03-26 Hye-Shik ChangUtilize %zd for Py_ssize_t formatting instead of castin...
2006-03-26 Hye-Shik ChangAllow long objects as a position value of error callbac...
2006-03-26 Neal Norwitzregsub is gone, nothing to ignore
2006-03-26 Neal NorwitzTry to handle sys.getfilesystemencoding() returning...
2006-03-26 Raymond HettingerTighten an overbroad and misleading assertion.
2006-03-26 Hye-Shik ChangPatch #1443155: Add the incremental codecs support...
2006-03-26 Raymond HettingerGuarantee evaluation order for izip(). Document its...
2006-03-26 Neal NorwitzTry to fix broken compile on openbsd.
2006-03-25 Neal NorwitzGet rid of warnings on some platforms by using %u for...
2006-03-25 Raymond HettingerAdd section headers and examples.
2006-03-25 Neal NorwitzSF bug # 1457358 and patch # 1458419, floor division...
2006-03-25 Skip MontanaroFound this in an old email message from Hartmut Goebel.
2006-03-25 Georg Brandlfix typo
2006-03-25 Raymond HettingerDon't decrement below zero. And add more tests.
2006-03-25 Phillip J. EbyMore extensive comment on __exit__ handling, per Guido...
2006-03-25 Tim PetersWhitespace normalization.
2006-03-25 Phillip J. EbyYield is now allowed in try-finally, so update docs...
2006-03-25 Phillip J. EbyFix a problem with @contextmanager not detecting a...
2006-03-25 Phillip J. EbySupport throw() of string exceptions.
2006-03-24 Raymond HettingerRevert previous change. Wasn't ready yet.
2006-03-24 Raymond HettingerAdd more tests
2006-03-24 Phillip J. EbyRevert r42719, because the isinstance() check wasn...
2006-03-24 Raymond HettingerSF Patch #1455676: Simplify using Queues with daemon...
2006-03-24 Nick CoghlanAdd documentation for PEP 338
2006-03-24 Nick Coghlanrun_module shouldn't hold the import lock when running...
2006-03-24 Neal NorwitzUse absolute import.
2006-03-24 Martin v. LöwisClarify cases when waitpid might not return self.pid.
2006-03-24 Martin v. LöwisBug #1183780: Add Popen objects to _active only in...
2006-03-24 Neal NorwitzExceptions should inherit from Exception now.
2006-03-24 Neal NorwitzHmmm, I don't think we wanted to test // twice and...
2006-03-24 Neal NorwitzExceptions should inherit from Exception now.
2006-03-24 Neal NorwitzSF bug #1457411, fix errors using variables that don...
2006-03-23 Martin v. LöwisForward port of 43262: Add 2.4.3 UUIDs.
2006-03-23 Martin v. LöwisRelax result test for program mode of quopri.
2006-03-23 Martin v. LöwisPreserve command name, for later printing of active
2006-03-23 Martin v. LöwisRewrite pipe code using subprocess, to make sure the
2006-03-23 Hye-Shik ChangPatch #1396919: Reenable the system scope threads on...
2006-03-23 Hye-Shik ChangCosmetic improvement for r43247
2006-03-23 Hye-Shik ChangSkip to install files for empty directories; to name...
2006-03-23 Neal NorwitzStop duplicating code and handle slice indices consiste...
2006-03-23 Neal NorwitzFix a ssize_t issue
2006-03-23 Tim PetersHeh -- used the right format for a refcount, but forgot
2006-03-23 Neal NorwitzForward port MvL's fix in 43227:
2006-03-23 Tim Peters_Py_NegativeRefcount(): print the full value of ob_refcnt.
2006-03-22 Barry WarsawAdd email/mime to LIBSUBDIRS. Fixes SF bug # 1454912.
2006-03-22 Thomas HellerFix some int/Py_ssize_t issues which led to compiler...
2006-03-22 Thomas HellerInclude <malloc.h> on windows, to avoid warnings when...
2006-03-22 Thomas Hellerctypes was added.
2006-03-22 Hye-Shik ChangRemove false information from the comment and reformat...
2006-03-22 Neal NorwitzDamn another occurrence of using as as a keywordf
2006-03-22 Georg BrandlChange NEWS entry for recent socket API change
2006-03-22 Tim PetersWhitespace normalization.
2006-03-22 Tim PetersRecord that test_wait[34] get skipped on native Windows.
2006-03-22 Barry WarsawNews about email 4.0.
2006-03-21 Barry Warsawremove test file
2006-03-21 Barry Warsawpy trunk svn test
2006-03-21 Barry Warsawpy trunk svn test
2006-03-21 Barry Warsawpy trunk svn test
2006-03-21 Georg BrandlCorrect API design mistake from rev. 43126: make socket...
2006-03-21 Martin v. LöwisUpdate to Tk 8.4.12 and Tix 8.4.0
2006-03-21 Martin v. LöwisUpdate to OpenSSL 0.9.8a
2006-03-21 Georg BrandlAdd a note about pow(x,y) equalling x**y (the "**"...
2006-03-21 Tim PetersTry to repair at least one segfault on the Mac buildbot,
2006-03-20 Raymond HettingerShow an example of calling a named set method.
2006-03-20 Thomas HellerAvoid a potential double-free bug.
2006-03-20 Thomas HellerApply patch from Martin v. Loewis: Avoid function point...
2006-03-20 Georg BrandlRemove mention of fpectl in README.
2006-03-20 Neal NorwitzDamn Coverity. I can't even sneak in a leak any more...
2006-03-20 Thomas HellerFix another bug found by Coverty.
2006-03-20 Thomas HellerFix bug found by Coverty.
2006-03-20 Thomas HellerPlug a leak in the ctypes test suite when tests are...
2006-03-20 Thomas HellerAccessing unaligned structure fields works now on all...
2006-03-20 Neal NorwitzThe helper is only necessary for wait3/4.
2006-03-20 Anthony Baxterwhitespace n11n
2006-03-20 Neal NorwitzTry to cleanup a lot of boilerplate #ifdef wrt wait...
2006-03-20 Neal NorwitzMake some functions static, reformat function decl...
2006-03-20 Neal NorwitzGet Py_DEPRECATED to work with gcc 4.x too
2006-03-20 Anthony Baxtermoved older releases into HISTORY
2006-03-20 Neal NorwitzPatch #1309579: wait3 and wait4 were added to the posix...
2006-03-20 Anthony Baxterexperimenting with release stuff. please ignore
2006-03-20 Anthony Baxterreplace use of int16_t with a (typedef'd) short, to...
2006-03-20 Anthony Baxterignore the fetched NormalizationTest.txt file
2006-03-20 Anthony BaxterSF [ 1231053 ] audioop - alaw encoding/decoding added...
2006-03-20 Neal NorwitzSF #1445431, fix some leaks in error conditions.
2006-03-20 Neal NorwitzGet rid of some warnings.
2006-03-20 Neal NorwitzFix problem spotted by Coverity that occurs if tzinfo...
2006-03-20 Neal NorwitzUpdate function name to reflect params and stop casting...
next