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
*
#7177: clarify the potential PIPE deadlock warnings
Philip Jenvey
2009-12-03
1
-6/+8
*
Issue #7333: The `posix` module gains an `initgroups()` function providing
Antoine Pitrou
2009-12-02
1
-0/+9
*
Fix versions and spacing.
Georg Brandl
2009-11-28
1
-4/+10
*
fix typo
Gregory P. Smith
2009-11-27
1
-2/+2
*
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
Martin v. Löwis
2009-11-27
1
-4/+30
*
Issue #6845: Add restart support for binary upload in ftplib. The
Antoine Pitrou
2009-11-27
1
-2/+5
*
#7400: typo.
Georg Brandl
2009-11-26
1
-1/+1
*
Forgot to add a `versionadded` tag
Antoine Pitrou
2009-11-25
1
-0/+2
*
Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...
Antoine Pitrou
2009-11-25
1
-0/+10
*
Fix some documentation examples involving the repr of a float.
Mark Dickinson
2009-11-24
4
-8/+8
*
Issue #7117, continued: Remove substitution of %g-style formatting for
Mark Dickinson
2009-11-23
1
-7/+3
*
#7345: fix arguments of formatyear().
Georg Brandl
2009-11-23
1
-2/+2
*
issue5738: The distribution example was confusing, and out of date. It's too ...
Jesse Noller
2009-11-21
1
-7/+0
*
Issue 7363: fix indentation in socketserver udpserver example.
R. David Murray
2009-11-20
1
-3/+3
*
Fix docstrings for itertools combinatoric functions.
Raymond Hettinger
2009-11-19
1
-2/+2
*
Fix markup.
Georg Brandl
2009-11-18
1
-5/+4
*
upcase Python
Georg Brandl
2009-11-18
1
-1/+1
*
#7302: fix link.
Georg Brandl
2009-11-16
1
-1/+1
*
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
Antoine Pitrou
2009-11-15
1
-0/+58
*
Issue #4969: The mimetypes module now reads the MIME database from
Antoine Pitrou
2009-11-15
1
-3/+19
*
Issue #6816: expose the zipfile and directory execution mechanism to Python c...
Nick Coghlan
2009-11-15
1
-44/+97
*
Fix terminology.
Georg Brandl
2009-11-14
1
-1/+1
*
revert r76243; I was right, actually :)
Benjamin Peterson
2009-11-13
1
-4/+4
*
never mind about eval mode in this case
Benjamin Peterson
2009-11-13
1
-4/+4
*
fix several compile() issues by translating newlines in the tokenizer
Benjamin Peterson
2009-11-12
1
-5/+8
*
Give the profile module a module directive.
Georg Brandl
2009-11-12
1
-0/+2
*
Show example of how to make a sorted dictionary
Raymond Hettinger
2009-11-10
1
-0/+22
*
Remove redundant sentence.
R. David Murray
2009-11-09
1
-7/+6
*
discuss how to use -p
Benjamin Peterson
2009-11-09
1
-0/+8
*
#7271: fix typo.
Georg Brandl
2009-11-07
1
-1/+1
*
#7259: show correct equivalent for operator.i* operations in docstring; fix m...
Georg Brandl
2009-11-04
1
-87/+89
*
#7256: add versionadded tags for functions copied from cgi.
Georg Brandl
2009-11-03
1
-0/+7
*
Fix doc typo reported by Arfrever.
Mark Dickinson
2009-11-03
1
-1/+2
*
typo (space-o?)
Skip Montanaro
2009-11-03
1
-1/+1
*
Remove official documentation entry for thread._count() and make the
Antoine Pitrou
2009-10-30
1
-13/+0
*
Issue #7222: Make thread "reaping" more reliable so that reference
Antoine Pitrou
2009-10-30
1
-0/+14
*
Issue 7199: Documentation made slightly more consistent w.r.t. logging level ...
Vinay Sajip
2009-10-28
1
-1/+1
*
Issue #7117 (backport py3k float repr) continued:
Mark Dickinson
2009-10-24
1
-0/+12
*
Fix markup.
Georg Brandl
2009-10-24
1
-1/+1
*
add further note about what's passed to optionxform
Fred Drake
2009-10-23
1
-0/+3
*
#7188: fix optionxform() docs.
Georg Brandl
2009-10-23
1
-6/+14
*
#6977: getopt does not support optional option arguments.
Georg Brandl
2009-10-22
1
-11/+12
*
#7156: document curses as Unix-only.
Georg Brandl
2009-10-22
1
-1/+1
*
#7035: improve docs of the various <method>_errors() functions, and give them...
Georg Brandl
2009-10-22
1
-15/+25
*
#7088: document new functions in signal as Unix-only.
Georg Brandl
2009-10-22
1
-8/+9
*
Use "impl-detail" directive where applicable.
Georg Brandl
2009-10-22
8
-63/+86
*
Add a new directive marking up implementation details and start using it.
Georg Brandl
2009-10-22
1
-4/+4
*
Fix markup.
Georg Brandl
2009-10-22
1
-1/+1
*
Fix punctuation.
Georg Brandl
2009-10-22
3
-5/+5
*
rewrite to be nice to other implementations
Benjamin Peterson
2009-10-22
1
-2/+2
[next]