]> granicus.if.org Git - python/shortlog
python
2006-03-28 Tim PetersIn format strings slinging Py_ssize_t, unconditionally
2006-03-28 Armin Rigoadd the ctypes.test subpackage to a normal Unix install...
2006-03-28 Armin Rigofix a comment.
2006-03-28 Georg BrandlRevert r43399.
2006-03-28 Armin Rigoanswer a question from a comment
2006-03-28 Martin v. LöwisMove product_codes in their own file.
2006-03-28 Georg Brandldocument sys.maxint in std objects
2006-03-28 Georg BrandlBug #1459103: add inter-section links for strftime...
2006-03-28 Georg BrandlBug #1459963: urllib2 now normalizes HTTP header names...
2006-03-28 Thomas HellerMake the tests succeed with -Qnew: Do not rely on the...
2006-03-28 Georg BrandlMake uu use floor division instead of classic division.
2006-03-28 Georg BrandlMake test_augassign pass with -Qnew and convert to...
2006-03-28 Georg BrandlMake xdrlib use floor division instead of classic division.
2006-03-28 Georg BrandlMake test_coercion pass with -Qnew. Converted to unitte...
2006-03-28 Thomas WoutersIn true regression-test spirit, make sure the
2006-03-28 Thomas WoutersAdd an example of a generator->freevar->cell->generator...
2006-03-28 Georg BrandlMake test_decimal work with -Qnew.
2006-03-28 Martin v. LöwisCorrect case in test for Windows 9X.
2006-03-28 Tim PetersPart of bug 1459808: fiddle test_input_and_raw_input()
2006-03-28 Tim PetersPart of bug 1459808: fiddle so that this passes
2006-03-28 Neal NorwitzTry to get rid of a Coverity warning by consistently...
2006-03-28 Neal NorwitzAdd version added info for with statement and context...
2006-03-28 Phillip J. EbyDocument objects that can be used with the ``with`...
2006-03-28 Phillip J. EbyFix some missing imports
2006-03-28 Phillip J. EbyFix contextlib not copying function attributes
2006-03-27 Phillip J. EbyDocument the contextlib module.
2006-03-27 Phillip J. Ebydummy_thread needs to support PEP 343 too.
2006-03-27 Georg BrandlDocument change made to number of preallocated integers.
2006-03-27 Phillip J. EbyPatch #1459476: install PKG-INFO metadata alongside...
2006-03-27 Phillip J. EbyThe "with" statement needs a __future__. :)
2006-03-27 Phillip J. EbyDocument the "with" statement.
2006-03-27 Thomas WoutersMake itertools.tee and its internal teedataobject parti...
2006-03-27 Phillip J. EbyDocument the PEP 343 context manager protocol methods.
2006-03-27 Martin v. LöwisDrop information about 2.4 DLLs.
2006-03-27 Martin v. LöwisAllow supression of subwcrev.exe invocation on a per...
2006-03-27 Walter DörwaldWhitespace for generated code.
2006-03-27 Anthony BaxterTagging for release r25a0
2006-03-27 Anthony Baxteroops. lets try that one more time
2006-03-27 Anthony BaxterTagging for release r25a0
2006-03-27 Anthony BaxterTagging for release svn+ssh://pythondev@svn.python...
2006-03-27 Anthony Baxtermore testing.
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...
next