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
...
|
*
|
Fix closes Issue12385 - Clarify maketrans method docstring for bytes and byte...
Senthil Kumaran
2011-06-27
1
-4/+4
*
|
|
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson
2011-06-26
1
-29/+65
*
|
|
use a invalid name for the __class__ closure for super() (closes #12370)
Benjamin Peterson
2011-06-20
1
-1/+1
*
|
|
quaint and completely out of date comment
Benjamin Peterson
2011-06-11
1
-3/+2
*
|
|
allow __dir__ to return any sequence
Benjamin Peterson
2011-06-11
1
-30/+15
*
|
|
remove __version__s dependent on subversion keyword expansion (closes #12221)
Benjamin Peterson
2011-06-01
2
-2/+2
*
|
|
Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error
Victor Stinner
2011-05-30
1
-1/+2
*
|
|
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
Victor Stinner
2011-05-27
2
-2/+2
*
|
|
SystemExit_init(): avoid an useless test
Victor Stinner
2011-05-26
1
-1/+1
*
|
|
set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError)
Victor Stinner
2011-05-26
1
-9/+11
*
|
|
Avoid useless "++" at the end of functions
Victor Stinner
2011-05-26
2
-3/+3
*
|
|
indicate return value on __dir__ methods
Benjamin Peterson
2011-05-24
2
-3/+3
*
|
|
merge 3.2
Benjamin Peterson
2011-05-24
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.1
Benjamin Peterson
2011-05-24
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
use '->' to indicate return values
Benjamin Peterson
2011-05-24
1
-3/+3
*
|
|
move specialized dir implementations into __dir__ methods (closes #12166)
Benjamin Peterson
2011-05-24
3
-178/+174
*
|
|
merge 3.2
Benjamin Peterson
2011-05-23
1
-5/+6
|
\
\
\
|
|
/
/
|
*
|
merge 3.1
Benjamin Peterson
2011-05-23
1
-5/+6
|
|
\
\
|
|
|
/
|
|
*
correctly lookup __dir__
Benjamin Peterson
2011-05-23
1
-5/+6
|
*
|
#11335: Fix memory leak after key function failure in sort
Daniel Stutzbach
2011-05-04
1
-0/+2
*
|
|
Issue #11849: Make it more likely for the system allocator to release
Antoine Pitrou
2011-05-03
1
-6/+23
*
|
|
(Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner
2011-05-01
1
-3/+6
|
\
\
\
|
|
/
/
|
*
|
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner
2011-05-01
1
-3/+6
|
|
\
\
|
|
|
/
|
|
*
Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
Victor Stinner
2011-05-01
1
-3/+6
|
*
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-7/+22
*
|
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-7/+22
*
|
|
#6780: merge with 3.2.
Ezio Melotti
2011-04-26
3
-9/+32
|
\
\
\
|
|
/
/
|
*
|
#6780: merge with 3.1.
Ezio Melotti
2011-04-26
3
-9/+32
|
|
\
\
|
|
|
/
|
|
*
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
3
-13/+36
|
|
*
Port 5b607cd8c71b (closes #11892)
Jesus Cea
2011-04-20
2
-8/+0
*
|
|
MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...
Jesus Cea
2011-04-20
4
-64/+74
|
\
\
\
|
|
/
/
|
*
|
MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...
Jesus Cea
2011-04-20
4
-64/+74
|
|
\
\
|
|
|
/
|
|
*
startswith and endswith don't accept None as slice index. Patch by Torsten Be...
Jesus Cea
2011-04-20
4
-64/+74
*
|
|
#11845: Merge with 3.2.
Ezio Melotti
2011-04-15
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice...
Ezio Melotti
2011-04-15
1
-1/+1
|
*
|
Merge with 3.1
Ross Lagerwall
2011-04-05
1
-1/+1
|
|
\
\
|
|
|
/
*
|
|
Remove traces of division_warning left over from Python 2 (#10998)
Éric Araujo
2011-03-26
1
-2/+0
*
|
|
Issue #11634: Remove misleading paragraph from a comment
Eli Bendersky
2011-03-24
1
-6/+2
*
|
|
Merge from 3.2
Éric Araujo
2011-03-23
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.1.
Éric Araujo
2011-03-23
1
-2/+5
|
|
\
\
|
|
|
/
|
|
*
Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...
Éric Araujo
2011-03-23
1
-10/+23
*
|
|
Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s
Victor Stinner
2011-03-22
1
-1/+1
*
|
|
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
Victor Stinner
2011-03-21
1
-13/+1
*
|
|
Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore
Victor Stinner
2011-03-21
1
-1/+0
*
|
|
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
Victor Stinner
2011-03-21
1
-31/+27
*
|
|
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
4
-5/+5
|
\
\
\
|
|
/
/
|
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
4
-5/+5
|
|
\
\
|
|
|
/
|
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
4
-6/+6
*
|
|
#11515: Merge with 3.2.
Ezio Melotti
2011-03-15
4
-4/+4
|
\
\
\
|
|
/
/
|
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
4
-4/+4
|
|
\
\
|
|
|
/
[prev]
[next]