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
*
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
*
Geiger Ho's patch for better subclassing
Steven M. Gava
2002-05-27
1
-1/+1
*
Rearrange paragraph
Andrew M. Kuchling
2002-05-27
1
-5/+5
*
This is patch
Michael W. Hudson
2002-05-27
8
-12/+304
*
Silly typo.
Michael W. Hudson
2002-05-27
1
-1/+1
*
Use self.__class__ to instantiate a TreeNode item recursively, to
Guido van Rossum
2002-05-27
1
-1/+1
*
GvR's rpc patch
Chui Tey
2002-05-26
7
-94/+1208
*
Define the "all" target more reasonably, but retain "html" as the default
Fred Drake
2002-05-25
1
-1/+2
*
Fix for SF bug 551412. When _PyType_Lookup() is called on a type
Guido van Rossum
2002-05-24
2
-0/+22
*
Mention math.degrees() and math.radians()
Andrew M. Kuchling
2002-05-24
1
-12/+24
*
- A new type object, 'string', is added. This is a common base type
Guido van Rossum
2002-05-24
6
-2/+69
*
Add a safeguard against setting the class to something with a
Guido van Rossum
2002-05-24
1
-0/+10
*
Don't require Unicode support.
Guido van Rossum
2002-05-24
1
-2/+9
*
Move really open-ended XXX items into comments
Andrew M. Kuchling
2002-05-24
1
-9/+7
*
Disambiguate the grammar for backtick.
Guido van Rossum
2002-05-24
5
-59/+93
*
Add missing \ to macro definition only used when universal newlines
Guido van Rossum
2002-05-24
1
-1/+1
*
Whitespace normalized.
Raymond Hettinger
2002-05-23
1
-11/+11
*
Allow the shared library initialization routine to be overridden with an init...
Jack Jansen
2002-05-23
4
-5/+10
*
Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read
Jack Jansen
2002-05-23
1
-3/+14
*
Markup adjustments; fix the names of modules referenced in an expression.
Fred Drake
2002-05-23
1
-2/+2
*
John Aycock correctly pointed out that the grammar for
Tim Peters
2002-05-23
3
-4/+4
*
Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.
Raymond Hettinger
2002-05-23
2
-1/+85
*
(py-goto-statement-below): Watch out for landing in a triple quoted
Barry Warsaw
2002-05-23
1
-3/+4
*
Added missing dependency on the refcount data file.
Fred Drake
2002-05-23
1
-2/+2
*
Link with the right C library! This has always been wrong (& my fault).
Tim Peters
2002-05-23
1
-1/+1
*
Use Perl function prototypes to help avoid definition/usage mismatches
Fred Drake
2002-05-23
2
-102/+106
*
Add refcount information for PySequence_ITEM().
Fred Drake
2002-05-23
1
-0/+4
*
Add version annotation for PySequence_ITEM().
Fred Drake
2002-05-23
1
-1/+2
*
Use function instead of macro spellings for PyObject_memorystuff.
Tim Peters
2002-05-23
1
-2/+2
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-7/+7
*
Whitespace normalization.
Tim Peters
2002-05-23
20
-101/+100
*
parseaddr(): Fixed in the same way that Message.getaddrlist() was
Barry Warsaw
2002-05-23
2
-1/+10
*
force gzip module to open files using 'b'inary mode.
Skip Montanaro
2002-05-23
2
-1/+9
*
Closes: #556025 seg fault when doing list(xrange(1e9))
Neal Norwitz
2002-05-22
2
-2/+22
*
Remove spurious "()" from the __str__() description.
Fred Drake
2002-05-22
1
-1/+1
[next]