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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
#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
*
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
*
#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
*
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...
Jesse Noller
2009-06-30
1
-0/+32
*
#6371: fix link targets.
Georg Brandl
2009-06-30
1
-2/+2
*
#6384: Add a heading for the exception hierarchy.
Georg Brandl
2009-06-30
1
-1/+4
*
#6374: add a bit of explanation about shell=True on Windows.
Georg Brandl
2009-06-30
1
-1/+5
*
#6376: fix copy-n-paste oversight.
Georg Brandl
2009-06-30
1
-3/+2
*
Issue 5740: multiprocessing.connection.* authkey fixes
Jesse Noller
2009-06-29
1
-2/+2
*
Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
Jesse Noller
2009-06-29
1
-1/+3
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-06-28
1
-0/+9
*
Fixed a wrong apostrophe
Ezio Melotti
2009-06-28
1
-1/+1
*
stmt and setup can contain multiple statements, see #5896
Ezio Melotti
2009-06-27
1
-2/+3
*
link to extensive generator docs in the reference manual
Benjamin Peterson
2009-06-27
1
-1/+9
*
document is_declared_global()
Benjamin Peterson
2009-06-26
1
-0/+4
*
Add a couple of missing function alias declarations to the turtle docs.
R. David Murray
2009-06-25
1
-0/+2
*
http://bugs.python.org/issue6192
Kristján Valur Jónsson
2009-06-24
1
-10/+0
*
Remove last remnants of the ipaddr package.
Amaury Forgeot d'Arc
2009-06-23
1
-5/+0
*
Remove the ipaddr module per discussion on python-dev
Amaury Forgeot d'Arc
2009-06-23
2
-418/+0
*
Improve English phrasing.
R. David Murray
2009-06-22
1
-1/+1
*
Issue 6288: update the contextlib.nested() docs to explain why it has been de...
Nick Coghlan
2009-06-17
1
-11/+28
*
#6295: clarify blocking behavior of getch().
Georg Brandl
2009-06-17
1
-1/+2
*
Add usage note.
Raymond Hettinger
2009-06-17
1
-0/+4
*
Add tabularcolumns directive for tables with bullet lists in them.
Georg Brandl
2009-06-16
1
-0/+6
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-5/+5
*
Issue 6261: Clarify behavior of random.uniform().
Raymond Hettinger
2009-06-11
1
-0/+2
*
Move comment to correct line.
Raymond Hettinger
2009-06-11
1
-2/+2
*
Add example of how to do key lookups with bisect().
Raymond Hettinger
2009-06-11
1
-1/+19
*
Issue 2947: document how return code handling translates from
R. David Murray
2009-06-09
2
-10/+24
*
#6238: add fillchar to string.just function family.
Georg Brandl
2009-06-08
1
-5/+6
*
#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
Georg Brandl
2009-06-08
1
-3/+2
*
Remove period from end of headings.
Georg Brandl
2009-06-08
6
-18/+12
[next]