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
path:
root
/
Objects
/
stringlib
/
unicode_format.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+2
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-2/+2
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
Improve exception message for str.format (GH-12675)
Francisco Couzo
2019-06-01
1
-2/+7
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-4/+4
*
bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)
Serhiy Storchaka
2017-08-03
1
-6/+10
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4/+2
*
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
Fixed an incorrect comment.
Eric V. Smith
2015-08-26
1
-1/+1
|
/
*
rewrite the parsing of field names to be more consistent wrt recursive expansion
Benjamin Peterson
2013-05-17
1
-62/+53
*
merge 3.3
Benjamin Peterson
2013-05-17
1
-2/+8
|
\
|
*
only recursively expand in the format spec (closes #17644)
Benjamin Peterson
2013-05-17
1
-2/+8
*
|
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner
2013-04-17
1
-3/+3
*
|
Add _PyUnicodeWriter_WriteSubstring() function
Victor Stinner
2013-04-02
1
-12/+6
|
/
*
Remove unused defines.
Serhiy Storchaka
2013-02-23
1
-6/+0
*
Issue #14993: Use standard "unsigned char" instead of a unsigned char bitfield
Victor Stinner
2012-06-04
1
-1/+1
*
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
1
-25/+21
*
Rename unicode_write_t structure and its methods to "_PyUnicodeWriter"
Victor Stinner
2012-05-09
1
-9/+9
*
Issue #14744: Inline unicode_writer_write_char() and unicode_write_str()
Victor Stinner
2012-05-09
1
-10/+26
*
Close #14716: str.format() now uses the new "unicode writer" API instead of the
Victor Stinner
2012-05-07
1
-41/+19
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
1
-0/+1
*
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
Victor Stinner
2011-12-01
1
-1/+1
*
Replace PyUnicodeObject type by PyObject
Victor Stinner
2011-11-03
1
-12/+8
*
Fix massive slowdown in string formatting with str.format.
Antoine Pitrou
2011-10-07
1
-128/+24
*
Fix compilation warnings under 64-bit Windows
Antoine Pitrou
2011-10-06
1
-1/+1
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-0/+1416