Commits
User selector
Commit History
Commits on Oct 14, 2021
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Show description for 0a883a7authored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthored
Commits on Jul 30, 2019
Fix typos in comments, docs and test names (#15018)
Show description for c4cacc8authored andcommitted
Commits on Jun 1, 2019
- authored andcommitted
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on Aug 3, 2017
bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)
Show description for 5075416authored
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for d1302c0committed
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for b6a9c97committed- committed
Commits on Aug 26, 2015
Commits on May 17, 2013
Commits on Apr 17, 2013
Close #17694: Add minimum length to _PyUnicodeWriter
Show description for 8f674cccommitted
Commits on Apr 2, 2013
Add _PyUnicodeWriter_WriteSubstring() function
Show description for cfc4c13committed
Commits on Feb 23, 2013
Commits on Jun 4, 2012
Commits on May 29, 2012
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Show description for d3f0882committed
Commits on May 9, 2012
- committed
Issue #14744: Inline unicode_writer_write_char() and unicode_write_str()
Show description for ee4544ccommitted
Commits on May 7, 2012
Close #14716: str.format() now uses the new "unicode writer" API instead of the
Show description for 202fdcacommitted
Commits on Mar 22, 2012
Commits on Dec 1, 2011
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
Show description for b37b174committed
Victor Stinner
Commits on Nov 3, 2011
Replace PyUnicodeObject type by PyObject
Show description for 7931d9acommitted
Victor Stinner
Commits on Oct 7, 2011
Fix massive slowdown in string formatting with str.format.
Show description for 4574e62committed
Commits on Oct 6, 2011
Commits on Sep 28, 2011
- committed
Loading