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
...
*
Disabled test_404, see issue #1572
Christian Heimes
2007-12-08
1
-3/+2
*
Readded Lib/distutils/tests/test_sysconfig.py
Christian Heimes
2007-12-08
1
-0/+37
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
23
-133/+260
*
Added -b option to the list of command line options
Christian Heimes
2007-12-07
1
-1/+7
*
rename markupbase to _markupbase
Fred Drake
2007-12-07
3
-7/+7
*
No -Q flag anymore in Py3k.
Georg Brandl
2007-12-07
1
-21/+1
*
Tagging 3.0a2 for release. Fingers crossed.
v3.0a2
Guido van Rossum
2007-12-06
1
-0/+1
*
Reverting revision 59394. We'll sort this out later.
Guido van Rossum
2007-12-06
2
-64/+16
*
Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:
Guido van Rossum
2007-12-06
2
-16/+64
*
Fix a last use of file() that should be open().
Guido van Rossum
2007-12-06
1
-1/+2
*
Some Windows notes by Christian.
Guido van Rossum
2007-12-06
1
-0/+7
*
Small set of updates (with Jeffrey's OK).
Guido van Rossum
2007-12-06
1
-11/+33
*
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconf...
Christian Heimes
2007-12-06
1
-1/+1
*
Get ready for releasing 3.0a2.
Guido van Rossum
2007-12-06
4
-6/+30
*
Fix the rest of issue 1400, by introducing a proper implementation of
Guido van Rossum
2007-12-06
4
-36/+57
*
Merged revisions 59371-59375 via svnmerge from
Christian Heimes
2007-12-05
11
-22/+49
*
Merged revisions 59333-59370 via svnmerge from
Christian Heimes
2007-12-05
14
-402/+508
*
Added 2to3 tools via svn:externals from http://svn.python.org/projects/sandbo...
Christian Heimes
2007-12-05
1
-0/+3
*
Update build instructions Tcl/Tk to use 8.4.12, and python9.mak.
Martin v. Löwis
2007-12-05
1
-10/+10
*
You are right, Guido. The newline argument is easier to use.
Christian Heimes
2007-12-05
1
-4/+4
*
Fixed line separator problem on Windows
Christian Heimes
2007-12-05
1
-2/+2
*
Fixed two small problems in regrtest found by Amaury. This fixes issue #1539....
Christian Heimes
2007-12-05
1
-2/+3
*
Reverted two commit accidents
Christian Heimes
2007-12-05
2
-7/+6
*
Fixed quoting and paths in the sqlite project file
Christian Heimes
2007-12-05
3
-14/+15
*
Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c
Christian Heimes
2007-12-05
1
-4/+9
*
Believe it or not, the addition of flush() calls broke two unittests.
Guido van Rossum
2007-12-05
2
-2/+30
*
Solve issue 1400 at least in part -- whenever we run Python code, at the end
Guido van Rossum
2007-12-05
1
-0/+24
*
most recent changes to SSL module to support non-blocking sockets properly
Bill Janssen
2007-12-05
2
-12/+65
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
47
-150/+142
*
Eliminate outdated usages of PyInt_GetMax.
Martin v. Löwis
2007-12-04
2
-12/+4
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
15
-54/+134
*
Removed another occurrence of PyInt_ExactCheck()
Christian Heimes
2007-12-04
1
-4/+23
*
Remove special-casing of integer operations, to stop
Martin v. Löwis
2007-12-04
1
-91/+6
*
Merged revisions 59323-59332 via svnmerge from
Christian Heimes
2007-12-04
5
-29/+778
*
These optimizations create smaller and a bit faster code on my machine. I've ...
Christian Heimes
2007-12-04
1
-4/+4
*
Document nonlocal statement. Written for GHOP by "Canadabear".
Georg Brandl
2007-12-04
2
-7/+85
*
Merged revisions 59321-59322 via svnmerge from
Christian Heimes
2007-12-04
1
-5/+10
*
Merged revisions 59313-59320 via svnmerge from
Christian Heimes
2007-12-04
3
-9/+179
*
Manual merge of PEP 366 implementation from trunk (the automatic merge choked...
Nick Coghlan
2007-12-04
1
-26/+86
*
Fix issue #1553: An errornous __length_hint__ can make list() raise a
Alexandre Vassalotti
2007-12-04
2
-4/+6
*
Remove a few tab characters introduced by r59314.
Alexandre Vassalotti
2007-12-04
1
-3/+3
*
Issue #1283: Allow any iterable of integers to be passed to
Alexandre Vassalotti
2007-12-04
2
-18/+89
*
Merged revisions 59304-59312 via svnmerge from
Guido van Rossum
2007-12-04
2
-3/+6
*
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum
2007-12-03
7
-17/+77
*
Fix merging glitch.
Georg Brandl
2007-12-03
1
-1/+1
*
Merged revisions 59275-59303 via svnmerge from
Christian Heimes
2007-12-03
35
-237/+3139
*
Reverting last commit. I had some staled data from an attempted svnmerge in m...
Christian Heimes
2007-12-03
7
-683/+6
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
7
-6/+683
*
Remove a few merged versionadded/changed.
Georg Brandl
2007-12-02
6
-64/+6
*
Remove mentions of "long integer" in the API docs.
Georg Brandl
2007-12-02
2
-12/+12
[prev]
[next]