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 |
2002-05-29 |
Andrew M. Kuchling | Add OS/2 text |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Neil Schemenauer | The logreader object did not always refill the input... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Andrew M. Kuchling | Various minor rewrites |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Andrew M. Kuchling | More additions |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Raymond Hettinger | Patch 560023 adding docstrings. 2.2 Candidate (after... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Neal Norwitz | As discussed on python-dev, add a mechanism to indicate... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Guido van Rossum | Issue an explicit error when we can't find an appropria... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Marc-André... | Fix a possible segfault. Found be Neal Norvitz. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Marc-André... | Fix for bug [ 561796 ] string.find causes lazy error |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Michael W.... | This is patch |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Guido van Rossum | Importing Charset should not fail when Unicode is disab... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Guido van Rossum | Accept u"..." literals even when Unicode is disabled... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Jack Jansen | File modes in filedescr entries are also passed to... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Christian Tismer | This is a Python 2.1 and 2.2 bugfix candidate: |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Steven M. Gava | Geiger Ho's patch for better subclassing |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Andrew M. Kuchling | Rearrange paragraph |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Michael W.... | This is patch |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Michael W.... | Silly typo. |
commit | commitdiff | tree | snapshot |
2002-05-27 |
Guido van Rossum | Use self.__class__ to instantiate a TreeNode item recur... |
commit | commitdiff | tree | snapshot |
2002-05-26 |
Chui Tey | GvR's rpc patch |
commit | commitdiff | tree | snapshot |
2002-05-25 |
Fred Drake | Define the "all" target more reasonably, but retain... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Guido van Rossum | Fix for SF bug 551412. When _PyType_Lookup() is called... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Andrew M. Kuchling | Mention math.degrees() and math.radians() |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Guido van Rossum | - A new type object, 'string', is added. This is a... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Guido van Rossum | Add a safeguard against setting the class to something... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Guido van Rossum | Don't require Unicode support. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Andrew M. Kuchling | Move really open-ended XXX items into comments |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Guido van Rossum | Disambiguate the grammar for backtick. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Guido van Rossum | Add missing \ to macro definition only used when univer... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Raymond Hettinger | Whitespace normalized. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Jack Jansen | Allow the shared library initialization routine to... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Jack Jansen | Added missing dirs to LIBSUBDIRS, and reformatted it... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Fred Drake | Markup adjustments; fix the names of modules referenced... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | John Aycock correctly pointed out that the grammar for |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Raymond Hettinger | Deprecated Random.cunifvariate clearing bug 506647... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Barry Warsaw | (py-goto-statement-below): Watch out for landing in... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Fred Drake | Added missing dependency on the refcount data file. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | Link with the right C library! This has always been... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Fred Drake | Use Perl function prototypes to help avoid definition... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Fred Drake | Add refcount information for PySequence_ITEM(). |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Fred Drake | Add version annotation for PySequence_ITEM(). |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | Use function instead of macro spellings for PyObject_me... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
next |