index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
9
-50/+46
*
Get email test to pass. Barry, hope this is what you had in mind
Neal Norwitz
2002-06-02
2
-6/+6
*
Make test_mhlib run again.
Michael W. Hudson
2002-06-02
1
-1/+1
*
Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint.
Martin v. Löwis
2002-06-02
1
-0/+2
*
Replaced boolean tests with is None.
Raymond Hettinger
2002-06-02
5
-14/+14
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-02
6
-10/+10
*
Use somewhat longer C++ program to detect whether linking requires the C++
Martin v. Löwis
2002-06-01
2
-3/+3
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
18
-79/+59
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-01
7
-12/+12
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-3/+3
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
54
-222/+243
*
Bump to version 2.0.5, and also use absolute import paths.
Barry Warsaw
2002-06-01
1
-3/+3
*
These two classes provide bases for more specific content type
Barry Warsaw
2002-06-01
2
-0/+54
*
The _compat modules now export _floordiv() instead of _intdiv2() for
Barry Warsaw
2002-06-01
1
-5/+4
*
Slightly better docstring
Barry Warsaw
2002-06-01
1
-1/+1
*
A bogus assert in the new listiter code prevented starting Python in a
Tim Peters
2002-06-01
1
-10/+12
*
_is_unicode(): Use UnicodeType instead of the unicode builtin for
Barry Warsaw
2002-06-01
1
-1/+3
*
Replaced boolean test with is None
Raymond Hettinger
2002-06-01
3
-4/+4
*
Replace boolean test with is None
Raymond Hettinger
2002-06-01
4
-5/+5
*
Replaced boolean test with 'is None'
Raymond Hettinger
2002-06-01
2
-5/+5
*
Use is None rather than general boolean
Raymond Hettinger
2002-06-01
1
-2/+2
*
Use is None rather than general boolean
Raymond Hettinger
2002-05-31
1
-1/+1
*
Use is None rather than general boolean
Raymond Hettinger
2002-05-31
1
-1/+1
*
Remove unused static function
Neal Norwitz
2002-05-31
1
-19/+0
*
SF 560736. Optimize list iteration by filling the tp_iter slot.
Raymond Hettinger
2002-05-31
3
-18/+126
*
SF bug 533625 (Armin Rigo). rexec: potential security hole
Guido van Rossum
2002-05-31
2
-1/+23
*
Explain that tp_basicsize must provide alignment for the items.
Guido van Rossum
2002-05-31
1
-0/+8
*
Use string methods, remove import string
Neal Norwitz
2002-05-31
1
-4/+3
*
Use more string methods, remove import string
Neal Norwitz
2002-05-31
3
-18/+12
*
Fix typo
Neal Norwitz
2002-05-31
1
-1/+1
*
Implement the intention of SF patch 472523 (but coded differently).
Guido van Rossum
2002-05-31
1
-15/+67
*
Change name from string to basestring
Neal Norwitz
2002-05-31
3
-6/+6
*
Update links and information on PyQt/PyKDE.
Fred Drake
2002-05-31
1
-6/+13
*
Replace '== None' with 'is None'
Raymond Hettinger
2002-05-31
2
-2/+2
*
Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug
Guido van Rossum
2002-05-31
1
-0/+1
*
Fix printing plural (s or "").
Neal Norwitz
2002-05-31
1
-1/+1
*
Remove import of re, it is not used
Neal Norwitz
2002-05-31
1
-1/+1
*
Use string methods where possible, and remove import string
Neal Norwitz
2002-05-31
3
-13/+11
*
Fix SF bug [ 561825 ] Confusing error for "del f()"
Jeremy Hylton
2002-05-31
2
-2/+40
*
Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c
Neal Norwitz
2002-05-31
1
-1/+1
*
Remove unneeded import
Andrew M. Kuchling
2002-05-30
1
-1/+0
*
imp_load_module(): correct and comment the sense of the test for '+'
Guido van Rossum
2002-05-30
1
-2/+7
*
Cover a few corners in the 'U' mode integration to make imp work.
Jeremy Hylton
2002-05-30
1
-8/+14
*
Verify that the imp can find and load .py files.
Jeremy Hylton
2002-05-30
1
-0/+5
*
Typo fixes.
Fred Drake
2002-05-30
1
-2/+2
*
Add the pymemcompat.h header as discussed on python-dev.
Michael W. Hudson
2002-05-30
1
-0/+86
*
Holger Krekel.
Guido van Rossum
2002-05-30
1
-0/+1
*
SF #558432: Prevent Annoying ' ' from readline (Holker Krekel).
Guido van Rossum
2002-05-30
1
-0/+1
*
Remove comment about inheritance, look one line up
Neal Norwitz
2002-05-30
1
-5/+1
*
Move statement out of comment block
Raymond Hettinger
2002-05-30
1
-1/+1
[next]