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
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
108
-908/+916
*
Add a bunch of items
Andrew M. Kuchling
2007-12-19
1
-4/+157
*
Zap a duplicate line
Raymond Hettinger
2007-12-19
1
-1/+0
*
Beef-up tests for dict literals
Raymond Hettinger
2007-12-19
1
-1/+10
*
Users demand iterable input for named tuples. The author capitulates.
Raymond Hettinger
2007-12-18
3
-17/+27
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
18
-9/+394
*
Simplify and speedup _asdict() for named tuples.
Raymond Hettinger
2007-12-18
2
-7/+7
*
Fixed #1649: IDLE error: dictionary changed size during iteration
Christian Heimes
2007-12-18
1
-1/+1
*
Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.
Raymond Hettinger
2007-12-18
6
-6/+26
*
Issue #1645 by Alberto Bertogli. Fix a comment.
Guido van Rossum
2007-12-18
1
-6/+6
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
4
-0/+44
*
Speed-up dictionary constructor by about 10%.
Raymond Hettinger
2007-12-18
5
-5/+19
*
Removed several unused files from the PCbuild9 directory. They are relics fro...
Christian Heimes
2007-12-18
5
-4056/+0
*
Make it a bit easier to test Tcl/Tk and idle from a build dir.
Christian Heimes
2007-12-18
2
-0/+19
*
Fixed for #1601: IDLE not working correctly on Windows (Py30a2/IDLE30a1)
Christian Heimes
2007-12-18
3
-29/+45
*
Add more namedtuple() test cases. Neaten the code and comments.
Raymond Hettinger
2007-12-18
3
-14/+44
*
Removed the private _rounding_decision: it was not needed, and the code
Facundo Batista
2007-12-17
1
-94/+38
*
Don't use quotes for non-string code.
Georg Brandl
2007-12-16
1
-1/+1
*
Use PEP 8.
Georg Brandl
2007-12-16
1
-6/+6
*
Simplify.
Georg Brandl
2007-12-16
1
-3/+1
*
Fixed #1638: %zd configure test fails on Linux
Christian Heimes
2007-12-16
3
-6/+16
*
Adapt conf.py to new option names.
Georg Brandl
2007-12-16
2
-14/+35
*
Remove curious space-like characters.
Georg Brandl
2007-12-16
1
-3/+3
*
Remove another unnecessary Unicode character.
Georg Brandl
2007-12-16
1
-1/+1
*
Remove gratuitous unicode character.
Georg Brandl
2007-12-16
1
-1/+1
*
Remove orphaned footnote reference.
Georg Brandl
2007-12-16
1
-1/+1
*
Revert dummy commit now that the build slave is building.
Georg Brandl
2007-12-16
1
-1/+0
*
Dummy commit to investigate #1617.
Georg Brandl
2007-12-16
1
-0/+1
*
Argh, wrong version.
Georg Brandl
2007-12-15
1
-4/+0
*
Add note about future import needed for with statement.
Georg Brandl
2007-12-15
1
-0/+4
*
Fixed #1624: Remove output comparison for test_pep277
Christian Heimes
2007-12-15
2
-8/+4
*
Optimize PyList_AsTuple(). Improve cache performance by doing the
Raymond Hettinger
2007-12-15
1
-5/+5
*
Fixed bug #1628
Christian Heimes
2007-12-14
2
-3/+5
*
Bump the version number, and make a few small edits
Andrew M. Kuchling
2007-12-14
1
-13/+15
*
Remove warning about URL
Andrew M. Kuchling
2007-12-14
1
-3/+1
*
Add usage note
Raymond Hettinger
2007-12-14
1
-2/+10
*
Faster and simpler _replace() method
Raymond Hettinger
2007-12-14
2
-2/+2
*
Add a section about nested listcomps to the tutorial.
Georg Brandl
2007-12-14
2
-0/+43
*
Update method names for named tuples.
Raymond Hettinger
2007-12-14
1
-3/+3
*
Add line spacing for readability
Raymond Hettinger
2007-12-14
2
-9/+16
*
Fixed warning in ssl module
Christian Heimes
2007-12-14
1
-1/+1
*
Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
Christian Heimes
2007-12-14
3
-4/+4
*
Cleaner method naming convention
Raymond Hettinger
2007-12-14
3
-30/+30
*
Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...
Christian Heimes
2007-12-14
3
-33/+171
*
Silence a warning about an unsed variable in debug builds
Christian Heimes
2007-12-14
1
-2/+3
*
Small speedup
Raymond Hettinger
2007-12-13
1
-1/+2
*
Simplify implementation of __replace__()
Raymond Hettinger
2007-12-13
2
-2/+2
*
Ran autoconf.
Thomas Heller
2007-12-13
1
-2/+6
*
Patch #1608. Someone with access to autoconf 2.61 or higher needs to
Guido van Rossum
2007-12-13
3
-1/+10
*
Fixed bug #1613: Makefile's VPATH feature is broken
Christian Heimes
2007-12-13
2
-1/+4
[next]