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
*
Until we got downloadable docs, stop confusing viewers by talking about a non...
Georg Brandl
2008-02-29
1
-11/+5
*
Make _hashlib a separate project.
Martin v. Löwis
2008-02-29
3
-12/+571
*
Fix docstring typo.
Mark Dickinson
2008-02-29
1
-1/+1
*
Handle the repeat keyword argument for itertools.product().
Raymond Hettinger
2008-02-29
2
-5/+30
*
Add __format__ method to Decimal, to support PEP 3101
Mark Dickinson
2008-02-29
3
-0/+335
*
Add alternate constructor for itertools.chain().
Raymond Hettinger
2008-02-28
3
-1/+34
*
Have itertools.chain() consume its inputs lazily instead of building a tuple ...
Raymond Hettinger
2008-02-28
2
-53/+53
*
Locate VS installation dir from environment, so that it works with the expres...
Martin v. Löwis
2008-02-28
1
-8/+2
*
Windows fix for signal test - skip it earlier
Christian Heimes
2008-02-28
1
-5/+6
*
Bundle msvcr90.dll as a "private assembly".
Martin v. Löwis
2008-02-28
1
-25/+23
*
Add 2.6aN uuids.
Martin v. Löwis
2008-02-28
1
-0/+4
*
Document impending updates to itertools.
Raymond Hettinger
2008-02-28
1
-11/+44
*
Prevent SocketServer.ForkingMixIn from waiting on child processes that it
Jeffrey Yasskin
2008-02-28
2
-19/+47
*
#2169: make generated HTML more valid
Andrew M. Kuchling
2008-02-28
1
-3/+4
*
The empty tuple is usually a singleton with a much higher refcnt than 1
Christian Heimes
2008-02-28
1
-2/+5
*
Add repeat keyword argument to itertools.product().
Raymond Hettinger
2008-02-28
1
-3/+7
*
Thread.start() used sleep(0.000001) to make sure it didn't return before the
Jeffrey Yasskin
2008-02-28
1
-11/+10
*
Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make
Jeffrey Yasskin
2008-02-28
1
-109/+108
*
Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,
Jeffrey Yasskin
2008-02-28
4
-48/+108
*
Simply the sample code for combinations().
Raymond Hettinger
2008-02-27
1
-7/+6
*
Larger test range
Raymond Hettinger
2008-02-27
1
-1/+1
*
One too many decrefs.
Raymond Hettinger
2008-02-27
1
-3/+1
*
Add itertools.combinations().
Raymond Hettinger
2008-02-26
4
-16/+266
*
#2194: fix some typos.
Georg Brandl
2008-02-26
3
-3/+3
*
Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i...
Christian Heimes
2008-02-26
3
-155/+177
*
Add a timing flag to Trace so you can see where slowness occurs
Neal Norwitz
2008-02-26
3
-6/+26
*
The contains function raised a gcc warning. The new code is copied straight f...
Christian Heimes
2008-02-26
1
-5/+12
*
Speed up this test by about 99%. Remove sleeps and replace with events.
Neal Norwitz
2008-02-26
1
-65/+42
*
Banish tab.
Georg Brandl
2008-02-26
1
-1/+1
*
Whitespace normalization
Neal Norwitz
2008-02-26
1
-6/+6
*
Whitespace normalization
Neal Norwitz
2008-02-26
1
-9/+9
*
Don't use a hard coded port. This test could hang/fail if the port is in use.
Neal Norwitz
2008-02-26
1
-4/+25
*
Docs for itertools.combinations(). Implementation in forthcoming checkin.
Raymond Hettinger
2008-02-26
1
-2/+44
*
Coerced PyBool_Type to be able to compare it.
Facundo Batista
2008-02-25
1
-2/+2
*
Revert part of r60927 which made invalid assumptions about the API offered by...
Raymond Hettinger
2008-02-25
1
-3/+3
*
Make sure the itertools filter functions give the same performance for func=b...
Raymond Hettinger
2008-02-25
2
-2/+4
*
Issue 2168. gdbm and dbm needs to be iterable; this fixes a
Facundo Batista
2008-02-25
2
-3/+68
*
Revert r61029.
Georg Brandl
2008-02-25
2
-12/+1
*
Rename sphinx.addons to sphinx.ext.
Georg Brandl
2008-02-25
1
-1/+1
*
Issue 2117. Update compiler module to handle class decorators.
Facundo Batista
2008-02-25
4
-4/+21
*
Thomas Herve explained to me that PyCrypto depends on the constants. I'm addi...
Christian Heimes
2008-02-25
1
-1/+6
*
Use file descriptor for real stdout
Andrew M. Kuchling
2008-02-25
1
-1/+3
*
Move .setupterm() output so that we don't try to call endwin() if it fails
Andrew M. Kuchling
2008-02-25
1
-4/+3
*
Fix a minor typo in a docstring.
Brett Cannon
2008-02-25
1
-1/+1
*
Add minor markup for a string.
Brett Cannon
2008-02-25
1
-3/+3
*
Fix indentation
Neal Norwitz
2008-02-25
2
-2/+2
*
Added dependency rules for Objects/stringlib/*.h
Christian Heimes
2008-02-24
1
-14/+14
*
Corrected assert to check for correct type in py3k.
Eric Smith
2008-02-24
1
-1/+1
*
Create a db_home directory with a unique name so multiple users can
Neal Norwitz
2008-02-24
17
-78/+72
*
Remove duplicate 'import re' in decimal.py
Mark Dickinson
2008-02-24
1
-2/+1
[next]