]> granicus.if.org Git - python/shortlog
python
2002-06-02 Barry WarsawUse absolute import paths for intrapackage imports.
2002-06-02 Barry Warsawflatten(): Renamed from __call__() which is (silently...
2002-06-02 Barry Warsaw_intdiv2() -> _floordiv(), merge of uncommitted changes.
2002-06-02 Raymond HettingerReplaced .keys() with dictionary iterators
2002-06-02 Neal NorwitzGet email test to pass. Barry, hope this is what you...
2002-06-02 Michael W.... Make test_mhlib run again.
2002-06-02 Martin v. LöwisPatch #552060: Add SSLFakeSocket.sendall. Also committe...
2002-06-02 Raymond HettingerReplaced boolean tests with is None.
2002-06-02 Raymond HettingerReplace boolean test with is None.
2002-06-01 Martin v. LöwisUse somewhat longer C++ program to detect whether linki...
2002-06-01 Raymond HettingerReplaced obsolete stat module constants with equivalent...
2002-06-01 Raymond HettingerReplace boolean test with is None.
2002-06-01 Raymond HettingerSF 563203. Replaced 'has_key()' with 'in'.
2002-06-01 Raymond HettingerSF 563203. Replaced 'has_key()' with 'in'.
2002-06-01 Barry WarsawBump to version 2.0.5, and also use absolute import...
2002-06-01 Barry WarsawThese two classes provide bases for more specific conte...
2002-06-01 Barry WarsawThe _compat modules now export _floordiv() instead...
2002-06-01 Barry WarsawSlightly better docstring
2002-06-01 Tim PetersA bogus assert in the new listiter code prevented start...
2002-06-01 Barry Warsaw_is_unicode(): Use UnicodeType instead of the unicode...
2002-06-01 Raymond HettingerReplaced boolean test with is None
2002-06-01 Raymond HettingerReplace boolean test with is None
2002-06-01 Raymond HettingerReplaced boolean test with 'is None'
2002-06-01 Raymond HettingerUse is None rather than general boolean
2002-05-31 Raymond HettingerUse is None rather than general boolean
2002-05-31 Raymond HettingerUse is None rather than general boolean
2002-05-31 Neal NorwitzRemove unused static function
2002-05-31 Raymond HettingerSF 560736. Optimize list iteration by filling the...
2002-05-31 Guido van RossumSF bug 533625 (Armin Rigo). rexec: potential security...
2002-05-31 Guido van RossumExplain that tp_basicsize must provide alignment for...
2002-05-31 Neal NorwitzUse string methods, remove import string
2002-05-31 Neal NorwitzUse more string methods, remove import string
2002-05-31 Neal NorwitzFix typo
2002-05-31 Guido van RossumImplement the intention of SF patch 472523 (but coded...
2002-05-31 Neal NorwitzChange name from string to basestring
2002-05-31 Fred DrakeUpdate links and information on PyQt/PyKDE.
2002-05-31 Raymond HettingerReplace '== None' with 'is None'
2002-05-31 Guido van RossumAdd definition of Py_IgnoreEnvironmentFlag (needed...
2002-05-31 Neal NorwitzFix printing plural (s or "").
2002-05-31 Neal NorwitzRemove import of re, it is not used
2002-05-31 Neal NorwitzUse string methods where possible, and remove import...
2002-05-31 Jeremy HyltonFix SF bug [ 561825 ] Confusing error for "del f()"
2002-05-31 Neal NorwitzPy_IgnoreEnvironmentFlag should be extern, since it...
2002-05-30 Andrew M. KuchlingRemove unneeded import
2002-05-30 Guido van Rossumimp_load_module(): correct and comment the sense of...
2002-05-30 Jeremy HyltonCover a few corners in the 'U' mode integration to...
2002-05-30 Jeremy HyltonVerify that the imp can find and load .py files.
2002-05-30 Fred DrakeTypo fixes.
2002-05-30 Michael W.... Add the pymemcompat.h header as discussed on python...
2002-05-30 Guido van RossumHolger Krekel.
2002-05-30 Guido van RossumSF #558432: Prevent Annoying ' ' from readline (Holker...
2002-05-30 Neal NorwitzRemove comment about inheritance, look one line up
2002-05-30 Raymond HettingerMove statement out of comment block
2002-05-29 Guido van RossumUse floor division where appropriate.
2002-05-29 Fred DrakeMinor cleanup:
2002-05-29 Andrew M. KuchlingAdd OS/2 text
2002-05-29 Neil SchemenauerThe logreader object did not always refill the input...
2002-05-29 Andrew M. KuchlingVarious minor rewrites
2002-05-29 Andrew M. KuchlingMore additions
2002-05-29 Raymond HettingerPatch 560023 adding docstrings. 2.2 Candidate (after...
2002-05-29 Neal NorwitzAs discussed on python-dev, add a mechanism to indicate...
2002-05-29 Guido van RossumIssue an explicit error when we can't find an appropria...
2002-05-29 Marc-André... Fix a possible segfault. Found be Neal Norvitz.
2002-05-29 Marc-André... Fix for bug [ 561796 ] string.find causes lazy error
2002-05-29 Michael W.... This is patch
2002-05-29 Neal NorwitzWhitespace normalization
2002-05-28 Guido van RossumImporting Charset should not fail when Unicode is disab...
2002-05-28 Guido van RossumAccept u"..." literals even when Unicode is disabled...
2002-05-28 Jack JansenFile modes in filedescr entries are also passed to...
2002-05-28 Christian TismerThis is a Python 2.1 and 2.2 bugfix candidate:
2002-05-27 Steven M. GavaGeiger Ho's patch for better subclassing
2002-05-27 Andrew M. KuchlingRearrange paragraph
2002-05-27 Michael W.... This is patch
2002-05-27 Michael W.... Silly typo.
2002-05-27 Guido van RossumUse self.__class__ to instantiate a TreeNode item recur...
2002-05-26 Chui TeyGvR's rpc patch
2002-05-25 Fred DrakeDefine the "all" target more reasonably, but retain...
2002-05-24 Guido van RossumFix for SF bug 551412. When _PyType_Lookup() is called...
2002-05-24 Andrew M. KuchlingMention math.degrees() and math.radians()
2002-05-24 Guido van Rossum- A new type object, 'string', is added. This is a...
2002-05-24 Guido van RossumAdd a safeguard against setting the class to something...
2002-05-24 Guido van RossumDon't require Unicode support.
2002-05-24 Andrew M. KuchlingMove really open-ended XXX items into comments
2002-05-24 Guido van RossumDisambiguate the grammar for backtick.
2002-05-24 Guido van RossumAdd missing \ to macro definition only used when univer...
2002-05-23 Raymond HettingerWhitespace normalized.
2002-05-23 Jack JansenAllow the shared library initialization routine to...
2002-05-23 Jack JansenAdded missing dirs to LIBSUBDIRS, and reformatted it...
2002-05-23 Fred DrakeMarkup adjustments; fix the names of modules referenced...
2002-05-23 Tim PetersJohn Aycock correctly pointed out that the grammar for
2002-05-23 Raymond HettingerDeprecated Random.cunifvariate clearing bug 506647...
2002-05-23 Barry Warsaw(py-goto-statement-below): Watch out for landing in...
2002-05-23 Fred DrakeAdded missing dependency on the refcount data file.
2002-05-23 Tim PetersLink with the right C library! This has always been...
2002-05-23 Fred DrakeUse Perl function prototypes to help avoid definition...
2002-05-23 Fred DrakeAdd refcount information for PySequence_ITEM().
2002-05-23 Fred DrakeAdd version annotation for PySequence_ITEM().
2002-05-23 Tim PetersUse function instead of macro spellings for PyObject_me...
2002-05-23 Tim PetersWhitespace normalization.
2002-05-23 Tim PetersWhitespace normalization.
next