Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2831b383e9065f84212ae724da1ae6e67effeabc
/
Objects
b4efc96
Issue #25557: Refactor _PyDict_LoadGlobal()
by Victor Stinner
· 9 years ago
66f6238
Add assertion to verify the pre-condition in the comments.
by Raymond Hettinger
· 9 years ago
6019c8c
Issue #25629: Move set fill/used updates out of inner loop
by Raymond Hettinger
· 9 years ago
d798dc1
merge 3.5 (#25630)
by Benjamin Peterson
· 9 years ago
a4d33b3
make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630)
by Benjamin Peterson
· 9 years ago
413fdce
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
by Serhiy Storchaka
· 9 years ago
1010921
Issue #25462: The hash of the key now is calculated only once in most
by Serhiy Storchaka
· 9 years ago
19a70e7
Issue #25462: The hash of the key now is calculated only once in most
by Serhiy Storchaka
· 9 years ago
12ab296
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 9 years ago
609a2e1
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 9 years ago
d7a4415
Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now
by Serhiy Storchaka
· 9 years ago
e2cf984
Merge 3.5.
by Stefan Krah
· 9 years ago
7c3f385
Fix Visual Studio warning.
by Stefan Krah
· 9 years ago
3407cc2
Merge 3.5.
by Stefan Krah
· 9 years ago
0ce5b6e
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
by Stefan Krah
· 9 years ago
9513ba3
Issue #24802: Merge null termination fixes from 3.5
by Martin Panter
· 9 years ago
61d6e4a
Issue #24802: Merge null termination fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
eeb896c
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
by Martin Panter
· 9 years ago
0c009bf
Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more
by Serhiy Storchaka
· 9 years ago
97f46db
Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more
by Serhiy Storchaka
· 9 years ago
3a811f2
Issue #24726: Revert setting the value on the dict if
by Serhiy Storchaka
· 9 years ago
d5f353e
Issue #24726: Revert setting the value on the dict if
by Serhiy Storchaka
· 9 years ago
6980be4
Issue #25558: Refactoring OrderedDict iteration.
by Serhiy Storchaka
· 9 years ago
9c96761
Issue #25558: Refactoring OrderedDict iteration.
by Serhiy Storchaka
· 9 years ago
e20310f
Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception
by Victor Stinner
· 9 years ago
f83afa5
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
by Serhiy Storchaka
· 9 years ago
710cd34
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
by Serhiy Storchaka
· 9 years ago
161b6ff
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
by Serhiy Storchaka
· 9 years ago
b45b7b2
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
by Serhiy Storchaka
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
9b69491
Issue #25395: Fixed crash when highly nested OrderedDict structures were
by Serhiy Storchaka
· 9 years ago
14eefe3
Issue #25395: Fixed crash when highly nested OrderedDict structures were
by Serhiy Storchaka
· 9 years ago
afbea7a
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
by Serhiy Storchaka
· 9 years ago
4575beb
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
by Serhiy Storchaka
· 9 years ago
60a0892
Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
by Serhiy Storchaka
· 9 years ago
d17427b
Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
by Serhiy Storchaka
· 9 years ago
3e9f877
Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict.
by Serhiy Storchaka
· 9 years ago
8003baf
Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict.
by Serhiy Storchaka
· 9 years ago
91108f0
Issue #25210: Change error message of do_richcompare()
by Victor Stinner
· 9 years ago
dbb98c1
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
by Serhiy Storchaka
· 9 years ago
992ec46
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
by Serhiy Storchaka
· 9 years ago
c3d2bc1
Use _PyBytesWriter in _PyBytes_FromIterator()
by Victor Stinner
· 9 years ago
c5c3ba4
Add _PyBytesWriter_Resize() function
by Victor Stinner
· 9 years ago
3c50ce3
Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro
by Victor Stinner
· 9 years ago
f2eafa3
Split PyBytes_FromObject() into subfunctions
by Victor Stinner
· 9 years ago
2ec8063
Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
by Victor Stinner
· 9 years ago
1285e5c
Fix compiler warnings (uninitialized variables), false alarms in fact
by Victor Stinner
· 9 years ago
f6358a7
_PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode to
by Victor Stinner
· 9 years ago
f091033
Issue #25401: Remove now unused hex_digit_to_int() function
by Victor Stinner
· 9 years ago
2bf8993
Optimize bytes.fromhex() and bytearray.fromhex()
by Victor Stinner
· 9 years ago
772b2b0
Optimize bytearray % args
by Victor Stinner
· 9 years ago
661aacc
Add use_bytearray attribute to _PyBytesWriter
by Victor Stinner
· 9 years ago
199c9a6
Fix long_format_binary()
by Victor Stinner
· 9 years ago
03dab78
Rewrite PyBytes_FromFormatV() using _PyBytesWriter API
by Victor Stinner
· 9 years ago
358af13
Issue #25353: Optimize unicode escape and raw unicode escape encoders to use
by Victor Stinner
· 9 years ago
e9aa595
Fix compilation error in _PyBytesWriter_WriteBytes() on Windows
by Victor Stinner
· 9 years ago
6c2cdae
Writer APIs: use empty string singletons
by Victor Stinner
· 9 years ago
c29e29b
Relax _PyBytesWriter API
by Victor Stinner
· 9 years ago
0d554d7
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
by Serhiy Storchaka
· 9 years ago
0cdad1e
Issue #25349: Add fast path for b'%c' % int
by Victor Stinner
· 9 years ago
be75b8c
Issue #25349: Optimize bytes % int
by Victor Stinner
· 9 years ago
6bd525b
Optimize error handlers of ASCII and Latin1 encoders when the replacement
by Victor Stinner
· 9 years ago
ce179bf
Add _PyBytesWriter_WriteBytes() to factorize the code
by Victor Stinner
· 9 years ago
ad77158
_PyBytesWriter: simplify code to avoid "prealloc" parameters
by Victor Stinner
· 9 years ago
53926a1
_PyBytesWriter: rename size attribute to min_size
by Victor Stinner
· 9 years ago
fa7762e
Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API
by Victor Stinner
· 9 years ago
b3653a3
Issue #25318: cleanup code _PyBytesWriter
by Victor Stinner
· 9 years ago
3fa36ff
Issue #25318: Fix backslashreplace()
by Victor Stinner
· 9 years ago
797485e
Issue #25318: Avoid sprintf() in backslashreplace()
by Victor Stinner
· 9 years ago
b13b97d
Issue #25318: Fix compilation error
by Victor Stinner
· 9 years ago
0016507
Issue #25318: Move _PyBytesWriter to bytesobject.c
by Victor Stinner
· 9 years ago
e7bf86c
Optimize backslashreplace error handler
by Victor Stinner
· 9 years ago
fdfbf78
Issue #25318: Add _PyBytesWriter API
by Victor Stinner
· 9 years ago
585a6ac
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
ec1aa5c
More typos in 3.5 documentation and comments
by Martin Panter
· 9 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
cdae2cb
merge 3.5 (closes #24806)
by Benjamin Peterson
· 9 years ago
59dc696
merge 3.4 (#24806)
by Benjamin Peterson
· 9 years ago
bd6c41a
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
by Benjamin Peterson
· 9 years ago
74e8fac
Issue #25301: Fix compatibility with ISO C90
by Victor Stinner
· 9 years ago
1d65d91
Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error
by Victor Stinner
· 9 years ago
eb36fda
Fix _PyUnicodeWriter_PrepareKind()
by Victor Stinner
· 9 years ago
29e68ed
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
by Serhiy Storchaka
· 9 years ago
58c8f2b
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
by Serhiy Storchaka
· 9 years ago
28b21e5
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
by Serhiy Storchaka
· 9 years ago
5dbe245
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
b9d98d5
Issue #24483: C implementation of functools.lru_cache() now calculates key's
by Serhiy Storchaka
· 9 years ago
3222da2
Make _PyUnicode_TranslateCharmap() symbol private
by Victor Stinner
· 9 years ago
01ada39
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
by Victor Stinner
· 9 years ago
d69dd8b
(Merge 3.5) Issue #25182: Fix compilation on Windows
by Victor Stinner
· 9 years ago
ae86da9
(Merge 3.4) Issue #25182: Fix compilation on Windows
by Victor Stinner
· 9 years ago
89719e1
Issue #25182: Fix compilation on Windows
by Victor Stinner
· 9 years ago
85c386d
Issue #25182: The stdprinter (used as sys.stderr before the io module is
by Serhiy Storchaka
· 9 years ago
008fc77
Issue #25182: The stdprinter (used as sys.stderr before the io module is
by Serhiy Storchaka
· 9 years ago
Next »