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
*
Added new wininst files to msi.py and adjusted some paths
Christian Heimes
2008-01-01
1
-5/+7
*
MSI uses back slashes as path separators
Christian Heimes
2008-01-01
1
-1/+1
*
Fix an odd error which would only occur close to new year's eve, due
Guido van Rossum
2008-01-01
1
-2/+1
*
Fix refleak
Neal Norwitz
2007-12-31
1
-0/+1
*
Fixed path to _ssl.c in Windows make file, take three ...
Christian Heimes
2007-12-31
1
-1/+1
*
Fixed path to _ssl.c in Windows make file, take two
Christian Heimes
2007-12-31
1
-3/+3
*
Fixed path to _ssl.c in Windows make file
Christian Heimes
2007-12-31
1
-1/+1
*
Fixed path
Christian Heimes
2007-12-31
1
-6/+6
*
Fixed include paths of PC/VS7.1
Christian Heimes
2007-12-31
20
-318/+318
*
Renamed PCBuild9 directory to PCBuild
Christian Heimes
2007-12-31
46
-6/+9
*
Fix paths for build bot, part 2
Christian Heimes
2007-12-31
1
-1/+1
*
Fix paths for build bot
Christian Heimes
2007-12-31
10
-16/+16
*
Moved PCbuild directory to PC/VS7.1
Christian Heimes
2007-12-31
37
-0/+0
*
Added wininst-9.0.exe executable for VS 2008
Christian Heimes
2007-12-31
7
-17/+206
*
Improve docs for itertools.groupby(). The use of xrange(0) to create a uniqu...
Raymond Hettinger
2007-12-29
1
-1/+1
*
Simpler documentation for itertools.tee(). Should be backported.
Raymond Hettinger
2007-12-29
1
-7/+6
*
Bug #1699: Define _BSD_SOURCE only on OpenBSD.
Martin v. Löwis
2007-12-29
3
-15/+19
*
Some cleanup in the docs.
Georg Brandl
2007-12-29
126
-1182/+805
*
Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
Kurt B. Kaiser
2007-12-28
2
-20/+24
*
Remove a straggling debugging print line.
Brett Cannon
2007-12-25
1
-1/+0
*
Actually execute the tests for the getter/setter/deleter tests on properties.
Brett Cannon
2007-12-25
1
-7/+12
*
Make trailing whitespace explicit (including when it is an all-whitespace
Brett Cannon
2007-12-24
1
-10/+3
*
Fix the docstrings of time.localtime() and gmtime() for the tm_mday field.
Brett Cannon
2007-12-24
1
-2/+3
*
Add item
Andrew M. Kuchling
2007-12-22
1
-3/+25
*
Improve performance of built-in any()/all() by avoiding PyIter_Next() --
Guido van Rossum
2007-12-20
1
-8/+28
*
Fix refleak introduced in r59576.
Georg Brandl
2007-12-20
1
-0/+1
*
Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory.
Guido van Rossum
2007-12-20
1
-1/+1
*
Add tests for the warnings module; specifically formatwarning and showwarning.
Brett Cannon
2007-12-20
1
-1/+32
*
Add comments
Raymond Hettinger
2007-12-20
1
-3/+3
*
Patch #1549 by Thomas Herve.
Guido van Rossum
2007-12-19
2
-16/+79
*
Bigger range for non-extended opargs.
Raymond Hettinger
2007-12-19
1
-1/+1
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
5
-2/+127
*
Fix issue 1661: Flags argument silently ignored in re functions with compiled...
Raymond Hettinger
2007-12-19
2
-0/+10
*
Some minor cleanups. Thanks Mark Dickinson.
Facundo Batista
2007-12-19
1
-34/+19
*
#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
[next]