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
*
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
Georg Brandl
2008-06-10
4
-86/+259
*
Applying updated patch from Issue 1736190, which addresses partial
Josiah Carlson
2008-06-10
2
-0/+26
*
Let set.intersection() and set.intersection_update() take multiple input argu...
Raymond Hettinger
2008-06-09
1
-4/+10
*
Let set.union() and set.update() accept multiple inputs.
Raymond Hettinger
2008-06-09
1
-4/+10
*
Issue #2138: Add math.factorial().
Raymond Hettinger
2008-06-09
1
-0/+4
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
4
-15/+15
*
Issue3065: Fixed pickling of named tuples. Added tests.
Raymond Hettinger
2008-06-09
1
-0/+3
*
Argh, I read it wrong. Reverted 64036 and added a clarifying remark.
Georg Brandl
2008-06-08
1
-2/+2
*
#3028: tokenize passes the physical line.
Georg Brandl
2008-06-08
1
-10/+9
*
capitalization nit
Benjamin Peterson
2008-06-07
1
-1/+1
*
Document the "st" API, to avoid confusion with the "new" AST.
Georg Brandl
2008-06-07
1
-78/+89
*
X-ref to numbers module.
Georg Brandl
2008-06-07
1
-3/+3
*
Backport docs for abc module to 2.6.
Georg Brandl
2008-06-07
2
-0/+196
*
Revert unwanted changes.
Georg Brandl
2008-06-07
2
-1/+86
*
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
Georg Brandl
2008-06-07
3
-91/+11
*
Document the new ctypes features.
Thomas Heller
2008-06-06
1
-6/+68
*
Add a reminder for the maintainer of whatsnew.
Thomas Heller
2008-06-06
1
-0/+4
*
Fix brackets.
Georg Brandl
2008-06-06
1
-2/+2
*
Markup fix.
Georg Brandl
2008-06-06
1
-2/+2
*
Grammar fix
Andrew M. Kuchling
2008-06-05
1
-2/+2
*
Add various items
Andrew M. Kuchling
2008-06-05
1
-8/+76
*
Document 'utc' parameter
Andrew M. Kuchling
2008-06-05
1
-3/+7
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
1
-0/+24
*
Complete revision of new turtle module's docs.
Georg Brandl
2008-06-04
1
-1783/+1669
*
Patch #1513695: New turtle module, with demos.
Martin v. Löwis
2008-06-04
1
-279/+1969
*
Patch #2125: Add GetInteger and GetString methods for
Martin v. Löwis
2008-06-02
1
-0/+13
*
Adds a Thread.getIdent() method to provide the _get_ident() value for
Gregory P. Smith
2008-06-01
1
-0/+11
*
Deprecate htmllib and sgmllib for 3.0.
Georg Brandl
2008-06-01
2
-3/+8
*
Generate pydoc's topic help from the reST docs via Sphinx'
Georg Brandl
2008-06-01
3
-0/+76
*
Add plain text make target.
Georg Brandl
2008-06-01
2
-0/+7
*
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Robert Schuppenies
2008-06-01
1
-0/+10
*
New environment variable PYTHONIOENCODING.
Martin v. Löwis
2008-06-01
3
-0/+22
*
#3005: add explaining sentence to easydialogs docs.
Georg Brandl
2008-05-31
1
-4/+6
*
#3010: clarification about stdin/use_rawinput.
Georg Brandl
2008-05-31
1
-1/+6
*
Added a note to [] that special forms & special chars lose their meaning
Mark Summerfield
2008-05-31
1
-0/+6
*
fix grammar
Benjamin Peterson
2008-05-30
1
-1/+1
*
Better quote with single quotes.
Georg Brandl
2008-05-30
1
-2/+2
*
getloadavg() is not available on Windows.
Georg Brandl
2008-05-30
1
-1/+1
*
Note that UserList and UserString were moved to 'collections' in 3.0.
Brett Cannon
2008-05-29
1
-0/+12
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
7
-27/+28
*
#2988: add note about catching CookieError when parsing untrusted cookie data.
Georg Brandl
2008-05-29
1
-0/+6
*
Two fixes in bytearray docs.
Georg Brandl
2008-05-29
1
-1/+5
*
UserString.MutableString has been removed in Python 3.0.
Brett Cannon
2008-05-29
1
-0/+3
*
fix spelling
Benjamin Peterson
2008-05-28
1
-2/+2
*
#2989: add PyType_Modified().
Georg Brandl
2008-05-28
1
-1/+10
*
update tutorial function with more appropiate one from Eric Smith
Benjamin Peterson
2008-05-28
1
-2/+2
*
fix minor grammar typo
Benjamin Peterson
2008-05-26
1
-1/+2
*
take Brett's advice on a few warnings
Benjamin Peterson
2008-05-26
1
-6/+7
*
warn about some members of the commands module
Benjamin Peterson
2008-05-26
1
-1/+7
*
add PyByteArray docs
Benjamin Peterson
2008-05-26
2
-0/+75
[next]