]> 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 Martin v. LöwisPatch #1121142: Implement ZipFile.open.
2007-03-06 Georg BrandlPatch #1671450: add a section about subclassing builtin...
2007-03-06 Georg BrandlNit: a struct field is set to GenericAlloc, not Generic...
2007-03-05 Georg BrandlPatch #1674228: when assigning a slice (old-style)...
2007-03-05 Facundo BatistaMinor corrections to docs, and an explanation comentary
2007-03-05 Neal NorwitzAdded Pete for 3101 too
2007-03-04 Skip Montanaronote MacPorts/BerkDB change in setup.py
2007-03-04 Skip MontanaroTeach setup.py how to find Berkeley DB on Macs using...
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 embarrassing typo and fix constantification of...
2007-03-02 Georg BrandlBug #1628895: some better tries to find HTML documentat...
2007-03-01 Andrew M. KuchlingAdd NamedTuple
2007-03-01 Neal NorwitzAdd Pat and Eric for work on PEP 3101 in the sandbox
2007-03-01 Raymond HettingerAdd collections.NamedTuple
2007-02-28 Raymond HettingerPrepare collections module for pure python code entries.
2007-02-28 Raymond HettingerDocstring nit.
2007-02-28 Brett CannonAdd a test for instantiating SyntaxError with no arguments.
2007-02-28 Armin RigoModify the segfaulting example to show why r53997 is...
2007-02-27 Jeremy HyltonAdd news about changes to metaclasses and __bases__...
2007-02-27 Jeremy HyltonAdd checking for a number of metaclass error conditions.
2007-02-27 Jeremy Hyltonwhitespace normalization
2007-02-27 Jeremy Hyltontabify
2007-02-27 Jeremy Hyltontabify
2007-02-27 Jeremy HyltonFix long-standing bug in name mangling for package...
2007-02-26 Andrew M. KuchlingAdd some items
2007-02-26 Neal NorwitzSF #1669182, 2.5 was already fixed. Just assert in...
2007-02-26 Andrew M. KuchlingMarkup fix
2007-02-26 Neal NorwitzWhen printing an unraisable error, don't print exceptio...
2007-02-26 Jeremy HyltonFix assertion.
2007-02-26 Jeremy HyltonDo not copy free variables to locals in class namespaces.
2007-02-26 Neal NorwitzFix a couple of problems in generating the AST code:
2007-02-26 Georg BrandlFix typo.
2007-02-26 Neal NorwitzAdd Steven Bethard to help out with patches.
2007-02-26 Jeremy HyltonReformat long lines.
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 NorwitzVariation of patch # 1624059 to speed up checking if...
2007-02-25 Fred Drake- SF patch #1657613: add documentation for the Element...
2007-02-25 Jeremy HyltonPut declarations before code.
2007-02-25 Jeremy HyltonFix crash in exec when unicode filename can't be decoded.
2007-02-25 Neal NorwitzWhitespace only changes
2007-02-25 Neal NorwitzAdd more details when releasing interned strings
2007-02-23 Brett CannonRefactor PEP 352 tests to make it easier in the future...
2007-02-23 Neal NorwitzFix typo in comment
2007-02-21 Raymond HettingerRemove filler struct item and fix leak.
2007-02-21 Raymond HettingerAdd itertools.izip_longest().
2007-02-19 Raymond HettingerFixup set/dict interoperability.
2007-02-19 Raymond HettingerFixup docstrings for merge().
2007-02-19 Martin v. LöwisPatch #1490190: posixmodule now includes os.chflags...
2007-02-19 Lars GustäbelMoved misplaced news item.
2007-02-19 Raymond HettingerProvide an example of defaultdict with non-zero constan...
2007-02-19 Raymond HettingerAdd test for merge stability
2007-02-19 Raymond HettingerUse C heapreplace() instead of slower _siftup() in...
2007-02-19 Raymond HettingerAdd tie-breaker count to preserve sort stability.
2007-02-19 Raymond HettingerAdd merge() function to heapq.
2007-02-19 Raymond HettingerExtend work on revision 52962: Eliminate redundant...
2007-02-16 Vinay SajipMinor fix for currentframe (SF #1652788).
2007-02-16 Brett CannonMake the __import__ call in encodings.__init__ absolute...
2007-02-15 Brett CannonUpdate the encoding package's search function to use...
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-15 Martin v. LöwisPatch #1397848: add the reasoning behind no-resize...
2007-02-14 Lars GustäbelA missing binary mode in AppendTest caused failures...
2007-02-14 Martin v. LöwisIgnore directory time stamps when considering
2007-02-14 Martin v. LöwisUpdate 1432399 to removal of _BT_SOCKADDR_MEMB.
2007-02-14 Martin v. LöwisPatch #1432399: Add HCI sockets.
2007-02-13 Lars GustäbelStrip the '.gz' extension from the filename that is...
2007-02-13 Lars GustäbelPatch #1647484: Renamed GzipFile's filename attribute...
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 #1517891: Make 'a' create the file if it doesn...
2007-02-13 Martin v. LöwisPatch #698833: Support file decryption in zipfile.
2007-02-13 Martin v. LöwisPatch #685268: Consider a package's __path__ in imputil.
2007-02-12 Armin RigoFix the line to what is my guess at the original author...
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-12 Brett CannonModify Parser/asdl_c.py so that the __version__ number...
2007-02-11 Brett CannonCheck in changed Python-ast.c from a cosmetic change...
2007-02-11 Skip Montanarofix trace.py --ignore-dir
2007-02-11 Brett CannonChange a very minor inconsistency (that is purely cosme...
2007-02-09 Georg BrandlBug #1656078: typo in in profile docs.
2007-02-09 Martin v. LöwisUpdate broken link. Will backport to 2.5.
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 Kurt B. KaiserCorrected some bugs in AutoComplete. Also, Page Up...
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-08 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__()...
next