Serhiy Storchaka
|
9a953dbb34
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
|
2016-12-06 00:17:45 +02:00 |
Serhiy Storchaka
|
419967b832
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
|
2016-12-06 00:13:34 +02:00 |
Serhiy Storchaka
|
01452af645
|
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Patch by Xiang Zhang.
|
2016-11-20 17:21:04 +02:00 |
Serhiy Storchaka
|
cf36835fc5
|
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
Patch by Xiang Zhang.
|
2016-11-20 17:20:19 +02:00 |
Serhiy Storchaka
|
92b9a1f911
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:14:08 +02:00 |
Serhiy Storchaka
|
f675a37ed3
|
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
C API functions.
|
2016-11-20 12:13:44 +02:00 |
Serhiy Storchaka
|
3b73ea1278
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:19:20 +02:00 |
Serhiy Storchaka
|
f4934ea77d
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
The latter function is more readable, faster and doesn't raise exceptions.
|
2016-11-16 10:17:58 +02:00 |
Serhiy Storchaka
|
159f97b2d7
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:42:15 +03:00 |
Serhiy Storchaka
|
1ecf7d204d
|
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
special input values as literal text.
|
2016-10-27 21:41:19 +03:00 |
Serhiy Storchaka
|
989db5c880
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:37:13 +03:00 |
Serhiy Storchaka
|
ecf41da83e
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:29:26 +03:00 |
Berker Peksag
|
b8bddec4e0
|
Issue #28432: Merge from 3.5
|
2016-10-17 00:46:37 +03:00 |
Berker Peksag
|
90e028970a
|
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
Patch by Xiang Zhang.
|
2016-10-17 00:45:56 +03:00 |
Serhiy Storchaka
|
21d9f10c94
|
Merge from 3.5.
|
2016-10-08 22:46:01 +03:00 |
Serhiy Storchaka
|
9c0e1f83af
|
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Patch by Xiang Zhang.
|
2016-10-08 22:45:38 +03:00 |
Serhiy Storchaka
|
b3648576cd
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.
|
2016-10-02 21:30:35 +03:00 |
Serhiy Storchaka
|
cc164232aa
|
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.
|
2016-10-02 21:29:26 +03:00 |
Steve Dower
|
cc16be85c0
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
|
2016-09-08 10:35:16 -07:00 |
Benjamin Peterson
|
47ff0734b8
|
more PY_LONG_LONG to long long
|
2016-09-08 09:15:54 -07:00 |
Brett Cannon
|
a571120410
|
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
|
2016-09-06 19:36:01 -07:00 |
Brett Cannon
|
ec6ce879c7
|
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
This is to add support for os.exec*() and os.spawn*() functions. Part
of PEP 519.
|
2016-09-06 15:50:29 -07:00 |
Benjamin Peterson
|
ed4aa83ff7
|
require a long long data type (closes #27961)
|
2016-09-05 17:44:18 -07:00 |
Berker Peksag
|
544ae59b8e
|
Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst
Patch by Corey Brune.
|
2016-04-24 03:06:44 +03:00 |
Serhiy Storchaka
|
6a7b3a77b4
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 08:32:47 +03:00 |
Martin Panter
|
20d325574e
|
Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs
|
2016-04-15 00:56:21 +00:00 |
Martin Panter
|
6245cb3c01
|
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
This affects documentation, code comments, and a debugging messages.
|
2016-04-15 02:14:19 +00:00 |
Serhiy Storchaka
|
cd881b850c
|
Fixed documentation of functions with const char* arguments.
|
2015-06-21 17:12:16 +03:00 |
Serhiy Storchaka
|
03863d2b29
|
Fixed documentation of functions with const char* arguments.
|
2015-06-21 17:11:21 +03:00 |
R David Murray
|
812bc1b86b
|
Merge: #23088: Clarify null termination of bytes and strings in C API.
|
2015-05-13 20:32:19 -04:00 |
R David Murray
|
0a560a11af
|
#23088: Clarify null termination of bytes and strings in C API.
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
|
2015-05-13 20:31:53 -04:00 |
Georg Brandl
|
3be472b5f7
|
Closes #23181: codepoint -> code point
|
2015-01-14 08:26:30 +01:00 |
Serhiy Storchaka
|
92bf919ed0
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
|
2014-12-05 22:26:10 +02:00 |
Serhiy Storchaka
|
b757c83ec6
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
|
2014-12-05 22:25:22 +02:00 |
Victor Stinner
|
8786ea36d0
|
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
The result type is Py_ssize_t (and not int).
|
2014-10-09 11:11:49 +02:00 |
Victor Stinner
|
13d3aa502d
|
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
The result type is Py_ssize_t (and not int).
|
2014-10-09 11:11:25 +02:00 |
Victor Stinner
|
f6a271ae98
|
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these
functions.
|
2014-08-01 12:28:48 +02:00 |
Benjamin Peterson
|
102488b644
|
args doesn't need to be a tuple (closes #17210)
|
2014-07-19 16:34:33 -07:00 |
Serhiy Storchaka
|
d3faf43f9b
|
Issue #23181: More "codepoint" -> "code point".
|
2015-01-18 11:28:37 +02:00 |
Zachary Ware
|
780b585fbc
|
Quash extraneous quote.
|
2014-06-06 09:13:18 -05:00 |
Serhiy Storchaka
|
d51f42372b
|
Issue 19195: Improved cross-references in C API documentation.
|
2013-10-09 13:26:57 +03:00 |
Serhiy Storchaka
|
0b68a2d675
|
Issue 19195: Improved cross-references in C API documentation.
|
2013-10-09 13:26:17 +03:00 |
Serhiy Storchaka
|
0738aff368
|
Fix a typo in PyUnicode_CopyCharacters() documentation.
|
2013-08-08 16:49:45 +03:00 |
Serhiy Storchaka
|
cdd0279b0b
|
Fix a typo in PyUnicode_CopyCharacters() documentation.
|
2013-08-08 16:47:43 +03:00 |
Victor Stinner
|
8cecc8c262
|
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
of PyUnicode_FromFormat() function, original patch written by Ysj Ray.
|
2013-05-06 23:11:54 +02:00 |
Georg Brandl
|
44ea77bd81
|
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
|
2013-03-28 13:28:44 +01:00 |
Andrew Svetlov
|
f4c3a187d5
|
Remove redundant sentence from c-api docs (issue #16323)
|
2012-11-29 15:23:15 +02:00 |
Andrew Svetlov
|
0fe030bb03
|
Issue #16323: Fix wrong C API documentation for locale encoding.
Patch by Berker Peksag.
|
2012-11-28 12:33:58 +02:00 |
Ezio Melotti
|
e7f90375b1
|
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
|
2012-10-05 03:33:31 +03:00 |
Antoine Pitrou
|
b79be95dac
|
Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
|
2012-08-11 16:54:27 +02:00 |