]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-03-13  Collin WinterInline PyImport_GetModulesReloading(). Backport from...
2007-03-13  Georg BrandlPatch #1194449: correctly detect unbound methods in...
2007-03-13  Georg BrandlBug #1622896: fix a rare corner case where the bz2...
2007-03-13  Martin v. LöwisPatch #1449244: Support Unicode strings in
2007-03-13  Georg BrandlPatch #1569798: fix a bug in distutils when building...
2007-03-13  Georg BrandlPatch #1542681: add entries for "with", "as" and "CONTE...
2007-03-13  Georg BrandlPatch #1679379: add documentation for fnmatch.translate().
2007-03-12  Collin WinterBug #742342: make Python stop segfaulting on infinitely...
2007-03-12  Georg BrandlTypo fix.
2007-03-12  Martin v. LöwisBug #1675511: Use -Kpic instead of -xcode=pic32 on...
2007-03-12  Barry WarsawTokio Kikuchi's fix for SF bug #1629369; folding whites...
2007-03-12  Collin WinterPatch #1678662: ftp.python.org does not exist. So the...
2007-03-11  Vinay SajipFix resource leak reported in SF #1516995.
2007-03-11  Collin WinterPatch #1192590: Fix pdb's "ignore" and "condition"...
2007-03-11  Žiga SeilnachtPatch #1675981: remove unreachable code from type.__new...
2007-03-11  Georg BrandlAdd missing "return" statements in exception handler.
2007-03-10  Collin WinterConvert an assert to a raise so it works even in the...
2007-03-10  Georg BrandlRevert rev. 54198, it's not really backwards compatible.
2007-03-10  Collin WinterBug #1531963: Make SocketServer.TCPServer's server_addr...
2007-03-09  Thomas HellerMerged revisions 54248 via svnmerge from
2007-03-09  Thomas HellerMerged revisions 54244 via svnmerge from
2007-03-09  Neal NorwitzFix SF #1676971, Complex OverflowError has a typo
2007-03-09  Brett CannonManual backport of r54233. This will help prevent...
2007-03-08  Raymond HettingerSF #1637850: make_table in difflib did not work with...
2007-03-08  Collin WinterBackported r54226 from p3yk: Move test_unittest, test_d...
2007-03-08  Raymond HettingerSF 1676321: empty() returned wrong result
2007-03-08  Georg BrandlAdd a NEWS entry for rev. 54207,8.
2007-03-08  Georg BrandlFix #1676656: \em is different from \emph...
2007-03-07  Georg BrandlBackport skipping fromtimestamp(negative value) tests...
2007-03-07  Georg Brandlbackport rev. 54207: add a few sanity checks in unittes...
2007-03-07  Georg BrandlPatch #1669331: clarify shutil.copyfileobj() behavior...
2007-03-07  Georg BrandlTypo fix.
2007-03-07  Georg BrandlPatch #1001604: glob.glob() now returns unicode filenam...
2007-03-07  Georg BrandlPatch #812285: allow multiple auth schemes in AbstractB...
2007-03-06  Walter DörwaldDocument curses changes.
2007-03-06  Walter DörwaldBackport checkin:
2007-03-06  Georg BrandlPatch #1654417: make operator.{get,set,del}slice use...
2007-03-06  Georg BrandlPatch #1673121: update README wrt. OSX default shell.
2007-03-06  Georg BrandlPatch #1638879: don't accept strings with embedded...
2007-03-06  Georg BrandlPatch #1602128: clarify that richcmp methods can return...
2007-03-06  Georg BrandlPatch #1646728: datetime.fromtimestamp fails with negative
2007-03-06  Georg BrandlA test case for the defaultdict KeyError bug.
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:
next