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 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
*
Use floor division where appropriate.
Guido van Rossum
2002-05-29
1
-2/+2
*
Minor cleanup:
Fred Drake
2002-05-29
1
-5/+11
*
Add OS/2 text
Andrew M. Kuchling
2002-05-29
1
-9/+16
*
The logreader object did not always refill the input buffer correctly
Neil Schemenauer
2002-05-29
1
-105/+56
*
Various minor rewrites
Andrew M. Kuchling
2002-05-29
1
-42/+52
*
More additions
Andrew M. Kuchling
2002-05-29
1
-25/+15
*
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...
Raymond Hettinger
2002-05-29
9
-8/+499
*
As discussed on python-dev, add a mechanism to indicate features
Neal Norwitz
2002-05-29
7
-16/+48
*
Issue an explicit error when we can't find an appropriate type for
Guido van Rossum
2002-05-29
1
-0/+2
*
Fix a possible segfault. Found be Neal Norvitz.
Marc-André Lemburg
2002-05-29
1
-1/+1
*
Fix for bug [ 561796 ] string.find causes lazy error
Marc-André Lemburg
2002-05-29
2
-3/+4
*
This is patch
Michael W. Hudson
2002-05-29
1
-7/+3
*
Whitespace normalization
Neal Norwitz
2002-05-29
1
-2/+2
*
Importing Charset should not fail when Unicode is disabled. (XXX
Guido van Rossum
2002-05-28
1
-3/+11
*
Accept u"..." literals even when Unicode is disabled. But these
Guido van Rossum
2002-05-28
1
-8/+13
*
File modes in filedescr entries are also passed to Python, so we now put "U"
Jack Jansen
2002-05-28
1
-4/+7
*
This is a Python 2.1 and 2.2 bugfix candidate:
Christian Tismer
2002-05-28
1
-11/+5
[prev]
[next]