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 59275-59303 via svnmerge from
Christian Heimes
2007-12-03
12
-17/+259
*
Reverting last commit. I had some staled data from an attempted svnmerge in m...
Christian Heimes
2007-12-03
2
-7/+3
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
2
-3/+7
*
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
*
Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...
Georg Brandl
2007-12-02
2
-148/+84
*
Remove all definitions of raw_input() that were still scattered throughout th...
Georg Brandl
2007-12-02
6
-37/+8
*
Fix some 2.xisms in merged docs.
Georg Brandl
2007-12-02
2
-12/+13
*
I've moved the remains of PyInt_ to the longobject.h header file and removed ...
Christian Heimes
2007-12-02
1
-0/+2
*
Merged revisions 59259-59274 via svnmerge from
Christian Heimes
2007-12-02
31
-431/+1093
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
2
-3/+3
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
15
-36/+36
*
Remove merged versionadded tags from os docs.
Georg Brandl
2007-12-01
1
-10/+0
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
3
-7/+72
*
Cleanups and documentation updates related to the removal of unbound methods.
Christian Heimes
2007-11-30
2
-22/+8
*
Merged revisions 59239-59244 via svnmerge from
Christian Heimes
2007-11-30
1
-0/+20
*
Merged revisions 59226-59233 via svnmerge from
Christian Heimes
2007-11-30
2
-1/+89
*
Merged revisions 59212-59225 via svnmerge from
Guido van Rossum
2007-11-29
2
-0/+88
*
Remove further mentions of long integers.
Georg Brandl
2007-11-29
13
-71/+53
*
Remove mentions of "long integer" in the docs.
Georg Brandl
2007-11-29
14
-70/+31
*
Removed more types from the types module
Christian Heimes
2007-11-29
1
-5/+0
*
Removed the new module
Christian Heimes
2007-11-28
3
-153/+4
*
#1496: revert str.translate() to the old version, and add
Georg Brandl
2007-11-27
1
-6/+23
*
Futher update docs after unbound method removal.
Georg Brandl
2007-11-27
7
-123/+97
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
5
-48/+40
*
Merged revisions 59107-59186 via svnmerge from
Guido van Rossum
2007-11-26
5
-24/+37
*
Fix, thanks to Nick.
Georg Brandl
2007-11-22
1
-1/+1
*
Update docs for buffer -> bytearray rename.
Georg Brandl
2007-11-22
2
-35/+34
*
The Identifiers and keywords syntax diagram did not appear correctly in the
Mark Summerfield
2007-11-20
1
-4/+4
*
Merged revisions 59041-59055 via svnmerge from
Guido van Rossum
2007-11-19
1
-2/+2
*
Merged revisions 59005-59040 via svnmerge from
Christian Heimes
2007-11-18
2
-3/+2
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
2
-19/+34
*
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes
2007-11-13
1
-0/+8
*
Merged revisions 58930-58938 via svnmerge from
Christian Heimes
2007-11-12
1
-1/+1
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
3
-7/+9
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
6
-22/+43
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
1
-1/+9
*
Merged revisions 58817-58861 via svnmerge from
Guido van Rossum
2007-11-05
6
-14/+33
*
Re-add two paragraphs that seem to have been lost during the merge from trunk.
Georg Brandl
2007-11-03
1
-4/+13
*
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum
2007-11-02
12
-65/+88
*
Remove file that should have been removed during the merge.
Georg Brandl
2007-11-01
1
-0/+0
*
Add new directory "using". This should have been in the merge patch,
Georg Brandl
2007-11-01
3
-0/+628
*
Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.)
Georg Brandl
2007-11-01
1
-8/+0
*
#1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.
Georg Brandl
2007-11-01
68
-746/+805
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-3/+3
*
Get rid of more uses of string and use unicode
Neal Norwitz
2007-10-27
4
-15/+15
*
Kill PyString_Encode(), which isn't used anywhere.
Guido van Rossum
2007-10-26
1
-9/+0
*
Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),
Guido van Rossum
2007-10-25
1
-55/+0
*
Remove duplicate entry for PyObject_AsFileDescriptor.
Georg Brandl
2007-10-23
2
-6/+7
*
Update Pygments version from externals.
Georg Brandl
2007-10-23
1
-1/+1
[next]