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
*
#7495: backport Programming FAQ review to trunk.
Georg Brandl
2009-12-20
1
-85/+70
*
Document the headers parameter for set_tunnel.
Senthil Kumaran
2009-12-20
1
-1/+4
*
#7388: "python".capitalize() in the Doc
Ezio Melotti
2009-12-19
22
-26/+26
*
Issue #7545: improve documentation of the `buffering` argument in io.open().
Antoine Pitrou
2009-12-19
1
-4/+14
*
#7480: remove tautology.
Georg Brandl
2009-12-19
1
-2/+1
*
#7479: add note about function availability on Unices.
Georg Brandl
2009-12-19
1
-13/+18
*
#7493: review of Design FAQ by Florent Xicluna.
Georg Brandl
2009-12-19
1
-69/+75
*
#7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildI...
Georg Brandl
2009-12-19
1
-9/+0
*
#7527: use standard versionadded tags.
Georg Brandl
2009-12-19
1
-3/+5
*
Issue #3366: Add error function and complementary error function to
Mark Dickinson
2009-12-19
1
-0/+16
*
Issue #7529: logging: Minor correction to documentation.
Vinay Sajip
2009-12-17
1
-0/+2
*
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
Mark Dickinson
2009-12-16
1
-0/+14
*
adverb
Benjamin Peterson
2009-12-15
1
-1/+1
*
Clarify phrasing that explains that there are currently two branches.
R. David Murray
2009-12-14
1
-5/+5
*
reorganized the distutils doc a bit : the MANIFEST.in template system has its...
Tarek Ziadé
2009-12-13
2
-88/+98
*
avoid having to update this statement all the time
Benjamin Peterson
2009-12-13
1
-7/+6
*
add 2.6.x point releases
Benjamin Peterson
2009-12-13
1
-0/+6
*
Issue #3366: Add lgamma function to math module.
Mark Dickinson
2009-12-11
1
-0/+8
*
Add a reverse() method to collections.deque().
Raymond Hettinger
2009-12-10
1
-0/+5
*
Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...
Tarek Ziadé
2009-12-08
2
-0/+46
*
Typo fix; grammar fix
Andrew M. Kuchling
2009-12-08
1
-3/+3
*
#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
*
Markup fixes
Andrew M. Kuchling
2009-12-02
1
-3/+3
*
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
8
-19/+22
*
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
*
Issue #7369: Fibonacci series should start at 0 in tutorial example.
Mark Dickinson
2009-11-23
1
-9/+9
*
issue5738: The distribution example was confusing, and out of date. It's too ...
Jesse Noller
2009-11-21
2
-371/+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
*
Mention Giampolo R's new FTP TLS support in the what's new file
Antoine Pitrou
2009-11-18
1
-0/+6
*
Fix markup.
Georg Brandl
2009-11-18
1
-5/+4
*
upcase Python
Georg Brandl
2009-11-18
1
-1/+1
*
Make separate section for deprecations in 2.7 whatsnew.
Georg Brandl
2009-11-18
1
-2/+10
*
Make separate section for deprecations in 2.6 whatsnew.
Georg Brandl
2009-11-18
1
-62/+71
*
#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 #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
Mark Dickinson
2009-11-15
2
-0/+32
*
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
*
use Sphinx 0.6.3
Benjamin Peterson
2009-11-13
2
-2/+2
[next]