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
*
Show case: reference cycles involving only the ob_type field are rather
Armin Rigo
2006-04-14
1
-0/+13
*
Typo fix
Andrew M. Kuchling
2006-04-14
1
-1/+1
*
Patch #1324762: Change --with-cxx to --with-cxx-main.
Martin v. Löwis
2006-04-14
6
-356/+281
*
Call encode()/decode() with final==True as the last call in the
Walter Dörwald
2006-04-14
1
-0/+4
*
Typo fixes
Andrew M. Kuchling
2006-04-14
1
-2/+2
*
Add more items
Andrew M. Kuchling
2006-04-14
1
-10/+70
*
Typo fix
Andrew M. Kuchling
2006-04-14
1
-1/+1
*
Add an item and a reminder
Andrew M. Kuchling
2006-04-14
1
-0/+9
*
Make Py_BuildValue, PyObject_CallFunction and
Martin v. Löwis
2006-04-14
8
-65/+172
*
Copy note from leakers README here too. We want to keep all test cases.
Neal Norwitz
2006-04-14
1
-0/+5
*
Restore test tee with some modifications.
Neal Norwitz
2006-04-14
1
-0/+25
*
Move the old test_generator_cycle.py which leaked but was removed into the test
Neal Norwitz
2006-04-14
1
-0/+17
*
Update notes to address cyclic garbage and what should happen when a test is ...
Neal Norwitz
2006-04-14
1
-0/+13
*
SF Bug #1454485, array.array('u') could crash the interpreter when
Neal Norwitz
2006-04-14
2
-5/+9
*
Added George Yoshida.
Tim Peters
2006-04-14
1
-0/+6
*
ALIGNMENT_SHIFT is not used
Neal Norwitz
2006-04-14
1
-1/+0
*
When using -R, lots of "*** DocTestRunner.merge:" nuisance messages
Tim Peters
2006-04-13
1
-1/+3
*
Whitespace normalization.
Tim Peters
2006-04-13
1
-1/+1
*
raise the minimum supported BerkeleyDB version to 3.3 and add notes to
Gregory P. Smith
2006-04-13
4
-13/+19
*
Force 8-alignment of memory blocks, as needed on
Martin v. Löwis
2006-04-13
1
-1/+8
*
Fix type errors.
Martin v. Löwis
2006-04-13
1
-2/+2
*
Typo fix
Andrew M. Kuchling
2006-04-13
1
-1/+1
*
[Bug #1464571] Mention that generator's .gi_frame can now be None
Andrew M. Kuchling
2006-04-13
1
-2/+12
*
Add some items
Andrew M. Kuchling
2006-04-13
1
-6/+16
*
Introduce asdl_int_seq, to hold cmpop_ty.
Martin v. Löwis
2006-04-13
7
-23/+44
*
Include more detail on Coverity results and add a link; minor edits
Andrew M. Kuchling
2006-04-13
1
-8/+9
*
Describe sys.subversion, Py_GetBuildInfo()
Andrew M. Kuchling
2006-04-13
1
-4/+34
*
Add missing word
Andrew M. Kuchling
2006-04-13
1
-1/+1
*
revert - breaks build of Python/ast.c w/ gcc
Skip Montanaro
2006-04-13
2
-9/+8
*
Use union to discriminate pointer types from enum/int types.
Skip Montanaro
2006-04-13
2
-8/+9
*
Change more occurrences of maxsplit to Py_ssize_t.
Martin v. Löwis
2006-04-13
1
-4/+4
*
Change maxsplit types to Py_ssize_t.
Martin v. Löwis
2006-04-13
1
-4/+4
*
Allocate the 0x1D1A0000 base adress for the _ctypes extension module.
Thomas Heller
2006-04-13
2
-2/+9
*
Add two entries about how to actually clear a list.
Georg Brandl
2006-04-13
1
-5/+13
*
Add a test for Py_ssize_t. Correct typo in getargs.c.
Georg Brandl
2006-04-13
3
-14/+41
*
Replace INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
5
-12/+11
*
Replace INT_MAX with PY_SSIZE_T_MAX where string length
Martin v. Löwis
2006-04-13
1
-4/+4
*
Replace INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
1
-3/+3
*
Add PY_SSIZE_T_MIN/MAX to _testcapi.
Georg Brandl
2006-04-13
1
-0/+2
*
Stop claiming that Py_Finalize releases all memory.
Martin v. Löwis
2006-04-13
1
-1/+4
*
Remove another INT_MAX limitation
Martin v. Löwis
2006-04-13
1
-2/+1
*
Replace most INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
1
-11/+11
*
C++ compiler changes. casts, rename variables with reserved names.
Anthony Baxter
2006-04-13
3
-32/+32
*
Support NFD of very long strings.
Martin v. Löwis
2006-04-13
1
-3/+3
*
test_compile can be really long if we are using -u compiler.
Neal Norwitz
2006-04-13
1
-2/+11
*
Change more ints to Py_ssize_t.
Martin v. Löwis
2006-04-13
1
-40/+39
*
Revert 34153: Py_UNICODE should not be signed.
Martin v. Löwis
2006-04-13
1
-8/+3
*
whoops. missed one in an auto-generated file. another extern "C" {} for C++ c...
Anthony Baxter
2006-04-13
1
-0/+10
*
Remove tests that no longer leak. There is still one leaking generator test
Neal Norwitz
2006-04-13
3
-30/+19
*
Fix {} mismatch spotted by George Yoshida.
Neal Norwitz
2006-04-13
1
-1/+1
[next]