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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
5
-18/+61
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
8
-98/+242
*
Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...
Georg Brandl
2008-01-07
1
-1/+1
*
Fix merge glitch.
Georg Brandl
2008-01-07
1
-2/+2
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
8
-34/+184
*
Remove paragraph about old-style classes.
Georg Brandl
2008-01-07
1
-9/+1
*
Fix reverse Ximenez symptom.
Georg Brandl
2008-01-07
1
-1/+1
*
Fix note markup.
Georg Brandl
2008-01-07
1
-2/+2
*
Remove obsolete note.
Georg Brandl
2008-01-07
1
-37/+19
*
Use consistent note numbers.
Georg Brandl
2008-01-06
1
-5/+5
*
Clarify sentence in tutorial. Thanks to Marek Kubica.
Georg Brandl
2008-01-06
1
-4/+3
*
Merged revisions 59774-59783 via svnmerge from
Christian Heimes
2008-01-06
10
-44/+112
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
22
-190/+292
*
Big fat todo.
Georg Brandl
2008-01-05
1
-0/+1
*
Remove versionadded/changed directives merged as an oversight.
Georg Brandl
2008-01-05
8
-52/+7
*
Typo.
Georg Brandl
2008-01-05
1
-1/+1
*
Merged revisions 59696-59702 via svnmerge from
Christian Heimes
2008-01-04
1
-3/+44
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
2
-11/+46
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
7
-18/+201
*
Merged revisions 59605-59624 via svnmerge from
Christian Heimes
2007-12-31
117
-1045/+950
*
Two nits.
Georg Brandl
2007-12-29
2
-2/+3
*
Merged revisions 59565-59594 via svnmerge from
Christian Heimes
2007-12-24
3
-3/+49
*
Document os.device_encoding.
Georg Brandl
2007-12-21
1
-0/+6
*
Fix role usage.
Georg Brandl
2007-12-21
1
-1/+1
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-4/+157
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
4
-26/+58
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
8
-30/+49
*
Fix sys.maxsize docs.
Georg Brandl
2007-12-15
1
-3/+4
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
5
-38/+96
*
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
2
-1/+2
*
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes
2007-12-11
1
-0/+41
*
Minor cleanup in the gc module.
Amaury Forgeot d'Arc
2007-12-10
1
-18/+2
*
Merged revisions 59441-59449 via svnmerge from
Christian Heimes
2007-12-10
1
-0/+32
*
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
*
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
*
Merged revisions 59407-59422 via svnmerge from
Christian Heimes
2007-12-08
12
-249/+514
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
10
-28/+38
*
Added -b option to the list of command line options
Christian Heimes
2007-12-07
1
-1/+7
*
No -Q flag anymore in Py3k.
Georg Brandl
2007-12-07
1
-21/+1
*
Merged revisions 59371-59375 via svnmerge from
Christian Heimes
2007-12-05
1
-0/+1
*
Merged revisions 59333-59370 via svnmerge from
Christian Heimes
2007-12-05
7
-50/+481
*
most recent changes to SSL module to support non-blocking sockets properly
Bill Janssen
2007-12-05
1
-2/+40
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
2
-5/+6
*
Eliminate outdated usages of PyInt_GetMax.
Martin v. Löwis
2007-12-04
1
-4/+2
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
1
-5/+10
*
Merged revisions 59323-59332 via svnmerge from
Christian Heimes
2007-12-04
4
-13/+747
[next]