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
*
Patch #553277: Accept callbacks that are callable, not callbacks that are true.
Martin v. Löwis
2002-05-08
2
-1/+2
*
Patch #553403: Fix typo.
Martin v. Löwis
2002-05-08
2
-3/+3
*
Patch #551410: Implement tp_getiter.
Martin v. Löwis
2002-05-08
1
-1/+51
*
Patch #552433: Special-case tuples. Avoid sub-type checking for lists.
Martin v. Löwis
2002-05-08
4
-2/+35
*
Patch #551011: Fix compilation problems with Cygwin.
Martin v. Löwis
2002-05-08
1
-1/+1
*
More support for bridging between Python and CoreFoundation objects. Still un...
Jack Jansen
2002-05-07
3
-6/+131
*
Added pycfbridge.c
Jack Jansen
2002-05-07
1
-0/+0
*
Added enumobject.c
Jack Jansen
2002-05-07
2
-0/+0
*
Move 'Tips and Tricks' to be the last section
Andrew M. Kuchling
2002-05-07
1
-227/+227
*
Add section on Setup file
Andrew M. Kuchling
2002-05-07
1
-109/+137
*
More filling out
Andrew M. Kuchling
2002-05-07
1
-80/+170
*
Fix typos
Andrew M. Kuchling
2002-05-07
1
-13/+11
*
Fixed a mistake on my part when regenerating: removed a bogus import of Appls...
Jack Jansen
2002-05-07
1
-2/+0
*
Write two sections, and write some partial text for some other sections
Andrew M. Kuchling
2002-05-06
1
-39/+224
*
Add a note explaining the interaction between unbuffered input and
Fred Drake
2002-05-06
1
-1/+3
*
Prevent convert_path from crashing if the path is an empty string. Bugfix ca...
Andrew M. Kuchling
2002-05-06
1
-2/+2
*
First steps towards a generalized converter of Python object
Jack Jansen
2002-05-05
2
-0/+217
*
random.gauss() uses a piece of hidden state used by nothing else,
Tim Peters
2002-05-05
3
-1/+30
*
Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside,
Martin v. Löwis
2002-05-04
1
-2/+5
*
_PyGC_generation0 is now a pointer
Neil Schemenauer
2002-05-04
1
-4/+4
*
Move all data for a single generation into a structure. The set of
Neil Schemenauer
2002-05-04
1
-73/+97
*
Patch #551093: Let cygwin default to --enable-shared.
Martin v. Löwis
2002-05-03
2
-3/+13
*
Integrated SF patch #539487 by Matthias Klose:
Fred Drake
2002-05-03
5
-59/+958
*
Boost the list of stop words, by merging in the little list Jeremy
Tim Peters
2002-05-02
1
-7/+9
*
Update the xrange object description to reflect the removal of deprecated
Fred Drake
2002-05-02
1
-3/+3
*
Added notes related to the removal of deprecated features of the xrange type.
Fred Drake
2002-05-02
1
-0/+9
*
Added note about using the documentation build tools under Cygwin.
Fred Drake
2002-05-02
2
-0/+5
*
Remove the warning about the Cygwin directions not working -- the latest
Fred Drake
2002-05-02
1
-6/+3
*
Work around limitation of Cygwin Perl: To avoid a permission denial, we need
Fred Drake
2002-05-02
1
-1/+10
*
Indicate delayed initialization of slots. Suggested by tim.one.
Martin v. Löwis
2002-05-02
1
-3/+5
*
Patch #551008: DL_IMPORT PyBool_FromLong.
Martin v. Löwis
2002-05-02
1
-1/+1
*
PyObject_Realloc(): If a small block is shrinking, bite the expense of
Tim Peters
2002-05-02
1
-5/+16
*
Patch #551009: Initialize array type dynamically.
Martin v. Löwis
2002-05-02
1
-3/+6
*
Remove old deprecated features from the xrange object.
Fred Drake
2002-05-02
1
-273/+40
*
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
Fred Drake
2002-05-02
2
-29/+0
*
Many minor markup adjustments for consistency.
Fred Drake
2002-05-02
1
-10/+10
*
Remove extra period produced by previous change.
Fred Drake
2002-05-02
1
-3/+3
*
Patch 550804: Make os.environ.copy() return a copy.
Martin v. Löwis
2002-05-02
1
-0/+4
*
Added regression tests for xrange object attributes.
Fred Drake
2002-05-02
1
-0/+23
*
Fix attribute access for the xrange objects. The tp_getattr and tp_getattro
Fred Drake
2002-05-02
1
-31/+38
*
Correct Moshe's e-mail address
Andrew M. Kuchling
2002-05-02
1
-8/+6
*
Note that NameError's message also changed in 2.0
Andrew M. Kuchling
2002-05-02
1
-8/+10
*
Message for NameError has changed
Andrew M. Kuchling
2002-05-02
1
-1/+1
*
clarify message when raising TypeError to indicate that float() accepts
Skip Montanaro
2002-05-02
1
-1/+1
*
Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907.
Martin v. Löwis
2002-05-02
1
-1/+1
*
Correct information on support for repietition & concatenation for buffer
Fred Drake
2002-05-02
1
-6/+8
*
Buffer-object repitition and concatenation has worked all along; add a test
Fred Drake
2002-05-02
1
-0/+6
*
Added some notes on setting up the documentation tools on Cygwin.
Fred Drake
2002-05-01
1
-0/+40
*
Added more style for major warnings.
Fred Drake
2002-05-01
1
-0/+9
*
Pickler_clear_memo(): convert to METH_NOARGS.
Fred Drake
2002-05-01
1
-5/+2
[next]