summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Force 8-alignment of memory blocks, as needed onMartin v. Löwis2006-04-131-1/+8
* Fix type errors.Martin v. Löwis2006-04-131-2/+2
* Typo fixAndrew M. Kuchling2006-04-131-1/+1
* [Bug #1464571] Mention that generator's .gi_frame can now be NoneAndrew M. Kuchling2006-04-131-2/+12
* Add some itemsAndrew M. Kuchling2006-04-131-6/+16
* Introduce asdl_int_seq, to hold cmpop_ty.Martin v. Löwis2006-04-137-23/+44
* Include more detail on Coverity results and add a link; minor editsAndrew M. Kuchling2006-04-131-8/+9
* Describe sys.subversion, Py_GetBuildInfo()Andrew M. Kuchling2006-04-131-4/+34
* Add missing wordAndrew M. Kuchling2006-04-131-1/+1
* revert - breaks build of Python/ast.c w/ gccSkip Montanaro2006-04-132-9/+8
* Use union to discriminate pointer types from enum/int types.Skip Montanaro2006-04-132-8/+9
* Change more occurrences of maxsplit to Py_ssize_t.Martin v. Löwis2006-04-131-4/+4
* Change maxsplit types to Py_ssize_t.Martin v. Löwis2006-04-131-4/+4
* Allocate the 0x1D1A0000 base adress for the _ctypes extension module.Thomas Heller2006-04-132-2/+9
* Add two entries about how to actually clear a list.Georg Brandl2006-04-131-5/+13
* Add a test for Py_ssize_t. Correct typo in getargs.c.Georg Brandl2006-04-133-14/+41
* Replace INT_MAX with PY_SSIZE_T_MAX.Martin v. Löwis2006-04-135-12/+11
* Replace INT_MAX with PY_SSIZE_T_MAX where string lengthMartin v. Löwis2006-04-131-4/+4
* Replace INT_MAX with PY_SSIZE_T_MAX.Martin v. Löwis2006-04-131-3/+3
* Add PY_SSIZE_T_MIN/MAX to _testcapi.Georg Brandl2006-04-131-0/+2
* Stop claiming that Py_Finalize releases all memory.Martin v. Löwis2006-04-131-1/+4
* Remove another INT_MAX limitationMartin v. Löwis2006-04-131-2/+1
* Replace most INT_MAX with PY_SSIZE_T_MAX.Martin v. Löwis2006-04-131-11/+11
* C++ compiler changes. casts, rename variables with reserved names.Anthony Baxter2006-04-133-32/+32
* Support NFD of very long strings.Martin v. Löwis2006-04-131-3/+3
* test_compile can be really long if we are using -u compiler.Neal Norwitz2006-04-131-2/+11
* Change more ints to Py_ssize_t.Martin v. Löwis2006-04-131-40/+39
* Revert 34153: Py_UNICODE should not be signed.Martin v. Löwis2006-04-131-8/+3
* whoops. missed one in an auto-generated file. another extern "C" {} for C++ c...Anthony Baxter2006-04-131-0/+10
* Remove tests that no longer leak. There is still one leaking generator testNeal Norwitz2006-04-133-30/+19
* Fix {} mismatch spotted by George Yoshida.Neal Norwitz2006-04-131-1/+1
* tty isn't supported on all boxes.Tim Peters2006-04-131-1/+6
* Fix typography of Martin's nameAndrew M. Kuchling2006-04-132-4/+4
* spread the extern "C" { } magic pixie dust around. Python itself builds nowAnthony Baxter2006-04-1312-0/+112
* Write some ctypes examplesAndrew M. Kuchling2006-04-131-4/+73
* If compiling with g++ don't use -Wstrict-prototpes.Skip Montanaro2006-04-132-7/+13
* reverting r45321: Patch #860326: traceback.format_exception_only() nowAnthony Baxter2006-04-133-30/+1
* casting nastiness to make C++ compiler happyAnthony Baxter2006-04-131-2/+10
* Add a cast to make code compile with a C++ compiler.Anthony Baxter2006-04-131-1/+1
* Patch #860326: traceback.format_exception_only() now prepends theGeorg Brandl2006-04-123-1/+30
* Fixes bug #1117761Gregory P. Smith2006-04-122-8/+10
* Closes bug #1149413Gregory P. Smith2006-04-122-2/+9
* Fix for a bug found by Armin Rigo, plus test.Thomas Heller2006-04-122-1/+13
* Don't set gi_frame to Py_None, use NULL instead, eliminating some insanePhillip J. Eby2006-04-122-7/+8
* Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL...Andrew M. Kuchling2006-04-121-9/+26
* Bump version number; rearrange introduction a bitAndrew M. Kuchling2006-04-121-9/+8
* Ignore the references to the dummy objects used as deleted keysArmin Rigo2006-04-126-5/+40
* Patch #1468808: don't complain if Tkinter is already deleted at the time Font...Georg Brandl2006-04-121-1/+3
* Add PEP 243 sectionAndrew M. Kuchling2006-04-121-1/+26
* Update test_sundry. Many modules have now tests, butGeorg Brandl2006-04-121-36/+12