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
*
Remove spurious space that was breaking Vim’s reST highlighting.
Éric Araujo
2010-11-18
1
-1/+1
*
Issue 10260
Kristján Valur Jónsson
2010-11-18
1
-0/+36
*
Remove duplicate period from reference doc
Michael Foord
2010-11-18
1
-1/+1
*
Issue #10446: Several changes to module documentation generated by pydoc:
Alexander Belopolsky
2010-11-18
1
-3/+5
*
Issue #10443: Add the SSLContext.set_default_verify_paths() method.
Antoine Pitrou
2010-11-17
1
-0/+9
*
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Antoine Pitrou
2010-11-17
1
-4/+11
*
Fix typo
Ezio Melotti
2010-11-16
1
-1/+1
*
Provide links to Python source where the code is short, readable and
Éric Araujo
2010-11-16
29
-0/+134
*
Add stub for PEP 3148.
Georg Brandl
2010-11-16
1
-0/+5
*
Logging: added stack_info argument.
Vinay Sajip
2010-11-14
1
-8/+65
*
Issue 10410: An iterable is not necessarily a container.
Raymond Hettinger
2010-11-14
1
-1/+1
*
Ignore suspicious-ignore file.
Georg Brandl
2010-11-13
1
-6/+9
*
fix copy-editing level nits
Fred Drake
2010-11-13
1
-103/+105
*
use appropriate markup
Fred Drake
2010-11-13
1
-1/+1
*
Issue #4471: Add the IMAP.starttls() method to enable encryption on
Antoine Pitrou
2010-11-12
1
-0/+11
*
Add a deprecated-removed directive that allows to give the version of removal...
Georg Brandl
2010-11-12
1
-0/+38
*
Fix weird line block in table.
Georg Brandl
2010-11-12
1
-1/+0
*
Switch to Sphinx 1.0.5.
Georg Brandl
2010-11-12
3
-3/+3
*
#10008: Fix duplicate index entry.
Georg Brandl
2010-11-12
1
-0/+1
*
Build a PDF of the FAQs too.
Georg Brandl
2010-11-12
1
-0/+2
*
(no commit message)
Terry Reedy
2010-11-12
1
-5/+6
*
#7950: add warning about security implications of shell=True to subprocess docs
R. David Murray
2010-11-12
1
-0/+18
*
Issue #10389: Documented rules for use of case in section titles.
Alexander Belopolsky
2010-11-11
1
-15/+58
*
#1466065: add validate option to base64.b64decode
R. David Murray
2010-11-11
1
-4/+8
*
Review the new configparser docs.
Georg Brandl
2010-11-11
1
-473/+475
*
Issue #5412: extend configparser to support mapping access
Łukasz Langa
2010-11-10
1
-288/+759
*
Fix typo.
Georg Brandl
2010-11-10
1
-1/+1
*
Issue #8028: multiprocessing: Documented that ``Process.terminate``
Ask Solem
2010-11-09
1
-3/+3
*
Issue #7707: Documented that multiprocessing.Queue operations during
Ask Solem
2010-11-09
1
-1/+3
*
Documented the new error_callback keyword argument to multiprocessing.Pool's ...
Ask Solem
2010-11-09
1
-5/+19
*
Issue #10022: The dictionary returned by the `getpeercert()` method
Antoine Pitrou
2010-11-09
1
-5/+7
*
Make `usenetrc` False by default (the old behaviour of having it True by
Antoine Pitrou
2010-11-09
1
-5/+7
*
Issue #1926: Add support for NNTP over SSL on port 563, as well as
Antoine Pitrou
2010-11-09
1
-2/+47
*
Issue #7061: Added a 'Turtle star' sidebar
Alexander Belopolsky
2010-11-09
5
-0/+467
*
Fixed a typo in ReST markup.
Alexander Belopolsky
2010-11-09
1
-2/+1
*
Issue #10335: Add tokenize.open(), detect the file encoding using
Victor Stinner
2010-11-09
1
-8/+9
*
#10321: Add support for sending binary DATA and Message objects to smtplib
R. David Murray
2010-11-08
4
-7/+40
*
Fix typo.
Georg Brandl
2010-11-08
1
-1/+1
*
Fix latex conversion glitch in property/feature descriptions.
Georg Brandl
2010-11-08
1
-42/+51
*
Extra space caught by the post-commit-hook, aka Taggnostr :)
Senthil Kumaran
2010-11-08
1
-1/+1
*
Fix Issue 10303: a small clarification in the tutorial.
Senthil Kumaran
2010-11-08
1
-2/+2
*
Fix encode/decode method doc of str, bytes, bytearray types
Victor Stinner
2010-11-07
1
-9/+9
*
Fix Issue10226 - Clarifying the role of the netloc separator.
Senthil Kumaran
2010-11-07
1
-5/+4
*
Issue #10145: the float.is_integer method was undocumented.
Mark Dickinson
2010-11-07
1
-4/+14
*
Issue 10297: Add missing import in decimal example snippet.
Mark Dickinson
2010-11-07
1
-0/+1
*
Added example for str.format_map().
Eric Smith
2010-11-06
1
-2/+10
*
#10334: add a role to refer to Python source files in SVN.
Georg Brandl
2010-11-06
1
-0/+13
*
Tweak example to make clear the argument is a boolean, not any integer.
Éric Araujo
2010-11-06
1
-1/+1
*
Fix wrapper/wrapped typo (with Raymond’s blessing)
Éric Araujo
2010-11-06
1
-1/+1
*
Fix typo
Éric Araujo
2010-11-06
1
-1/+1
[next]