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
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
2
-22/+7
|
\
|
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
2
-22/+7
*
|
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
Amaury Forgeot d'Arc
2011-11-06
1
-16/+2
*
|
Accept None as start and stop parameters for list.index() and tuple.index().
Petri Lehtinen
2011-11-05
2
-7/+22
|
\
\
|
|
/
|
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
2
-7/+22
*
|
add introspection to range objects (closes #9896)
Benjamin Peterson
2011-11-05
1
-1/+9
*
|
Fix gdb/libpython.py for not ready Unicode strings
Victor Stinner
2011-11-04
1
-2/+5
*
|
Replace tabs by spaces
Victor Stinner
2011-11-04
1
-46/+46
*
|
Drop Py_UNICODE based encode exceptions.
Martin v. Löwis
2011-11-04
1
-60/+22
*
|
Port code page codec to Unicode API.
Martin v. Löwis
2011-11-04
1
-54/+69
*
|
Port error handlers from Py_UNICODE indexing to code point indexing.
Martin v. Löwis
2011-11-04
1
-0/+5
*
|
Fix a compiler warning in unicode_encode_ucs1()
Victor Stinner
2011-11-03
1
-1/+1
*
|
Fix PyUnicode_EncodeCharmap()
Victor Stinner
2011-11-03
1
-1/+1
*
|
Replace PyUnicodeObject type by PyObject
Victor Stinner
2011-11-03
2
-146/+132
*
|
Cleanup decode_code_page_stateful() and encode_code_page()
Victor Stinner
2011-11-03
1
-111/+75
*
|
Adapt the code page encoder to the new unicode_encode_call_errorhandler()
Victor Stinner
2011-11-03
1
-34/+50
*
|
Fix a compile error (apparently Windows only) introduced in 295fdfd4f422
Brian Curtin
2011-11-02
1
-2/+3
*
|
Port UCS1 and charmap codecs to new API.
Martin v. Löwis
2011-11-02
1
-84/+127
*
|
Introduce PyObject* API for raising encode errors.
Martin v. Löwis
2011-11-02
1
-3/+49
*
|
Drop Py_UCS4_ functions. Closes #13246.
Martin v. Löwis
2011-10-31
2
-101/+90
*
|
merge 3.2
Benjamin Peterson
2011-10-30
1
-1/+1
|
\
\
|
|
/
|
*
remove unused variable
Benjamin Peterson
2011-10-30
1
-1/+1
*
|
Fix the return value of set_discard (issue #10519)
Petri Lehtinen
2011-10-30
1
-2/+3
|
\
\
|
|
/
|
*
Fix the return value of set_discard (issue #10519)
Petri Lehtinen
2011-10-30
1
-2/+3
*
|
Avoid unnecessary recursive function calls (#closes #10519)
Petri Lehtinen
2011-10-30
1
-2/+2
|
\
\
|
|
/
|
*
Avoid unnecessary recursive function calls (closes #10519)
Petri Lehtinen
2011-10-30
1
-2/+2
*
|
PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly t...
Victor Stinner
2011-10-23
1
-4/+4
*
|
Fix PyUnicode_InternImmortal(): PyUnicode_InternInPlace() may changes *p
Victor Stinner
2011-10-23
1
-3/+1
*
|
Cast directly to unsigned char, instead of using Py_CHARMASK
Victor Stinner
2011-10-23
1
-2/+2
*
|
Replace PyUnicodeObject* by PyObject* where it was irrevelant
Victor Stinner
2011-10-23
2
-143/+130
*
|
Fix data variable in _PyUnicode_Dump() for compact ASCII
Victor Stinner
2011-10-23
1
-2/+10
*
|
Remove last references to the removed Unicode free list
Victor Stinner
2011-10-23
1
-23/+0
*
|
PyUnicode_FSDecoder() ensures that the decoded string is ready
Victor Stinner
2011-10-26
1
-0/+4
*
|
merge heads
Petri Lehtinen
2011-10-24
1
-15/+23
|
\
\
|
*
|
Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks S...
Mark Dickinson
2011-10-23
1
-15/+23
*
|
|
Merge 3.2
Petri Lehtinen
2011-10-24
1
-4/+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Petri Lehtinen
2011-10-24
1
-4/+12
*
|
Issue #13201: equality for range objects is now based on equality of the unde...
Mark Dickinson
2011-10-23
1
-2/+133
*
|
Merge issue 1294232 patch from 3.2
Nick Coghlan
2011-10-23
1
-20/+41
|
\
\
|
|
/
|
*
Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...
Nick Coghlan
2011-10-23
1
-20/+41
*
|
Fix unicode_subtype_new() on debug build
Victor Stinner
2011-10-22
1
-1/+1
*
|
Remove unused variable.
Ezio Melotti
2011-10-21
1
-1/+0
*
|
#12753: Add support for Unicode name aliases and named sequences.
Ezio Melotti
2011-10-21
1
-1/+1
*
|
Issue #12170: The count(), find(), rfind(), index() and rindex() methods
Antoine Pitrou
2011-10-20
3
-31/+133
*
|
merge 3.2
Benjamin Peterson
2011-10-19
1
-5/+4
|
\
\
|
|
/
|
*
adjust braces a bit
Benjamin Peterson
2011-10-19
1
-5/+4
*
|
Add consistency check to _PyUnicode_New()
Victor Stinner
2011-10-18
1
-0/+1
*
|
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
Victor Stinner
2011-10-18
1
-141/+609
*
|
Issue #13188: When called without an explicit traceback argument,
Antoine Pitrou
2011-10-18
1
-0/+5
|
\
\
|
|
/
|
*
Issue #13188: When called without an explicit traceback argument,
Antoine Pitrou
2011-10-18
1
-0/+5
[next]