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
*
Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...
Nick Coghlan
2010-11-21
5
-1/+99
*
Style edits in followup to r86521 (#9312)
Éric Araujo
2010-11-21
1
-2/+2
*
Issue #7770: Note the useful range of sin/cos in the decimal module examples.
Raymond Hettinger
2010-11-21
1
-0/+6
*
Try to get more useful output from failing buildbot
Éric Araujo
2010-11-21
1
-1/+1
*
Clean-up the description of the range object.
Raymond Hettinger
2010-11-21
1
-6/+4
*
Document index and count as part of the Sequence ABC (#9746)
Éric Araujo
2010-11-20
1
-0/+6
*
pep 7 actually wants the brace on a new line
Benjamin Peterson
2010-11-20
1
-22/+44
*
fix two broken tests
Benjamin Peterson
2010-11-20
1
-1/+2
*
merge all range tests into test_range
Benjamin Peterson
2010-11-20
2
-178/+157
*
enable test that was commented out for whatever reason
Benjamin Peterson
2010-11-20
1
-1/+1
*
code style and simplification
Benjamin Peterson
2010-11-20
1
-72/+31
*
Add error handling in range_count.
Georg Brandl
2010-11-20
1
-1/+4
*
count() should return integers #10474
Benjamin Peterson
2010-11-20
3
-2/+6
*
Fix typos and style in compileall.
Éric Araujo
2010-11-20
1
-18/+12
*
Fix email doc update I overlooked (thanks, Éric)
R. David Murray
2010-11-20
1
-1/+1
*
#10453: compileall now uses argparse instead of getopt, so -h works.
R. David Murray
2010-11-20
3
-78/+111
*
Issue #8078: Add constants for higher baud rates in the termios module.
Antoine Pitrou
2010-11-20
3
-0/+41
*
#9724: add nonlocal to pydoc topics.
Georg Brandl
2010-11-20
1
-2/+3
*
Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil
Antoine Pitrou
2010-11-20
2
-0/+5
*
Add entry for r86601
Éric Araujo
2010-11-20
1
-0/+2
*
In 3.x, bytearray is akin to bytes, not str.
Antoine Pitrou
2010-11-20
1
-1/+1
*
Fix two NameErrors in distutils (#10407)
Éric Araujo
2010-11-20
2
-0/+2
*
revert changes in inappropiate branch
Benjamin Peterson
2010-11-20
2
-67/+67
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
170
-2396/+2392
*
don't shadow globals
Benjamin Peterson
2010-11-20
1
-8/+8
*
Issue #10371: Deprecated undocumented functions in the trace module.
Alexander Belopolsky
2010-11-20
2
-20/+65
*
add filename to ENOENT message #4925
Benjamin Peterson
2010-11-20
4
-0/+7
*
Addition of issue 9926 to NEWS
Michael Foord
2010-11-20
1
-0/+2
*
correct logic when pos is after the string #10467
Benjamin Peterson
2010-11-20
3
-3/+16
*
Improve unittest.TestLoader.discover docstring
Michael Foord
2010-11-20
1
-3/+3
*
add space
Benjamin Peterson
2010-11-20
1
-3/+3
*
code style
Benjamin Peterson
2010-11-20
1
-8/+4
*
Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) a...
Senthil Kumaran
2010-11-20
1
-1/+1
*
Issue 9732: __class__ no longer checked on objects by getattr_static
Michael Foord
2010-11-20
2
-2/+13
*
Issue 9732: fetch the method resolution order from the type metaclass directl...
Michael Foord
2010-11-20
3
-22/+29
*
#1574217: only swallow AttributeErrors in isinstance, not everything.
R. David Murray
2010-11-20
4
-3/+30
*
removed a NEWS entry that cloned itself in mysterious circumstances
Łukasz Langa
2010-11-20
1
-4/+0
*
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...
Michael Foord
2010-11-20
3
-4/+18
*
acknowledge configparser evolution
Łukasz Langa
2010-11-20
1
-2/+21
*
configparser: the name of the DEFAULT section is now customizable
Łukasz Langa
2010-11-20
2
-33/+40
*
Issue 10326: further extend test for unpickling to ensure type lookup mechani...
Michael Foord
2010-11-20
1
-0/+4
*
Issue 10326: extend test for pickling of TestCase instances to ensure they ca...
Michael Foord
2010-11-20
1
-0/+2
*
Issue 10326: TestCase instances can now be pickled (they store names of insta...
Michael Foord
2010-11-20
3
-7/+42
*
Improve TestBytesGeneratorIdempotent using by using linesep.
R. David Murray
2010-11-20
1
-6/+8
*
Issue 9732: addition of getattr_static to the inspect module
Michael Foord
2010-11-20
6
-2/+295
*
socket.gethostbyname(socket.gethostname()) can fail when host name resolution...
Georg Brandl
2010-11-20
2
-1/+8
*
#10460: an even better indent.pro.
Georg Brandl
2010-11-20
1
-6/+18
*
#10439: document PyCodec C APIs.
Georg Brandl
2010-11-20
3
-4/+125
*
#10460: Update indent.pro to match PEP 7 better.
Georg Brandl
2010-11-20
1
-14/+11
*
#10465: fix broken delegation in __getattr__ of _PaddedFile.
Georg Brandl
2010-11-20
3
-1/+9
[next]