- 14 Apr, 2006 27 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
-
Walter Dörwald authored
an incremental encoder that must retain part of the data between calls to the encode() method. Fix the incremental encoder and decoder for the IDNA encoding. This closes SF patch #1453235.
-
Walter Dörwald authored
-
Martin v. Löwis authored
and PyObject_DEL.
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
independently. Fixes #1355883.
-
Armin Rigo authored
uncommon but possible. Inspired by SF bug 1469629.
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
incremental codec tests.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
PyObject_CallMethod aware of PY_SSIZE_T_CLEAN.
-
Neal Norwitz authored
-
Neal Norwitz authored
The test case came from test_generators, not test_itertools. Ensure there's no cyclic garbage we are counting. This is weird because it leaks, then reaches a limit: python.exe -i test_tee.py >>> leak() 0 [26633 refs] >>> leak() 0 [26658 refs] >>> leak() 0 [26683 refs] >>> leak() 0 [26708 refs] >>> leak() 0 [26708 refs] >>> leak() 0 [26708 refs] >>> leak() 0
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
passing a string. Martin already fixed the actual crash by ensuring Py_UNICODE is unsigned. As discussed on python-dev, this fix removes the possibility of creating a unicode string from a raw buffer. There is an outstanding question of how to fix the crash in 2.4.
-
Tim Peters authored
-
Neal Norwitz authored
-
- 13 Apr, 2006 13 commits
-
-
Tim Peters authored
appear. Get rid of them by nuking doctest's default DocTestRunner instance as part of cleanup(). Also cleanup() before running the first test repetition (the test was run once before we get into the -R branch).
-
Tim Peters authored
-
Gregory P. Smith authored
news about this and a couple other recent fixes.
-
Martin v. Löwis authored
64-bit machines that require pointers to be aligned (e.g. IA64)
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Add metadata example
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-