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_REFCNT.
Christian Heimes
2007-12-19
144
-1153/+1306
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
42
-4149/+628
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
14
-143/+110
*
Fix sys.maxsize docs.
Georg Brandl
2007-12-15
1
-3/+4
*
Fixed #1630
Christian Heimes
2007-12-15
1
-1/+2
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
16
-103/+299
*
update to fix leak in SSL code
Bill Janssen
2007-12-14
4
-68/+225
*
Couple of corrections to open() doc as per email from GvR.
Mark Summerfield
2007-12-14
1
-6/+8
*
Updated open() to more accurately reflect io.open()'s documentation.
Mark Summerfield
2007-12-14
1
-38/+72
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
16
-166/+86
*
Shell was not colorizing due to bug introduced at r57998, Bug 1586.
Kurt B. Kaiser
2007-12-13
2
-2/+17
*
Explicitly close pipes so test_ctypes won't appear to randomly leak
Guido van Rossum
2007-12-12
1
-9/+34
*
Add a comment to explain why we have to restore the original value.
Thomas Heller
2007-12-12
1
-0/+4
*
maxint->maxsize. Wouldn't import.
Kurt B. Kaiser
2007-12-12
1
-1/+1
*
Bump version
Kurt B. Kaiser
2007-12-12
1
-1/+1
*
This test checks and modifies the value of an integer stored in a dll.
Thomas Heller
2007-12-12
1
-0/+2
*
Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to...
Christian Heimes
2007-12-11
1
-50/+50
*
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes
2007-12-11
4
-7/+312
*
Added note about 1585 to Misc/NEWS
Christian Heimes
2007-12-11
1
-0/+2
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
9
-9/+54
*
Minor cleanup in the gc module.
Amaury Forgeot d'Arc
2007-12-10
3
-33/+9
*
Added missing file
Christian Heimes
2007-12-10
1
-0/+1021
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
9
-3/+743
*
Two IDLE errors in Option->Configure menu.
Amaury Forgeot d'Arc
2007-12-10
1
-3/+3
*
Fixed doc xml rpc tests and server
Christian Heimes
2007-12-10
2
-9/+8
*
Make Decimal a subclass of Real and Inexact.
Guido van Rossum
2007-12-10
3
-29/+30
*
Updated release notes (to match what's on python.org/download/releases/3.0/).
Guido van Rossum
2007-12-10
1
-9/+30
*
Fixed #1578: Problems in win_getpass
Christian Heimes
2007-12-10
2
-4/+6
*
Merged revisions 59441-59449 via svnmerge from
Christian Heimes
2007-12-10
5
-28/+258
*
Fixed issue #1564: The set implementation should special-case PyUnicode inste...
Christian Heimes
2007-12-10
7
-45/+85
*
typo
Skip Montanaro
2007-12-09
1
-1/+1
*
Issue #1573, second attempt:
Amaury Forgeot d'Arc
2007-12-09
3
-13/+9
*
Merged revisions 59423-59440 via svnmerge from
Christian Heimes
2007-12-09
2
-3/+3
*
#1571: clarify removal of ``L`` suffix from long int repr.
Georg Brandl
2007-12-09
1
-3/+5
*
Added another test case for kwonly methods
Christian Heimes
2007-12-08
2
-8/+16
*
Added two tests for f(*, **kw) syntax
Christian Heimes
2007-12-08
2
-0/+10
*
Fixed #1573: Improper use of the keyword-only syntax makes the parser crash
Christian Heimes
2007-12-08
2
-2/+22
*
Fix one more PyInt occurrence.
Georg Brandl
2007-12-08
1
-3/+3
*
Replace all remaining occurrences of PyInt_.
Georg Brandl
2007-12-08
2
-21/+15
*
Fixed two of the three failing xml rpc tests
Christian Heimes
2007-12-08
2
-2/+2
*
Fixed a bug found by Marcin Kowalczyk
Christian Heimes
2007-12-08
1
-1/+1
*
Added descriptor for builtins.open.__doc__
Christian Heimes
2007-12-08
1
-0/+10
*
Merged revisions 59407-59422 via svnmerge from
Christian Heimes
2007-12-08
18
-284/+568
*
Added stop_serving and a timeout to tearDown()
Christian Heimes
2007-12-08
1
-2/+14
*
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
[next]