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
*
Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)
Guido van Rossum
2001-10-18
3
-0/+20
*
Use CXX in LINKCC if CXX is used to build main() and the system requires
Martin v. Löwis
2001-10-18
2
-367/+399
*
Fix typo reported by Michael Soulier.
Fred Drake
2001-10-18
1
-1/+1
*
Bump Windows build # for 2.2b1.
Tim Peters
2001-10-18
2
-2/+4
*
Function descriptions must end as well as start!
Fred Drake
2001-10-18
1
-0/+1
*
Elaborate on types and meaning of the setgroups arguments.
Martin v. Löwis
2001-10-18
1
-2/+4
*
Patch to bug #472202: Correctly recognize NetBSD before 199712.
Martin v. Löwis
2001-10-18
1
-2/+5
*
Patch #470744: Simplify __repr__ error handling.
Martin v. Löwis
2001-10-18
1
-16/+4
*
Expose setgroups. Fixes feature request #468116.
Martin v. Löwis
2001-10-18
6
-4/+62
*
Fix error checking done by abstract_issubclass and abstract_isinstance.
Neil Schemenauer
2001-10-18
1
-44/+61
*
Add trivial test cases for RAND_add() and RAND_status().
Jeremy Hylton
2001-10-18
1
-1/+15
*
Expose three OpenSSL API calls for dealing with the PRNG.
Jeremy Hylton
2001-10-18
1
-0/+67
*
test for int and long int overflow (allows operation on 64-bit platforms)
Skip Montanaro
2001-10-17
1
-2/+11
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-0/+34
*
Two merges from the mimelib project:
Barry Warsaw
2001-10-17
1
-4/+35
*
Protect references to tp_descr_get and tp_dict with the appropriate test:
Guido van Rossum
2001-10-17
1
-9/+14
*
Oops. Catching OverflowError from int() doesn't help, since it raises
Guido van Rossum
2001-10-17
1
-2/+2
*
Remove a bunch of stuff that's no longer needed now that update_slot()
Guido van Rossum
2001-10-17
1
-42/+20
*
The Python symtable module depends on .h files that setup.py doesn't track.
Jeremy Hylton
2001-10-17
2
-1/+3
*
Make sure the output lists are sorted, even if run with -r.
Jeremy Hylton
2001-10-17
1
-0/+6
*
Test utility to look for bad stacksize calculations.
Jeremy Hylton
2001-10-17
1
-0/+43
*
Vastly improved stacksize calculation.
Jeremy Hylton
2001-10-17
1
-18/+51
*
Handle testlist_safe as if it were testlist.
Jeremy Hylton
2001-10-17
1
-0/+4
*
Remove unused convenience routine.
Jeremy Hylton
2001-10-17
1
-19/+0
*
For debug build, check that the stack pointer never exceeds the stack size.
Jeremy Hylton
2001-10-17
1
-1/+3
*
Fix computation of stack depth for classdef and closures.
Jeremy Hylton
2001-10-17
1
-44/+44
*
track addition of testlist_safe to Grammar
Jeremy Hylton
2001-10-17
1
-7/+8
*
slot_sq_item(): ensure that self is an instance of the wrapper's
Guido van Rossum
2001-10-17
1
-3/+5
*
SF patch #467430.
Guido van Rossum
2001-10-17
2
-3/+5
*
SF patch #471894: Makefile installs pydoc incorrectly
Guido van Rossum
2001-10-17
1
-0/+1
*
Folder.getlast(): avoid PyChecker warning.
Guido van Rossum
2001-10-17
1
-1/+1
*
Simplify and regularize docstrings. Also reformat so that each docstring
Tim Peters
2001-10-17
1
-52/+47
*
Trimmed trailing whitespace.
Tim Peters
2001-10-17
1
-62/+62
*
Removed more comments that didn't make much sense.
Tim Peters
2001-10-17
1
-17/+1
*
Removed obsolete comments about confused string refcount tricks (Jeremy
Tim Peters
2001-10-17
1
-9/+4
*
Remove unused import; reported by Neal Norwitz.
Fred Drake
2001-10-17
1
-1/+1
*
Minor code cleanups based on comments from Neal Norwitz.
Fred Drake
2001-10-17
1
-3/+2
*
YAPC.
Guido van Rossum
2001-10-17
1
-0/+1
*
Undo needless INCREF chicanery introduced by SF patch #450702.
Jeremy Hylton
2001-10-16
1
-47/+15
*
Simplify and fix error handling for most cases.
Jeremy Hylton
2001-10-16
1
-167/+113
*
SF bug [#471111] inspect.getframeinfo() needs docs.
Tim Peters
2001-10-16
1
-0/+6
*
More reformatting.
Jeremy Hylton
2001-10-16
1
-51/+50
*
Add zlib_error() helper.
Jeremy Hylton
2001-10-16
1
-92/+25
*
Fix a bug in the previous checkin. The wrong bootstrap function was
Guido van Rossum
2001-10-16
1
-1/+1
*
Add fix for getattr(obj, name, default). Rearrange a few things.
Guido van Rossum
2001-10-16
1
-7/+14
*
SF patch #471852 (anonymous) notes that getattr(obj, name, default)
Guido van Rossum
2001-10-16
1
-1/+3
*
Remove many calls to set MemoryError exceptions.
Jeremy Hylton
2001-10-16
1
-28/+4
*
Reformat!
Jeremy Hylton
2001-10-16
1
-586/+576
*
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum
2001-10-16
16
-42/+97
*
Add note about new zlib feature.
Jeremy Hylton
2001-10-16
1
-1/+6
[next]