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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka
2013-05-29
1
-7/+10
*
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
*
|
merge
Raymond Hettinger
2013-05-17
1
-7/+11
|
\
\
|
|
/
|
*
Issue #17563: Fix dict resize performance regression.
Raymond Hettinger
2013-05-17
1
-7/+11
|
*
when arguments are cells clear the locals slot (backport of #17927)
Benjamin Peterson
2013-05-15
1
-0/+12
*
|
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
2
-266/+239
*
|
when an argument is a cell, set the local copy to NULL (see #17927)
Benjamin Peterson
2013-05-12
1
-3/+11
*
|
Touch up grammar for dict.update() docstring.
Brett Cannon
2013-05-11
1
-4/+4
*
|
Issue #17237: Fix crash in the ASCII decoder on m68k.
Antoine Pitrou
2013-05-11
1
-0/+9
|
\
\
|
|
/
|
*
Issue #17237: Fix crash in the ASCII decoder on m68k.
Antoine Pitrou
2013-05-11
1
-0/+9
*
|
#17927: Keep frame from referencing cell-ified arguments.
Guido van Rossum
2013-05-10
1
-0/+4
*
|
Issue #17807: Generators can now be finalized even when they are part of a re...
Antoine Pitrou
2013-05-08
2
-239/+266
*
|
Use Py_intptr_t to store the difference between two pointers, instead of int
Victor Stinner
2013-05-07
1
-1/+1
*
|
Fix uninitialized value in charmap_decode_mapping()
Victor Stinner
2013-05-06
1
-1/+1
*
|
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
Victor Stinner
2013-05-06
1
-46/+109
*
|
Issue #17408: Avoid using an obsolete instance of the copyreg module when the...
Antoine Pitrou
2013-05-04
1
-5/+17
|
\
\
|
|
/
|
*
Issue #17408: Avoid using an obsolete instance of the copyreg module when the...
Antoine Pitrou
2013-05-04
1
-5/+17
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-13/+26
*
|
Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs
Alexandre Vassalotti
2013-05-02
1
-1/+1
*
|
Merge removal of trailing whitespace from 3.3.
Ezio Melotti
2013-04-21
1
-7/+7
|
\
\
|
|
/
|
*
Remove trailing whitespace.
Ezio Melotti
2013-04-21
1
-7/+7
*
|
Partial revert of changeset 9744b2df134c
Victor Stinner
2013-04-18
1
-5/+4
*
|
Split PyUnicode_DecodeCharmap() into subfunction for readability
Victor Stinner
2013-04-17
1
-178/+213
*
|
Fix bug in Unicode decoders related to _PyUnicodeWriter
Victor Stinner
2013-04-17
1
-6/+14
*
|
Fix typo in unicode_decode_call_errorhandler_writer()
Victor Stinner
2013-04-17
1
-1/+1
*
|
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner
2013-04-17
5
-60/+63
*
|
Cleanup PyUnicode_Contains()
Victor Stinner
2013-04-14
1
-11/+6
*
|
Minor change: fix character in do_strip() for the ASCII case
Victor Stinner
2013-04-14
1
-2/+2
*
|
Cleanup PyUnicode_Append()
Victor Stinner
2013-04-14
1
-18/+14
*
|
PyUnicode_Join(): move use_memcpy test out of the loop to cleanup and optimiz...
Victor Stinner
2013-04-14
1
-20/+28
*
|
Optimize repr(str): use _PyUnicode_FastCopyCharacters() when no character is ...
Victor Stinner
2013-04-14
1
-69/+78
*
|
Optimize ascii(str): don't encode/decode repr if repr is already ASCII
Victor Stinner
2013-04-14
2
-1/+4
*
|
stringlib: remove unused STRINGLIB_RESIZE macro
Victor Stinner
2013-04-14
7
-7/+0
*
|
Add _PyUnicodeWriter_WriteCharInline()
Victor Stinner
2013-04-14
1
-71/+35
*
|
Issue #16061: Speed up str.replace() for replacing 1-character strings.
Serhiy Storchaka
2013-04-13
2
-26/+91
*
|
Issue #17715: Merge fix from 3.3.
Mark Dickinson
2013-04-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17715: Add missing NULL Check to PyNumber_Long.
Mark Dickinson
2013-04-13
1
-0/+2
*
|
Issue #17643: Add __callback__ attribute to weakref.ref.
Mark Dickinson
2013-04-13
1
-1/+6
*
|
Issue #16447: Merge fix from 3.3.
Mark Dickinson
2013-04-13
1
-1/+4
|
\
\
|
|
/
|
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-1/+4
*
|
Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead of
Victor Stinner
2013-04-11
1
-0/+10
*
|
Fix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou
2013-04-11
1
-1/+1
|
\
\
|
|
/
|
*
Fix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou
2013-04-11
1
-1/+1
*
|
merge 3.3 (#17669)
Benjamin Peterson
2013-04-10
1
-1/+1
|
\
\
|
|
/
|
*
don't run frame if it has no stack (closes #17669)
Benjamin Peterson
2013-04-10
1
-1/+1
*
|
Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode
Victor Stinner
2013-04-09
1
-9/+0
*
|
replace(): only call PyUnicode_DATA(u) once
Victor Stinner
2013-04-09
1
-3/+4
*
|
Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pu...
Victor Stinner
2013-04-09
1
-19/+45
[next]