summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/finddiv.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-07 10:35:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-07 10:35:48 (GMT)
commit978b9d2a27fe0d787a21465e8728dab48ca57e83 (patch)
tree88b16cb20f7f5ebb1ec03a62a54eac1ae96a4bae /Tools/scripts/finddiv.py
parentdb6c7f5c33ba4808907f227d5996ca70a67e21c6 (diff)
downloadcpython-978b9d2a27fe0d787a21465e8728dab48ca57e83.zip
cpython-978b9d2a27fe0d787a21465e8728dab48ca57e83.tar.gz
cpython-978b9d2a27fe0d787a21465e8728dab48ca57e83.tar.bz2
Fix formatting memory consumption with very large padding specifications
Diffstat (limited to 'Tools/scripts/finddiv.py')
0 files changed, 0 insertions, 0 deletions
ph'> * | Close 19609: narrow scope of codec exc chainingNick Coghlan2013-11-151-4/+6 * | Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject()Victor Stinner2013-11-141-1/+5 * | Add unused third arg for the benefit of Valgrind.Stefan Krah2013-11-141-1/+1 * | Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clearVictor Stinner2013-11-141-0/+1 * | Close #17828: better handling of codec errorsNick Coghlan2013-11-131-0/+18 * | Issue #19437: Fix PyImport_ImportModuleLevelObject(), handleVictor Stinner2013-11-131-0/+4 * | Issue #19515: Remove identifiers duplicated in the same file.Victor Stinner2013-11-121-4/+2 * | Issue #19466: Fix typo. Patch written by Vajrasky Kok.Victor Stinner2013-11-121-1/+1 * | Close #19466: Clear the frames of daemon threads earlier during the PythonVictor Stinner2013-11-121-5/+15 * | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-07