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
*
remove redundant sentence
Benjamin Peterson
2008-12-20
1
-1/+1
*
add headings
Benjamin Peterson
2008-12-20
1
-6/+13
*
copy sentence from docstring
Benjamin Peterson
2008-12-20
1
-2/+2
*
Fix typo in Python equivalent for bit_length.
Mark Dickinson
2008-12-19
1
-1/+1
*
Fix-up and clean-up docs for int.bit_length().
Raymond Hettinger
2008-12-19
1
-21/+12
*
_call_method -> _callmethod and _get_value to _getvalue
Benjamin Peterson
2008-12-19
1
-9/+9
*
fix typo
Benjamin Peterson
2008-12-19
1
-4/+4
*
Issue #3439: add bit_length method to int and long.
Mark Dickinson
2008-12-17
2
-1/+57
*
Issue #2183: Simplify and optimize bytecode for list comprehensions.
Antoine Pitrou
2008-12-17
1
-2/+4
*
#4568: remove limitation in varargs callback example.
Georg Brandl
2008-12-15
1
-25/+22
*
#4611: fix typo.
Georg Brandl
2008-12-15
1
-1/+1
*
#4446: document "platforms" argument for setup().
Georg Brandl
2008-12-15
1
-0/+2
*
fix missing bracket
Benjamin Peterson
2008-12-14
1
-1/+1
*
fix incorrect example
Benjamin Peterson
2008-12-13
1
-1/+1
*
specify how things are copied
Benjamin Peterson
2008-12-09
1
-1/+1
*
#4457: rewrite __import__() documentation.
Georg Brandl
2008-12-07
1
-38/+54
*
Add link to the favicon to the docs.
Georg Brandl
2008-12-07
1
-1/+7
*
Follow-up to #4488: document PIPE and STDOUT properly.
Georg Brandl
2008-12-06
1
-18/+33
*
Remove confusing sentence part.
Georg Brandl
2008-12-05
1
-1/+1
*
Followup to #4511: add link from decorator glossary entry to definition.
Georg Brandl
2008-12-05
1
-0/+3
*
Move __import__ to the bottom of the functions list.
Georg Brandl
2008-12-05
1
-61/+61
*
#3171: document that *slice are removed in 3k.
Georg Brandl
2008-12-05
1
-0/+13
*
#4478: document that copyfile() can raise Error.
Georg Brandl
2008-12-05
1
-1/+2
*
#4517: add "special method" glossary entry and clarify when __getattribute__ ...
Georg Brandl
2008-12-05
2
-1/+7
*
#4441 followup: Add link to open() docs for Windows.
Georg Brandl
2008-12-05
1
-2/+2
*
Use markup.
Georg Brandl
2008-12-05
1
-2/+2
*
Add an index entry for "subclassing immutable types".
Georg Brandl
2008-12-05
1
-1/+2
*
#4441: improve doc for os.open() flags.
Georg Brandl
2008-12-05
1
-12/+10
*
#4409: fix asterisks looking like footnotes.
Georg Brandl
2008-12-05
1
-6/+6
*
#4408: document regex.groups.
Georg Brandl
2008-12-05
1
-0/+5
*
rename the new check_call_output to check_output. its less ugly.
Gregory P. Smith
2008-12-05
1
-3/+3
*
Clarification to avoid confusing output with file descriptors.
Georg Brandl
2008-12-04
1
-1/+1
*
Adds a subprocess.check_call_output() function to return the output from a
Gregory P. Smith
2008-12-04
1
-0/+24
*
Add another heapq example.
Georg Brandl
2008-12-04
1
-0/+15
*
Add reference to enumerate() to indices example.
Georg Brandl
2008-12-04
1
-2/+5
*
Issue #4384: Added logging integration with warnings module using captureWarn...
Vinay Sajip
2008-12-03
1
-0/+15
*
let people using SVN Sphinx still build the docs
Benjamin Peterson
2008-12-01
1
-1/+5
*
fix pyspecific extensions that were broken by Sphinx's grand renaming
Benjamin Peterson
2008-11-30
1
-1/+1
*
w# requires Py_ssize_t
Christian Heimes
2008-11-30
1
-1/+1
*
StringIO.close() stops you from using the buffer, too
Benjamin Peterson
2008-11-30
1
-1/+2
*
Retain copyright of processing examples. This was requested by a Debian maint...
Christian Heimes
2008-11-28
7
-0/+21
*
mp docs - fix issues 4012,3518,4193
Jesse Noller
2008-11-28
2
-21/+108
*
fix typo in sqlite3 docs
Benjamin Peterson
2008-11-26
1
-2/+2
*
#4404: make clear what "path" is.
Georg Brandl
2008-11-24
1
-4/+4
*
Fix typo.
Georg Brandl
2008-11-24
1
-1/+1
*
replace reference to debugger-hooks
Benjamin Peterson
2008-11-24
1
-2/+3
*
Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.
Gregory P. Smith
2008-11-24
1
-1/+6
*
#4399: fix typo.
Georg Brandl
2008-11-23
1
-1/+1
*
#4392: fix parameter name.
Georg Brandl
2008-11-23
1
-4/+4
*
Fix error about "-*-" being mandatory in coding cookies.
Georg Brandl
2008-11-22
1
-3/+3
[next]