Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
25a4b29c95fd5dddbfef985c7fd7b26417a4b87b
25a4b29
str.replace() avoids memory when it's possible
by Victor Stinner
· 13 years ago
56c161a
_copy_characters() fails more quickly in debug mode on inconsistent state
by Victor Stinner
· 13 years ago
46084ba
Fix find_module_path(): make the string ready
by Victor Stinner
· 13 years ago
c729b8e
Fix a compiler warning: don't define unicode_is_singleton() in release mode
by Victor Stinner
· 13 years ago
b62a7b2
Fix _warnings.c: make the filename string ready
by Victor Stinner
· 13 years ago
1d4b35f
rephrase PyUnicode_1BYTE_KIND documentation
by Victor Stinner
· 13 years ago
fb9ea8c
Don't check for the maximum character when copying from unicodeobject.c
by Victor Stinner
· 13 years ago
05d1189
Fix post-condition in unicode_repr(): check the result, not the input
by Victor Stinner
· 13 years ago
f48323e
replace() uses unicode_fromascii() if the input and replace string is ASCII
by Victor Stinner
· 13 years ago
0617b6e
unicode_fromascii() checks that the input is ASCII in debug mode
by Victor Stinner
· 13 years ago
a336de7
traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND
by Victor Stinner
· 13 years ago
3484c09
Merge from 3.2
by Amaury Forgeot d'Arc
· 13 years ago
3e961a5
Enable the only tests for sys.gettrace
by Amaury Forgeot d'Arc
· 13 years ago
42c28cd
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
by Charles-François Natali
· 13 years ago
1b7da51
Issue13104 - Fix urllib.request.thishost() utility function.
by Senthil Kumaran
· 13 years ago
ad87fa6
Issue #13073 - Address the review comments made by Ezio.
by Senthil Kumaran
· 13 years ago
035018d
os.geteuid() may not be available...
by Charles-François Natali
· 13 years ago
79164c8
Issue #11956: Always skip test_import.test_unwritable_directory when run as
by Charles-François Natali
· 13 years ago
a13b1fa
Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as
by Charles-François Natali
· 13 years ago
36225c6
Try to fix linking failures under Windows
by Antoine Pitrou
· 13 years ago
ed8ba14
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
by Antoine Pitrou
· 13 years ago
1665d2c
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
by Antoine Pitrou
· 13 years ago
0fc80c0
Add John to ACKS
by Antoine Pitrou
· 13 years ago
1e44fec
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
by Antoine Pitrou
· 13 years ago
94190bb
Start fixing test_bigmem:
by Antoine Pitrou
· 13 years ago
ffd41d9
Issue #7689: Allow pickling of dynamically created classes when their
by Antoine Pitrou
· 13 years ago
1efb33a
Issue #12881: ctypes: Fix segfault with large structure field names.
by Meador Inge
· 13 years ago
bbe7b0a
Fix a few ResourceWarnings in idle
by Amaury Forgeot d'Arc
· 13 years ago
c3cec78
Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII
by Victor Stinner
· 13 years ago
14f8f02
Fix PyUnicode_Partition(): str_in->str_obj
by Victor Stinner
· 13 years ago
31392e7
Fix my_basename(): make the string ready
by Victor Stinner
· 13 years ago
b619bb2
Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle
by Charles-François Natali
· 13 years ago
bb10a1f
Ensure that newly created strings use the most efficient store in debug mode
by Victor Stinner
· 13 years ago
4d0d54b
Document requierements of Unicode kinds
by Victor Stinner
· 13 years ago
9310abb
Replace PyUnicodeObject* with PyObject* where it was inappropriate
by Victor Stinner
· 13 years ago
ce5faf6
unicodeobject.c doesn't make output strings ready in debug mode
by Victor Stinner
· 13 years ago
55a190f
merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function.
by Senthil Kumaran
· 13 years ago
91a076a
merge from 3.2. Issue #13073 - Address the review comments made by Ezio.
by Senthil Kumaran
· 13 years ago
07de325
More fixes.
by Georg Brandl
· 13 years ago
7597add
More typoes.
by Georg Brandl
· 13 years ago
c6bc4c6
Fix a few typos in the unicode header.
by Georg Brandl
· 13 years ago
4975a9b
Fix grammar.
by Georg Brandl
· 13 years ago
c80d6d2
Speedup str[a:b:step] for step != 1
by Victor Stinner
· 13 years ago
ae86485
Speedup find_maxchar_surrogates() for 32-bit wchar_t
by Victor Stinner
· 13 years ago
b9275c1
Speedup str[a:b] and PyUnicode_FromKindAndData
by Victor Stinner
· 13 years ago
702c734
Speedup the ASCII decoder
by Victor Stinner
· 13 years ago
00b2c86
Fix text failures when ctypes is not available
by Antoine Pitrou
· 13 years ago
4637309
Merge.
by Charles-François Natali
· 13 years ago
09252c4
os.geteuid() may not be available...
by Charles-François Natali
· 13 years ago
e1335c7
Fix usage og PyUnicode_READY()
by Victor Stinner
· 13 years ago
e06e145
_PyUnicode_READY_REPLACE() cannot be used in unicode_subtype_new()
by Victor Stinner
· 13 years ago
5f99c91
Issue #11956: Always skip test_import.test_unwritable_directory when run as
by Charles-François Natali
· 13 years ago
17efeed
Add DONT_MAKE_RESULT_READY to unicodeobject.c to help detecting bugs
by Victor Stinner
· 13 years ago
6b56a7f
Add assertion to _Py_ReleaseInternedUnicodeStrings() if READY fails
by Victor Stinner
· 13 years ago
875f29b
Fix naïve heuristic in unicode slicing (followup to 1b4f886dc9e2)
by Antoine Pitrou
· 13 years ago
2b72f83
Merge.
by Charles-François Natali
· 13 years ago
e39b112
Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as
by Charles-François Natali
· 13 years ago
d9488c6
Merge
by Antoine Pitrou
· 13 years ago
2242522
Add a necessary call to PyUnicode_READY() (followup to ab5086539ab9)
by Antoine Pitrou
· 13 years ago
7aec401
Optimize string slicing to use the new API
by Antoine Pitrou
· 13 years ago
a9860ae
#13054: fix usage of sys.maxunicode after PEP-393.
by Ezio Melotti
· 13 years ago
b7591d4
Also fix pickletester
by Antoine Pitrou
· 13 years ago
382e8b5
An embarassing litle typo
by Antoine Pitrou
· 13 years ago
e19aa38
When expandtabs() would be a no-op, don't create a duplicate string
by Antoine Pitrou
· 13 years ago
87a484c
Migrate test_bigmem to PEP 393-compliant size calculations (hopefully)
by Antoine Pitrou
· 13 years ago
e71d574
Migrate str.expandtabs to the new API
by Antoine Pitrou
· 13 years ago
310638e
Try to fix linking failures under Windows
by Antoine Pitrou
· 13 years ago
061fe34
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
by Antoine Pitrou
· 13 years ago
8e4dd08
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
by Antoine Pitrou
· 13 years ago
b244d07
Fix compilation error under Windows
by Antoine Pitrou
· 13 years ago
bf009f0
Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation
by Antoine Pitrou
· 13 years ago
5b99df6
Collect stats a bit more often
by Antoine Pitrou
· 13 years ago
75e78b6
Use the faulthandler module's infrastructure to write a GIL-less
by Antoine Pitrou
· 13 years ago
031487e
Fix test failure
by Antoine Pitrou
· 13 years ago
1a3ff48
Start fixing test_bigmem:
by Antoine Pitrou
· 13 years ago
5a688db
Issue #7689: Allow pickling of dynamically created classes when their
by Antoine Pitrou
· 13 years ago
29f43f7
Issue #12881: ctypes: Fix segfault with large structure field names.
by Meador Inge
· 13 years ago
7f3140e
fix parens
by Benjamin Peterson
· 13 years ago
4bfce8f
fix formatting
by Benjamin Peterson
· 13 years ago
ccc51c1
fix compiler warnings
by Benjamin Peterson
· 13 years ago
30134f5
Complete documentation of compact ASCII strings
by Victor Stinner
· 13 years ago
b092365
Move in-place Unicode append to its own subfunction
by Victor Stinner
· 13 years ago
a5f9163
Reindent internal Unicode macros
by Victor Stinner
· 13 years ago
a41463c
Document utf8_length and wstr_length states
by Victor Stinner
· 13 years ago
9566311
resize_inplace() sets utf8_length to zero if the utf8 is not shared8
by Victor Stinner
· 13 years ago
9e9d689
PyUnicode_New() sets utf8_length to zero for latin1
by Victor Stinner
· 13 years ago
0169804
Unicode: raise SystemError instead of ValueError or RuntimeError on invalid
by Victor Stinner
· 13 years ago
7f11ad4
Unicode: document when the wstr pointer is shared with data
by Victor Stinner
· 13 years ago
0349091
Add _PyUnicode_HAS_WSTR_MEMORY() macro
by Victor Stinner
· 13 years ago
9ce5a83
PyUnicode_Join() checks output length in debug mode
by Victor Stinner
· 13 years ago
b803895
Fix a compiler warning in PyUnicode_Append()
by Victor Stinner
· 13 years ago
8cfcbed
Improve string forms and PyUnicode_Resize() documentation
by Victor Stinner
· 13 years ago
77bb47b
Simplify unicode_resizable(): singletons reference count is at least 2
by Victor Stinner
· 13 years ago
8619cd7
Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which
by Charles-François Natali
· 13 years ago
87b3c92
Introduce support.requires_freebsd_version decorator.
by Charles-François Natali
· 13 years ago
85041a5
_PyUnicode_CheckConsistency() checks utf8 field consistency
by Victor Stinner
· 13 years ago
3cf4637
unicode_subtype_new() copies also the ascii flag
by Victor Stinner
· 13 years ago
42dfd71
unicode_kind_name() doesn't check consistency anymore
by Victor Stinner
· 13 years ago
a3b334d
PyUnicode_Ready() now sets ascii=1 if maxchar < 128
by Victor Stinner
· 13 years ago
1b4f9ce
Create _PyUnicode_READY_REPLACE() to reuse singleton
by Victor Stinner
· 13 years ago
Next »