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
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
1
-0/+8
*
Remove reST markup from --help output. Also: O(n**2) is dict construction, n...
Georg Brandl
2012-02-21
1
-1/+1
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
3
-1/+53
*
Remove mentions of previous license in profile module docs (#12417 followup).
Éric Araujo
2011-07-28
2
-55/+1
*
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
Mark Dickinson
2011-06-25
1
-2/+2
*
Fix closes issue12261 - Minor documention changes in the urllib.parse.rst
Senthil Kumaran
2011-06-19
1
-2/+2
*
Fix typo in 0311f62714f7
Éric Araujo
2011-05-29
1
-1/+1
*
Don’t misuse “package data” in pprint example
Éric Araujo
2011-05-29
1
-3/+3
*
Re-add missing doc stub for the distutils check command
Éric Araujo
2011-05-28
1
-0/+14
*
Minor touch-ups in distutils.cmd.Command doc
Éric Araujo
2011-05-28
1
-2/+2
*
Minor doc addition for clarity
Éric Araujo
2011-05-27
1
-1/+1
*
Add missing closing paren
Éric Araujo
2011-05-27
1
-1/+1
*
Issue 12126: removing incorrect claim about return value of select
Eli Bendersky
2011-05-22
1
-2/+1
*
this should actually be an IOError
Benjamin Peterson
2011-05-20
1
-1/+1
*
add example for not using access
Benjamin Peterson
2011-05-20
1
-1/+20
*
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-20
1
-1/+1
*
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl
2011-05-15
1
-5/+6
*
pprint usage example rethought.
Łukasz Langa
2011-05-14
1
-30/+99
*
#11979: improve wording and markup in sockets howto. Patch by Xavier Morel.
Ezio Melotti
2011-05-14
1
-16/+17
*
Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional
Victor Stinner
2011-05-09
1
-0/+3
*
Stop trying to use _xmlplus in the xml module. Closes #11164.
Martin v. Löwis
2011-05-09
4
-16/+4
*
Add a note to the str.find doc to suggest the use of the "in" operator.
Ezio Melotti
2011-05-09
1
-0/+9
*
#11997: fix typo in init.rst.
Ezio Melotti
2011-05-05
1
-1/+1
*
Fix #11834. Correct site-packages paths.
Brian Curtin
2011-05-04
1
-1/+1
*
#11985: document the return value of platform.python_implementation for PyPy.
Ezio Melotti
2011-05-03
1
-1/+1
*
Branch merge
Éric Araujo
2011-05-02
1
-2/+2
|
\
|
*
Fix wording
Éric Araujo
2011-05-01
1
-2/+2
*
|
Add missing colon
Éric Araujo
2011-05-02
1
-1/+1
*
|
Fix spelling.
Raymond Hettinger
2011-05-02
1
-1/+1
*
|
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
Victor Stinner
2011-05-01
1
-0/+4
*
|
note abcs of int and float (closes #11977)
Benjamin Peterson
2011-05-01
1
-3/+7
*
|
#11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray
2011-04-30
3
-3/+3
*
|
#11901: post-commit review fixes per Georg Brandl
R David Murray
2011-04-30
1
-7/+7
*
|
fix function name in example (closes #11966)
Benjamin Peterson
2011-04-30
1
-1/+1
|
/
*
whitespace...
Brian Curtin
2011-04-30
1
-3/+3
*
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin
2011-04-30
1
-3/+98
*
#11952: Fix typo in multiprocessing doc.
Ezio Melotti
2011-04-29
1
-1/+1
*
Issue #11940: Update external link.
Raymond Hettinger
2011-04-27
1
-1/+1
*
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
Ezio Melotti
2011-04-27
1
-1/+1
*
Branch merge
Éric Araujo
2011-04-27
8
-14/+30
|
\
|
*
Change markup so it generates a link
Éric Araujo
2011-04-27
2
-3/+3
|
*
Change markup so that it creates a link
Éric Araujo
2011-04-25
1
-1/+1
|
*
Branch merge
Éric Araujo
2011-04-24
5
-10/+26
|
|
\
|
|
*
Fix weird executable name
Éric Araujo
2011-04-22
1
-1/+1
|
|
*
Add a space to make json doc a bit more readable
Éric Araujo
2011-04-21
1
-1/+1
|
|
*
Fix argument name in reST doc to match the code
Éric Araujo
2011-04-20
1
-2/+2
|
|
*
Branch merge
Éric Araujo
2011-04-20
2
-6/+22
|
|
|
\
|
|
|
*
Advertise nesting directives for class/method and class/data combos.
Éric Araujo
2011-04-16
1
-4/+21
|
|
|
*
Kill last reference to defunct module
Éric Araujo
2011-03-26
1
-2/+1
*
|
|
|
#11901: add description of how bitfields are laid out to hexversion docs
R David Murray
2011-04-25
1
-0/+23
|
/
/
/
[next]