]> granicus.if.org Git - python/shortlog
python
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).
2007-11-08 Raymond HettingerAdd set.isdisjoint()
2007-11-07 Christian HeimesBackport of Guido's review of my patch.
2007-11-07 Christian HeimesBackported fix for bug #1392 from py3k branch r58903.
2007-11-07 Nick CoghlanAdd missing NEWS entry
2007-11-07 Raymond HettingerAdd build option for faster loop execution.
2007-11-07 Raymond HettingerOptimize dict.fromkeys() with dict inputs. Useful...
2007-11-07 Raymond HettingerFix marshal's incorrect handling of subclasses of built...
2007-11-06 Guido van RossumAdd missing "return NULL" in overflow check in PyObject...
2007-11-06 Gregory P.... Fixes Issue 1385: The hmac module now computes the...
2007-11-05 Mark SummerfieldClarified the fact that you can have comments for indiv...
2007-11-05 Mark SummerfieldAdded cross-references between the various archive...
2007-11-05 Gregory P.... * db->get_flags is only available in BerkeleyDB >= 4.2
2007-11-05 Gregory P.... * db->get_types is only available in BerkeleyDB >...
2007-11-05 Gregory P.... Add the bsddb.db.DBEnv.lock_id_free method.
2007-11-05 Gregory P.... Fixes bug 477182 on pybsddb.sf.net. DB objects now...
2007-11-04 Georg BrandlFix syntax for versionchanged markup.
2007-11-04 Skip MontanaroNote change to get_dialect semantics in 2.5. Will...
2007-11-03 Brett CannonAdd a missing quotation mark.
2007-11-02 Georg BrandlMake "hashable" a glossary entry and clarify docs on...
2007-11-02 Thomas HellerEnable the full ctypes c_longdouble tests again.
2007-11-02 Thomas HellerIssue #1292: On alpha, arm, ppc, and s390 linux systems the
2007-11-02 Nick CoghlanFix for bug 1705170 - contextmanager swallowing StopIte...
2007-11-02 Mark SummerfieldAdded more file-handling related cross-references.
2007-11-01 Gregory P.... false "fix" undone as correct problem was found and...
2007-11-01 Gregory P.... Undo revision 58533 58534 fixes. Those were a workarou...
2007-11-01 Gregory P.... Fix bug introduced in revision 58385. Database keys...
2007-11-01 Georg BrandlFix markup glitch.
2007-11-01 Christian HeimesRemoved non ASCII text from test as requested by Guido...
2007-11-01 Christian HeimesBackport of import tests for bug http://bugs.python...
2007-11-01 Georg Brandl#1364: os.lstat is available on Windows too, as an...
2007-10-31 Raymond HettingerSets are marshalable.
2007-10-31 Raymond HettingerClarify the reasons why pickle is almost always better...
2007-10-31 Martin v. LöwisAdding Christian Heimes.
2007-10-31 Neal NorwitzFix some compiler warnings for signed comparisons on...
2007-10-30 Georg BrandlMake example about hiding None return values at the...
2007-10-30 Georg BrandlUse correct markup.
2007-10-30 Kurt B. Kaisercheck in Tal Einat's update to tabpage.py
2007-10-29 Guido van RossumBackport fixes for the code that decodes octal escapes...
2007-10-29 Guido van RossumPatch 1353 by Jacob Winther.
2007-10-28 Kurt B. KaiserAdd confirmation dialog before printing. Patch 1717170...
2007-10-28 Hye-Shik ChangEnable platform-specific tweaks for FreeBSD 8 (exactly...
2007-10-28 Hye-Shik Chang- Add support for FreeBSD 8 which is recently forked...
2007-10-27 Neal NorwitzUpdate URL for Pygments. 0.8.1 is no longer available
2007-10-26 Georg BrandlFix new pop() method on os.environ on ignorecase-platforms.
2007-10-26 Kurt B. Kaiser1. Add comments to provide top-level documentation.
2007-10-25 Kurt B. KaiserCorrect an ancient bug in an unused path by removing...
2007-10-25 Thomas Hellerffi_type_longdouble may be already #defined.
2007-10-25 Matthias Klose- Build using system ffi library on arm*-linux*, pass...
2007-10-25 Raymond HettingerMissing DECREFs
2007-10-24 Georg BrandlBug #1287: make os.environ.pop() work as expected.
2007-10-24 Matthias Klose- Build using system ffi library on arm*-linux*.
2007-10-24 Thomas HellerAdded unittest for calling a function with paramflags...
2007-10-24 Facundo BatistaIssue 1290. CharacterData.__repr__ was constructing...
2007-10-24 Vinay SajipBug #1321: Fixed logic error in TimedRotatingFileHandle...
2007-10-24 Raymond HettingerFixup error return and add support for intermixed ints...
2007-10-24 Raymond HettingerOptimize sum() for integer and float inputs.
2007-10-23 Raymond HettingerFixup news entry
2007-10-23 Andrew M. KuchlingUpdate name
2007-10-23 Raymond HettingerShorter name for namedtuple()
2007-10-23 Guido van RossumIssue 1307 by Derek Shockey, fox the same bug for RCPT.
2007-10-23 Georg BrandlUpdate Pygments version from externals.
next