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 donation link to docs footer.
Georg Brandl
2009-08-04
1
-0/+11
*
Issue #6595: Allow Decimal constructor to accept non-European decimal
Mark Dickinson
2009-08-02
1
-0/+6
*
Documentation fix for change introduced in r71832
Mark Dickinson
2009-07-30
1
-1/+1
*
Rewrite the section about classes a bit; mostly tidbits, and a larger update ...
Georg Brandl
2009-07-29
1
-71/+72
*
Fix a few markup glitches.
Georg Brandl
2009-07-29
1
-9/+10
*
Fix some markup and small factual glitches found by M. Markert.
Georg Brandl
2009-07-29
2
-14/+18
*
Add a link to readline, and mention IPython and bpython.
Georg Brandl
2009-07-29
1
-4/+14
*
#6336: Add nb_divide.
Georg Brandl
2009-07-29
1
-0/+1
*
#6591: add reference to ioctl in fcntl module for platforms other than Windows.
Georg Brandl
2009-07-29
1
-0/+3
*
#6593: fix link targets.
Georg Brandl
2009-07-29
1
-2/+2
*
Issue #6561: '\d' regular expression should not match characters of
Mark Dickinson
2009-07-28
1
-1/+2
*
Clarify quote_plus() usage.
Georg Brandl
2009-07-28
1
-2/+3
*
Remove leading blank line from cmath.rst
Mark Dickinson
2009-07-28
1
-1/+0
*
Issue #6458: Reorganize cmath documentation into sections (similar to
Mark Dickinson
2009-07-28
1
-97/+108
*
Move member descriptions inside the classes.
Georg Brandl
2009-07-26
1
-172/+155
*
builtin -> built-in.
Georg Brandl
2009-07-26
43
-83/+82
*
#6577: fix (hopefully) all links to builtin instead of module/class-specific ...
Georg Brandl
2009-07-26
36
-112/+114
*
#6576: fix cross-refs in re docs.
Georg Brandl
2009-07-26
1
-23/+26
*
#6571: add index entries for more operators.
Georg Brandl
2009-07-25
1
-19/+27
*
#6564: fix section about the two raise syntaxes.
Georg Brandl
2009-07-24
1
-4/+5
*
Dont put "void" in signature for nullary functions.
Georg Brandl
2009-07-24
7
-9/+10
*
Fix arg types of et#.
Georg Brandl
2009-07-24
1
-1/+1
*
use bools
Benjamin Peterson
2009-07-23
1
-8/+8
*
#6548: dont suggest existence of real and imag functions in cmath.
Georg Brandl
2009-07-23
1
-4/+4
*
#6423 has_key -> in
Ezio Melotti
2009-07-22
1
-7/+8
*
revert r74152
Benjamin Peterson
2009-07-22
1
-4/+4
*
simplify
Benjamin Peterson
2009-07-22
1
-4/+4
*
#6536 fixed typo
Ezio Melotti
2009-07-21
1
-1/+1
*
remove docs for deprecated -p option
Benjamin Peterson
2009-07-20
1
-7/+0
*
#6489: fix an ambiguity in getiterator() documentation.
Georg Brandl
2009-07-18
1
-3/+3
*
#6505: fix typos.
Georg Brandl
2009-07-18
1
-4/+4
*
#6513: fix example code: warning categories are classes, not instances.
Georg Brandl
2009-07-18
1
-1/+1
*
#6481: fix typo in os.system() replacement.
Georg Brandl
2009-07-16
1
-1/+1
*
#6486: start with built in functions rather than "built in objects".
Georg Brandl
2009-07-16
1
-2/+3
*
update year
Benjamin Peterson
2009-07-15
1
-1/+1
*
Document the newly added codec
Amaury Forgeot d'Arc
2009-07-13
1
-0/+2
*
add versionadded
Benjamin Peterson
2009-07-12
1
-0/+2
*
array.array is actually a class.
Georg Brandl
2009-07-11
1
-4/+3
*
#6456: clarify the meaning of constants used as arguments to nl_langinfo().
Georg Brandl
2009-07-11
1
-133/+120
*
#6430: add note about size of "u" type.
Georg Brandl
2009-07-11
1
-1/+6
*
#6448: clarify docs for find_module().
Georg Brandl
2009-07-11
1
-10/+11
*
#6446: fix import_spam() function to use correct error and reference handling.
Georg Brandl
2009-07-11
1
-9/+16
*
Fix style.
Georg Brandl
2009-07-11
1
-4/+4
*
#6416: Fix compilation of the select module on Windows, as well as test_subpr...
Amaury Forgeot d'Arc
2009-07-09
1
-1/+1
*
Adds the select.PIPE_BUF attribute to expose the system constant.
Gregory P. Smith
2009-07-03
1
-0/+9
*
another cStringIO restriction
Benjamin Peterson
2009-07-03
1
-2/+3
*
Issue 6389: add documentation for the 'mode' flags defined in the
R. David Murray
2009-07-02
2
-19/+144
*
Make punctuation prettier and break up run-on sentence.
R. David Murray
2009-07-01
1
-2/+2
*
Fixed a backslash that was not supposed to be there
Ezio Melotti
2009-06-30
1
-1/+1
*
Fixed defaultTestCase -> defaultTestResult
Ezio Melotti
2009-06-30
2
-4/+4
[next]