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
*
Document Py_VaBuildValue.
Alexandre Vassalotti
2008-12-28
1
-0/+5
*
fix markup
Benjamin Peterson
2008-12-27
1
-1/+1
*
#4671: document that pydoc imports modules.
Georg Brandl
2008-12-27
1
-0/+7
*
Use :samp: role.
Georg Brandl
2008-12-27
1
-2/+2
*
#4695: fix backslashery.
Georg Brandl
2008-12-27
1
-2/+2
*
#4682: 'b' is actually unsigned char.
Georg Brandl
2008-12-27
1
-2/+3
*
#4754: improve winsound documentation.
Georg Brandl
2008-12-27
1
-2/+7
*
#4752: actually use custom handler in example.
Georg Brandl
2008-12-27
1
-1/+1
*
Issue #4756: zipfile.is_zipfile() now supports file-like objects.
Antoine Pitrou
2008-12-27
1
-2/+4
*
python version is included in file name now
Benjamin Peterson
2008-12-26
1
-7/+7
*
pretend exceptions don't exist a while longer
Benjamin Peterson
2008-12-24
1
-28/+6
*
Markup fix.
Georg Brandl
2008-12-23
1
-2/+2
*
Fix missing "svn" command.
Georg Brandl
2008-12-23
1
-1/+1
*
less attitude
Benjamin Peterson
2008-12-22
1
-2/+2
*
compute DISTVERSION with patchlevel.py
Benjamin Peterson
2008-12-21
1
-17/+17
*
there are way too many places which need to have the current version added
Benjamin Peterson
2008-12-21
1
-0/+6
*
update readme
Benjamin Peterson
2008-12-21
1
-8/+6
*
sphinx.web is long gone
Benjamin Peterson
2008-12-21
2
-16/+2
*
silence annoying DeprecationWarning
Benjamin Peterson
2008-12-20
1
-1/+5
*
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
[next]