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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark abc.abstractproperty as a property
Éric Araujo
2011-08-19
1
-1/+1
*
Merge 3.2
Éric Araujo
2011-08-19
17
-70/+79
|
\
|
*
Fix instance I missed in 59f7bbe1236c (#1626300)
Éric Araujo
2011-08-19
1
-3/+3
|
*
Make logging call lazy
Éric Araujo
2011-08-19
1
-1/+1
|
*
Remove obsolete term + indicate how to find the program (#1626300).
Éric Araujo
2011-08-19
2
-3/+3
|
*
Link isinstance/issubclass to the ABC glossary entry (#12256)
Éric Araujo
2011-08-19
1
-2/+4
|
*
Don’t quote characters twice.
Éric Araujo
2011-08-18
1
-17/+17
|
*
Don’t use “arg” for “argument”
Éric Araujo
2011-08-18
1
-15/+15
|
*
Add a few missing source links from 2.7 and harmonize lib docs headers
Éric Araujo
2011-08-18
7
-16/+23
|
*
Minor improvements to BadZipFile and BadZipfile docs.
Éric Araujo
2011-08-18
1
-3/+4
|
*
Fix markup to get a target instead of a comment
Éric Araujo
2011-08-18
1
-1/+1
|
*
Fix a typo and touch up blank lines
Éric Araujo
2011-08-18
1
-2/+2
|
*
Add missing reST target for one section of this file
Éric Araujo
2011-08-18
1
-0/+3
|
*
Avoid splitting a word between a link and text
Éric Araujo
2011-08-18
1
-2/+2
*
|
Improve “pysetup create” help messages.
Éric Araujo
2011-08-18
1
-18/+19
*
|
Fix typo
Éric Araujo
2011-08-18
1
-1/+1
*
|
Remove class that was only useful with Sphinx autodoc
Éric Araujo
2011-08-18
1
-8/+0
*
|
merge 3.2
Benjamin Peterson
2011-08-18
1
-1/+1
|
\
\
|
|
/
|
*
NUL -> NULL
Benjamin Peterson
2011-08-18
1
-1/+1
*
|
Issue #12326: don't test the major version of sys.platform
Victor Stinner
2011-08-17
8
-52/+48
*
|
change word
Benjamin Peterson
2011-08-17
1
-1/+1
*
|
make __doc__ mutable on heaptypes (closes #12773)
Benjamin Peterson
2011-08-17
3
-1/+25
*
|
factor out common checks for setting special type attributes
Benjamin Peterson
2011-08-17
1
-27/+19
*
|
improve test name
Benjamin Peterson
2011-08-17
1
-1/+1
*
|
crush other possible refleaks in this section
Benjamin Peterson
2011-08-17
1
-0/+1
*
|
merge 3.2
Benjamin Peterson
2011-08-17
1
-1/+3
|
\
\
|
|
/
|
*
fix possible refleaks
Benjamin Peterson
2011-08-17
1
-1/+3
*
|
complain when a class variable shadows a name in __slots__ (closes #12766)
Benjamin Peterson
2011-08-16
3
-0/+17
*
|
merge heads
Benjamin Peterson
2011-08-16
6
-6/+9
|
\
\
|
*
\
merge heads
Sandro Tosi
2011-08-16
1
-0/+2
|
|
\
\
|
|
*
|
Use -n for tests under Windows
Antoine Pitrou
2011-08-16
1
-0/+2
|
*
|
|
merge with 3.2
Sandro Tosi
2011-08-16
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
#12761: fix wording of zlib license section
Sandro Tosi
2011-08-16
1
-1/+1
|
*
|
Branch merge
Éric Araujo
2011-08-16
3
-4/+5
|
|
\
\
|
|
*
\
Merge Makefile fix from 3.2 (thanks Georg)
Éric Araujo
2011-08-16
1
-1/+1
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Revert change that was not a syntax fix but actually a behavior change
Éric Araujo
2011-08-16
1
-1/+1
|
|
*
|
Move versionadded directive to the top level, as we do in other files
Éric Araujo
2011-08-16
1
-2/+3
|
|
*
|
Fix typo
Éric Araujo
2011-08-16
1
-1/+1
|
*
|
|
#9723: refactor regex.
Ezio Melotti
2011-08-16
1
-1/+1
|
|
/
/
*
|
|
some *nixes decided not to call init process 1 (closes #12763)
Benjamin Peterson
2011-08-16
1
-1/+1
|
/
/
*
|
#12204: merge with 3.2.
Ezio Melotti
2011-08-15
1
-18/+21
|
\
\
|
|
/
|
*
#12204: document that str.upper().isupper() might be False and add a note abo...
Ezio Melotti
2011-08-15
1
-18/+21
*
|
#12266: merge with 3.2.
Ezio Melotti
2011-08-15
3
-2/+22
|
\
\
|
|
/
|
*
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
3
-2/+31
*
|
#12725: merge with 3.2.
Ezio Melotti
2011-08-14
3
-6/+7
|
\
\
|
|
/
|
*
#12725: fix working. Patch by Ben Hayden.
Ezio Melotti
2011-08-14
3
-6/+7
*
|
Monotonic, not monotonous
Antoine Pitrou
2011-08-13
1
-1/+1
*
|
Followup to 8e824e09924a: fix regression on 32-bit builds
Antoine Pitrou
2011-08-13
1
-2/+5
*
|
Issue #12744: Fix inefficient representation of integers
Antoine Pitrou
2011-08-13
3
-1/+14
*
|
Issue #12669: Fix test_curses so that it can run on the buildbots.
Nadeem Vawda
2011-08-13
1
-3/+3
[next]