]> granicus.if.org Git - python/shortlog
python
2007-11-30 Amaury Forgeot... Issue #1521: on 64bit platforms, str.decode fails on...
2007-11-30 Amaury Forgeot... Add a NEWS entry for r59231
2007-11-30 Christian HeimesRemoved or replaced some more deprecated preprocessor...
2007-11-30 Facundo BatistaReordering of __new__ to minimize isinstance() calls...
2007-11-29 Amaury Forgeot... Issue #1402: PyInterpreterState_Clear() may still invok...
2007-11-29 Georg BrandlAdd more examples to the wsgiref docs.
2007-11-29 Amaury Forgeot... vc2008: Move python.vcproj first in the solution file...
2007-11-29 Georg BrandlSpaces vs. Tabs.
2007-11-29 Guido van RossumFix bug #1517, a segfault in lookdict().
2007-11-29 Georg BrandlAdd examples to the ConfigParser documentation.
2007-11-29 Georg BrandlFix reference target.
2007-11-28 Christian HeimesAdded py3kwarning to the documentation of the sys module.
2007-11-27 Christian HeimesI forgot to fix one occurence of new in test_descr
2007-11-27 Christian HeimesExpose Py_Py3kWarningFlag as sys.py3kwarning as discuss...
2007-11-27 Guido van RossumPatch # 1507 by Mark Dickinson. Make complex(x, -0...
2007-11-27 Christian HeimesAdded a deprecation warning to the 'new' module.
2007-11-27 Christian HeimesReplaced import of the 'new' module with 'types' module...
2007-11-27 Christian HeimesBackport of changes to PCbuild9 from the py3k branch
2007-11-27 Facundo BatistaMoved the errno import from inside the functions to the
2007-11-27 Thomas HellerRemove unused global variable, and remove unneeded...
2007-11-26 Guido van RossumA thread-less variant of brownian.py, submitted by...
2007-11-24 Martin v. LöwisBug #1494: Document that appendChild removes first.
2007-11-24 Skip Montanaroback in these go - thanks to Titus Brown for the fix
2007-11-24 Georg Brandl#1735632: add O_NOATIME constant to os module.
2007-11-24 Amaury Forgeot... Issue #1445: Fix a SystemError when accessing the ...
2007-11-24 Amaury Forgeot... Warning "<> not supported in 3.x" should be enabled...
2007-11-24 Georg Brandl#1355: remove mention of PyXML from xml.dom docs.
2007-11-24 Georg Brandl#1467: fix documentation for TestResult.add{Error,Failure}.
2007-11-24 Georg Brandl#1344: document that you need to open std{in,out,err...
2007-11-24 Skip Montanarorevert
2007-11-24 Skip Montanarorevert change that breaks test_doctest (which I forgot...
2007-11-24 Christian HeimesBackport of fixes from py3k branch
2007-11-24 Christian HeimesAdded filename to compiling struct based on Martin...
2007-11-23 Facundo BatistaTest cases from Cowlishaw, v2.57. All are pased cleanly.
2007-11-23 Facundo BatistaMajor change in the internal structure of the Decimal
2007-11-23 Skip Montanaroissue 1429818
2007-11-23 Skip MontanaroMake trace and doctest play nice together (issue 142981...
2007-11-23 Andrew M. KuchlingAdd item
2007-11-23 Christian HeimesAnd yet another fix for the patch. Paul Moore has send...
2007-11-23 Christian HeimesHow did the comment get there?
2007-11-23 Christian HeimesFixed problems in the last commit. Filenames and line...
2007-11-23 Christian HeimesApplied patch #1754273 and #1754271 from Thomas Glee
2007-11-23 Christian HeimesBackport of PCbuild9 fixes from py3k r59130
2007-11-23 Brett CannonFix a bug in the test for using __loader__.get_data().
2007-11-22 Christian HeimesBackport of the PCbuild9 directory from the py3k branch.
2007-11-22 Guido van RossumBackport of _abccoll.py by Benjamin Arangueren, issue...
2007-11-21 Christian HeimesFinal fix for #1403
2007-11-21 Amaury Forgeot... Add a NEWS entry for r59076.
2007-11-21 Christian HeimesAdded NEWS entry
2007-11-21 Brett CannonAdd a missing check before deleting a package's __loader__.
2007-11-21 Brett Cannondoctest assumed that a package's __loader__.get_data...
2007-11-21 Christian HeimesFixed #1372: zlibmodule.c: int overflow in PyZlib_decom...
2007-11-21 Brett CannonRemove a unneeded line that had typos.
2007-11-20 Amaury Forgeot... The incremental decoder for utf-7 must preserve its...
2007-11-20 Nick CoghlanBackport some main.c cleanup from the py3k branch
2007-11-20 Christian HeimesAnother fix for test_shutil. Martin pointed out that...
2007-11-20 Martin v. LöwisPatch #1468: Package Lib/test/*.pem.
2007-11-20 Christian HeimesFixed bug #1470
2007-11-19 Guido van RossumFix the OSX failures in this test -- they were due...
2007-11-19 Guido van RossumMake this work stand-alone, too.
2007-11-19 Facundo BatistaFixed detail in add_type() explanation (issue 1463).
2007-11-19 Nick CoghlanEnable some test_cmd_line_script debugging output to...
2007-11-19 Walter DörwaldFix for #1444: utf_8_sig.StreamReader was (indirectly...
2007-11-19 Walter DörwaldFix typo in comment.
2007-11-19 Neal NorwitzUse a slightly more recent version than 1.5.2b2.
2007-11-18 Nick CoghlanPatch #1739468: Directories and zipfiles containing...
2007-11-17 Brett CannonRemove a confusing sentence about pth files and which...
2007-11-17 Raymond HettingerFix signature in example
2007-11-16 Facundo BatistaMade _ParseTupleFinds only defined to unicodeobject.c
2007-11-16 Facundo BatistaFix for stupid error (I need to remember to do a full...
2007-11-16 Facundo BatistaNow in find, rfind, index, and rindex, you can use...
2007-11-16 Guido van RossumA patch from issue 1378 by roudkerk:
2007-11-15 Bill Janssenadd the certificate for the Python SVN repository for...
2007-11-15 Raymond HettingerAdd example for use cases requiring default values.
2007-11-15 Raymond HettingerExample of multiple replacements.
2007-11-15 Raymond HettingerFixup example in docs.
2007-11-15 Raymond HettingerSmall improvement to the implementation of __replace__().
2007-11-15 Raymond HettingerAccept Issac Morland's suggestion for __replace__ to...
2007-11-14 Raymond HettingerAdd test for __fields__ being read-only
2007-11-14 Raymond HettingerMake __fields__ read-only. Suggested by Issac Morland
2007-11-14 Georg BrandlRemove dead link from random docs.
2007-11-13 Amaury Forgeot... Merge from py3k branch:
2007-11-12 Guido van RossumAdd the test from issue 1704621 (the issue itself is...
2007-11-12 Christian Heimesreadline module cleanup
2007-11-12 Walter DörwaldFix TextCalendar.prweek(). This closes issue #1427.
2007-11-12 Martin v. LöwisPatch #1418: Make the AC_REPLACE_FUNCS object files...
2007-11-12 Martin v. LöwisOnly set rl_completion_display_matches_hook if there
2007-11-12 Andrew M. KuchlingRe-word sentence
2007-11-12 Christian HeimesFix for #1427: Error in standard module calendar
2007-11-12 Christian HeimesAdded new decorator syntax to property.__doc__
2007-11-11 Georg BrandlRemove duplication of "this".
2007-11-11 Vinay SajipFixed a bug reported (in private email, by Robert Crida...
2007-11-10 Guido van RossumIssue 1416. Add getter, setter, deleter methods to...
2007-11-10 Raymond HettingerUse a freelist to speed-up block allocation and dealloc...
2007-11-09 Raymond HettingerOptimize common case for dict.fromkeys().
2007-11-09 Martin v. LöwisAdd Amaury Forgeot d'Arc.
2007-11-09 Georg BrandlCorrect a comment about testing methods - nowadays...
2007-11-09 Georg BrandlFix misleading example.
2007-11-09 Georg BrandlFix seealso link to sets docs. Do not merge to Py3k.
2007-11-08 Raymond HettingerReposition the decref (spotted by eagle-eye norwitz).
next