]> granicus.if.org Git - python/shortlog
python
2006-03-31 Georg BrandlBug #1461610: xmlrpclib has no function "binary".
2006-03-31 Walter DörwaldFix typos.
2006-03-31 Walter DörwaldDon't add multiple empty lines at the end of the codec...
2006-03-31 Walter DörwaldClarify what the final argument does in
2006-03-31 Neal NorwitzAdd a NEWS entry for the Alpha fixes
2006-03-31 Neal NorwitzGet gcc to do strict IEEE math. This flag was already...
2006-03-31 Fred Drakeimprove reporting of illegal section nesting (provide...
2006-03-31 Fred Drakefix sectioning: cannot skip section levels
2006-03-31 Tim Peterstest_main(): Restore the decimal context that was in
2006-03-31 Tim PetersRepaired a number of errors in this test:
2006-03-30 Barry WarsawSF patch #1458476 with modifications based on discussio...
2006-03-30 Guido van RossumInsert a safety space after numbers as well as names...
2006-03-30 Ronald OussorenAdd '-Wno-deprecated-warnings' to the compile flags...
2006-03-30 Thomas HellerTry to fix test_loading on openbsd.
2006-03-30 Thomas HellerOops - this should not have gone in.
2006-03-30 Thomas HellerOutput more info when the test fails.
2006-03-30 Armin RigoMinor bugs in the __index__ code (PEP 357), with tests.
2006-03-30 Anthony Baxterwhitespace normalisation
2006-03-30 Georg BrandlThat one was a mistake.
2006-03-30 Georg BrandlRemove unnecessary casts from type object initializers.
2006-03-30 Georg BrandlRemove unnecessary casts in type object initializers.
2006-03-30 Thomas HellerTry to build _ctypes on x86 openbsd.
2006-03-30 Armin RigoChecking in the test for PEP 357.
2006-03-30 Anthony BaxterFixed bug #1459029 - unicode reprs were double-escaped.
2006-03-30 Anthony BaxterFixed bug #1459029 - unicode reprs were double-escaped.
2006-03-30 Phillip J. EbyMark the upload command as new in 2.5, per Neal Norwitz...
2006-03-30 Fred Drakefill in refcount information for APIs first documented...
2006-03-30 Fred Drakemerge revision 43437 from the release24-maint branch:
2006-03-30 Phillip J. EbyOops, forgot to checkin the NEWS for --identity
2006-03-30 Phillip J. EbyImplementation for patch request #1457316: support...
2006-03-29 Raymond HettingerSF bug #1460340: random.sample can raise KeyError
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...
next