]> granicus.if.org Git - python/shortlog
python
2007-03-06 Georg BrandlFix another reincarnation of bug #1576657 in defaultdict.
2007-03-06 Georg BrandlBug #1674503: close the file opened by execfile() in...
2007-03-06 Georg BrandlPatch #1672481: fix bug in idlelib.MultiCall.
2007-03-06 Georg BrandlA test case for the fix in #1674228.
2007-03-06 Georg BrandlPatch #1671450: add a section about subclassing builtin...
2007-03-05 Georg BrandlPatch #1674228: when assigning a slice (old-style)...
2007-03-04 Georg BrandlFix a bug in test_dict and test_userdict, found at...
2007-03-02 Georg BrandlBugs #1668032, #1668036, #1669304: clarify behavior...
2007-03-02 Raymond HettingerFix constantification of None.
2007-03-01 Andrew M. KuchlingFix typo (noticed in Raymond's r54053 commit adding...
2007-02-26 Neal NorwitzFix SF bug #1669182. Handle string exceptions even...
2007-02-26 Andrew M. KuchlingMarkup fix
2007-02-26 Georg BrandlBackport from Py3k branch: fix refleak in PyString_Format.
2007-02-25 Thomas WoutersBackported r51621 from p3yk:
2007-02-25 Neal NorwitzBackport 53901 and 53902 to prevent crash when there...
2007-02-19 Raymond HettingerFixup set/dict interoperability.
2007-02-19 Raymond HettingerProvide an example of defaultdict with non-zero constan...
2007-02-19 Raymond HettingerExtend work on revision 52962: Eliminate redundant...
2007-02-18 Martin v. LöwisRevert r53672.
2007-02-18 Martin v. LöwisRevert r53672, just fix signature of time_isoformat...
2007-02-17 Vinay SajipMinor fix for currentframe (SF #1652788).
2007-02-15 Georg BrandlAdd missing \versionadded.
2007-02-15 Georg BrandlPatch #1494140: Add documentation for the new struct...
2007-02-15 Georg BrandlMake functools.wraps() docs a bit clearer.
2007-02-14 Martin v. LöwisBackport 53776: Ignore directory time stamps
2007-02-13 Martin v. LöwisPatch #1657276: Make NETLINK_DNRTMSG conditional.
2007-02-13 Martin v. LöwisBug #1658794: Remove extraneous 'this'.
2007-02-13 Martin v. LöwisPatch #685268: Consider a package's __path__ in imputil.
2007-02-12 Martin v. LöwisPatch 1463026: Support default namespace in XMLGenerator.
2007-02-12 Lars GustäbelBug #1656581: Point out that external file objects...
2007-02-11 Skip Montanarobackport: fix trace.py --ignore-dir
2007-02-09 Georg BrandlBug #1656078: typo in in profile docs.
2007-02-09 Martin v. LöwisUpdate broken link.
2007-02-09 Martin v. LöwisBug #1600860: Search for shared python library in LIBDI...
2007-02-09 Martin v. LöwisBug #1653736: Properly discard third argument to slot_n...
2007-02-08 Martin v. LöwisBug #1653736: Complain about keyword arguments to time...
2007-02-08 Raymond HettingerFix docstring bug
2007-02-08 Raymond HettingerBypass set specific optimizations for set and frozenset...
2007-02-07 Raymond HettingerDo not let overflows in enumerate() and count() pass...
2007-02-07 Raymond HettingerSilence compiler warning
2007-02-07 Raymond HettingerBug #1575169: operator.isSequenceType() now returns...
2007-02-07 Raymond HettingerCheck for a common user error with defaultdict().
2007-02-07 Raymond HettingerSF: 1397711 Set docs conflated immutable and hashable
2007-02-07 Raymond HettingerSF #1615701: make d.update(m) honor __getitem__()...
2007-02-06 Peter AstrandApplied patch 1124861.3.patch to solve bug #1124861...
2007-02-01 Raymond HettingerBug #1648179: set.update() not recognizing __iter__...
2007-01-31 Georg Brandl[Patch #783050 from Patrick Lynch] The emulation of...
2007-01-30 Georg BrandlBug #1648191: typo in docs.
2007-01-27 Georg BrandlBug #1645944: os.access now returns bool but docstring...
2007-01-27 Georg BrandlPatch #1638243: the compiler package is now able to...
2007-01-26 Fred Drakefix typo (extraneous ")")
2007-01-25 Brett CannonBackport fix for bug #1643943.
2007-01-25 Thomas HellerMerged revisions 53556 via svnmerge from
2007-01-24 Andrew M. KuchlingStrengthen warning about using lock()
2007-01-23 Brett CannonClarify bug #1377858 entry.
2007-01-23 Brett CannonIf you created a weakref in an object's __del__ method...
2007-01-23 Martin v. LöwisMake PyTraceBack_Here use the current thread, not the
2007-01-23 Thomas WoutersBackport trunk revision 53527:
2007-01-22 Georg BrandlBug #1627316: handle error in condition/ignore pdb...
2007-01-22 Georg BrandlBug #1249573: fix rfc822.parsedate not accepting a...
2007-01-22 Andrew M. Kuchling[Bug #1633678] Improve pattern used for mbox 'From...
2007-01-22 Andrew M. KuchlingMake comment match the code
2007-01-22 Andrew M. Kuchling[Bug #1552726] Avoid unnecessary polling at the interpr...
2007-01-22 Andrew M. KuchlingUpdate version of What's New
2007-01-21 Peter AstrandAvoid O(N**2) bottleneck in _communicate_(). Fixes...
2007-01-21 Georg BrandlPatch #1627441: close sockets properly in urllib2.
2007-01-21 Georg BrandlBug #1486663: don't reject keyword arguments for subcla...
2007-01-20 Martin v. LöwisAdd /GS- to Itanium build.
2007-01-20 Martin v. LöwisAdd /GS- flags for AMD64.
2007-01-19 Raymond HettingerSF# 1635892: Fix docs for betavariate's input parameters .
2007-01-19 Martin v. LöwisAdd UUIDs for 2.5.1 and 2.5.2
2007-01-19 Martin v. LöwisPrefix AST symbols with _Py_. Fixes #1637022.
2007-01-19 Neal NorwitzSF #1635217, Fix unbalanced paren
2007-01-18 Neal NorwitzAdd a comment for some code I don't understand. Why...
2007-01-17 Georg BrandlBug #1629125: fix wrong data type (int -> Py_ssize_t...
2007-01-17 Georg BrandlBug #1637967: missing //= operator in list.
2007-01-17 Andrew M. Kuchling[Part of bug #1599254] Add suggestion to Mailbox docs...
2007-01-17 Thomas HellerBug #1610795: ctypes.util.find_library works now on...
2007-01-17 Thomas HellerMerged revisions 53402 via svnmerge from
2007-01-17 Thomas HellerMerged revisions 53466 via svnmerge from
2007-01-13 Peter AstrandFix for bug #1634343: allow specifying empty arguments...
2007-01-12 Thomas HellerBlocked revisions 53361 via svnmerge
2007-01-12 Thomas HellerBlocked revisions 52388 via svnmerge
2007-01-12 Thomas HellerBlocked revisions 52945,53358 via svnmerge
2007-01-11 Raymond HettingerSF #1486663 -- Allow keyword args in subclasses of...
2007-01-11 Matthias Klose- idle: Honor the "Cancel" action in the save dialog...
2007-01-11 Matthias Klose- Make the documentation match the code and the docstring
2007-01-10 Thomas HellerMust update the version number on the extension module...
2007-01-10 Thomas HellerChange the ctypes version number to "1.0.2".
2007-01-09 Thomas HellerMerged revisions 53316 via svnmerge from
2007-01-08 Raymond HettingerFix zero-length corner case for iterating over a mutati...
2007-01-08 Vinay SajipBackported changes from trunk:
2007-01-08 Vinay SajipBackported change from trunk:
2007-01-08 Vinay SajipAdded relativeCreated to Formatter doc (has been in...
2007-01-07 Peter AstrandRe-implemented fix for #1531862 once again, in a way...
2007-01-06 Anthony Baxterupdate to (c) years to include 2007
2007-01-05 Thomas HellerRevisions 52418,52841,52855 have already been merged.
2007-01-05 Thomas HellerBlocked revisions 52945 via svnmerge
2007-01-05 Thomas HellerMark changes already backported as merged, so "svnmerge...
2007-01-05 Thomas HellerInitialized merge tracking via "svnmerge" with revision...
next