2002-06-04 |
Jeremy Hylton | Replace bogus bare variables with attribute access. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Define DEBUG as early as possible to avoid import problems. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Add missing import of log. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Use module-level import of DEBUG instead of many functi... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Remove unused imports |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Make None return explicit |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | import base64 at the top to avoid two different imports... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | ensure_filename() only takes one argument. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Reindent lines to improve readability |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Remove (commented out) options that have moved into... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | get_script() implicitly returned None and also had... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | global _option_order is not used |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Fix bug in recent change to logging code. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Fix unused local variables caught by pychecker. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Set repeat metadata for an option based on repeat local... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Remove unused imports caught by pychecker |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | Make setup.py less chatty by default. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | A simple log mechanism styled after the proposed std... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Address SF bug 519621: slots weren't traversed by GC. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jeremy Hylton | The comment said: |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Raymond Hettinger | Inverted test for small speedup |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Michael W.... | Fiddle wording. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Neal Norwitz | Fix SF bug #557436, TclError is a str should be an... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Fred Drake | Fix up Guido's markup. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Fred Drake | When using a Python that has not been installed to... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Walter Dörwald | Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UT... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Jason Tishler | Patch #555929: Cygwin AH_BOTTOM cleanup patch (***... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Test repair now that module.__init__ requires a name... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Repair the test (adding a docstring to the module type... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Add a docstring to the module type. |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Surprising fix for SF bug 563060: module can be used... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Guido van Rossum | Surprising fix for SF bug 563060: module can be used... |
commit | commitdiff | tree | snapshot |
2002-06-04 |
Raymond Hettinger | Replace .keys() with .iteritems(). Second review and... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Guido van Rossum | Address the residual issue with the fix for SF 551412 in |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Guido van Rossum | The warning filter was ineffective when this module... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Guido van Rossum | Addressed SF bug 421973 (finally). |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Jeremy Hylton | Fix HTTPError __init__ for cases where fp is None. |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Walter Dörwald | Remove uses of the string and types modules: |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Walter Dörwald | Fix a regression from the 1.68->1.69 checkin: |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Tim Peters | regrtest has a new |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | _parsebody(): Fix for the new message/rfc822 tree struc... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Generator.__call__() => Generator.flatten() |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | header_encode(), encode(): Use _floordiv() from the... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Use absolute import paths for intrapackage imports. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Use absolute import paths for intrapackage imports. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | Use absolute import paths for intrapackage imports. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | flatten(): Renamed from __call__() which is (silently... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Barry Warsaw | _intdiv2() -> _floordiv(), merge of uncommitted changes. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Raymond Hettinger | Replaced .keys() with dictionary iterators |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Neal Norwitz | Get email test to pass. Barry, hope this is what you... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Michael W.... | Make test_mhlib run again. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Martin v. Löwis | Patch #552060: Add SSLFakeSocket.sendall. Also committe... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Raymond Hettinger | Replaced boolean tests with is None. |
commit | commitdiff | tree | snapshot |
2002-06-02 |
Raymond Hettinger | Replace boolean test with is None. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Martin v. Löwis | Use somewhat longer C++ program to detect whether linki... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | Replaced obsolete stat module constants with equivalent... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | Replace boolean test with is None. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | SF 563203. Replaced 'has_key()' with 'in'. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | SF 563203. Replaced 'has_key()' with 'in'. |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Barry Warsaw | Bump to version 2.0.5, and also use absolute import... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Barry Warsaw | These two classes provide bases for more specific conte... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Barry Warsaw | The _compat modules now export _floordiv() instead... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Barry Warsaw | Slightly better docstring |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Tim Peters | A bogus assert in the new listiter code prevented start... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Barry Warsaw | _is_unicode(): Use UnicodeType instead of the unicode... |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | Replaced boolean test with is None |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | Replace boolean test with is None |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | Replaced boolean test with 'is None' |
commit | commitdiff | tree | snapshot |
2002-06-01 |
Raymond Hettinger | Use is None rather than general boolean |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Raymond Hettinger | Use is None rather than general boolean |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Raymond Hettinger | Use is None rather than general boolean |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Remove unused static function |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Raymond Hettinger | SF 560736. Optimize list iteration by filling the... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Guido van Rossum | SF bug 533625 (Armin Rigo). rexec: potential security... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Guido van Rossum | Explain that tp_basicsize must provide alignment for... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Use string methods, remove import string |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Use more string methods, remove import string |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Guido van Rossum | Implement the intention of SF patch 472523 (but coded... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Change name from string to basestring |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Fred Drake | Update links and information on PyQt/PyKDE. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Raymond Hettinger | Replace '== None' with 'is None' |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Guido van Rossum | Add definition of Py_IgnoreEnvironmentFlag (needed... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Fix printing plural (s or ""). |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Remove import of re, it is not used |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Use string methods where possible, and remove import... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeremy Hylton | Fix SF bug [ 561825 ] Confusing error for "del f()" |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Neal Norwitz | Py_IgnoreEnvironmentFlag should be extern, since it... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Andrew M. Kuchling | Remove unneeded import |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Guido van Rossum | imp_load_module(): correct and comment the sense of... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Jeremy Hylton | Cover a few corners in the 'U' mode integration to... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Jeremy Hylton | Verify that the imp can find and load .py files. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Fred Drake | Typo fixes. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Michael W.... | Add the pymemcompat.h header as discussed on python... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Guido van Rossum | Holger Krekel. |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Guido van Rossum | SF #558432: Prevent Annoying ' ' from readline (Holker... |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Neal Norwitz | Remove comment about inheritance, look one line up |
commit | commitdiff | tree | snapshot |
2002-05-30 |
Raymond Hettinger | Move statement out of comment block |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Guido van Rossum | Use floor division where appropriate. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Fred Drake | Minor cleanup: |
commit | commitdiff | tree | snapshot |
next |