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
*
Bug #1067760: Deprecate passing floats to file.seek.
Martin v. Löwis
2006-11-12
1
-0/+1
*
Patch #1065257: Support passing open files as body in
Martin v. Löwis
2006-11-12
1
-0/+5
*
Bug #1594758: wording improvement for dict.update() docs.
Georg Brandl
2006-11-11
1
-1/+2
*
Bug #1594742: wrong word in stringobject doc.
Georg Brandl
2006-11-11
1
-1/+1
*
[Feature request #1542920] Link to wsgi.org
Andrew M. Kuchling
2006-11-10
1
-1/+2
*
More edits
Andrew M. Kuchling
2006-11-08
1
-10/+26
*
Add table of contents; this required fixing a few headings. Some more smalle...
Andrew M. Kuchling
2006-11-08
1
-17/+21
*
Add section on operator module; make a few edits
Andrew M. Kuchling
2006-11-08
1
-8/+38
*
Add section on the functional module
Andrew M. Kuchling
2006-11-08
1
-1/+144
*
Bug #1592533: rename variable in heapq doc example, to avoid shadowing
Georg Brandl
2006-11-08
1
-4/+4
*
Patch #1592072: fix docs for return value of PyErr_CheckSignals.
Georg Brandl
2006-11-08
1
-1/+1
*
Add missing word
Andrew M. Kuchling
2006-11-07
1
-1/+1
*
Fix grammatical error as well.
Thomas Heller
2006-11-07
1
-2/+2
*
Fix markup.
Thomas Heller
2006-11-07
1
-4/+2
*
note that user can control directory location even if default dir is used
Skip Montanaro
2006-11-06
1
-1/+6
*
Update link
Andrew M. Kuchling
2006-11-05
1
-1/+1
*
Fix a code example by adding a missing import.
Thomas Heller
2006-11-02
1
-1/+1
*
Replace the XXX marker in the 'Arrays and pointers' reference manual
Thomas Heller
2006-11-02
1
-1/+2
*
Added relativeCreated to Formatter doc (has been in the system for a long tim...
Vinay Sajip
2006-10-31
1
-0/+3
*
From SF 1557890, fix problem of using wrong type in example.
Neal Norwitz
2006-10-28
1
-1/+1
*
Fix nth() itertool recipe.
Georg Brandl
2006-10-28
1
-2/+2
*
Point users to the subprocess module in the docs for os.system, os.spawn*, os...
Andrew M. Kuchling
2006-10-27
4
-9/+38
*
[Bug #1562583] Mention the set_reuse_addr() method
Andrew M. Kuchling
2006-10-27
1
-3/+5
*
[Bug #1583946] Reword description of server and issuer
Andrew M. Kuchling
2006-10-27
1
-5/+6
*
[Bug #1585690] Note that line_num was added in Python 2.5
Andrew M. Kuchling
2006-10-27
1
-0/+1
*
Some wording changes and markup fixes
Andrew M. Kuchling
2006-10-27
1
-6/+6
*
Add item
Andrew M. Kuchling
2006-10-27
1
-1/+4
*
Set svn:keywords property
Andrew M. Kuchling
2006-10-27
1
-1/+1
*
Patch #1567274: Support SMTP over TLS.
Martin v. Löwis
2006-10-27
1
-0/+12
*
[Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...
Andrew M. Kuchling
2006-10-26
1
-4/+4
*
Patch #1580674: with this patch os.readlink uses the filesystem encoding to
Ronald Oussoren
2006-10-22
1
-0/+2
*
[Bug #1576348] Fix typo in example
Andrew M. Kuchling
2006-10-19
1
-1/+1
*
Mention the bdist_msi module. Will backport to 2.5.
Martin v. Löwis
2006-10-15
1
-0/+5
*
Clean up the language of a sentence relating to the connect() function and
Brett Cannon
2006-10-14
1
-1/+1
*
Small grammar fix, thanks Sjoerd.
Georg Brandl
2006-10-12
1
-1/+1
*
Bug #1560114: the Mac filesystem does have accurate information
Georg Brandl
2006-10-12
1
-1/+1
*
Add a note to fpectl docs that it's not built by default
Georg Brandl
2006-10-12
1
-1/+6
*
Bug #1546628: add a note about urlparse.urljoin() and absolute paths.
Georg Brandl
2006-10-12
1
-1/+15
*
Bug #1565919: document set types in the Language Reference.
Georg Brandl
2006-10-12
1
-0/+35
*
Bug #1575746: fix typo in property() docs.
Georg Brandl
2006-10-12
1
-1/+1
*
Note that the excel_tab class is registered as the "excel-tab" dialect.
Skip Montanaro
2006-10-07
1
-10/+10
*
Case fix
Andrew M. Kuchling
2006-10-06
1
-1/+1
*
- update links
Fred Drake
2006-10-06
1
-6/+8
*
Clarify what "re-initialization" means for init_builtin() and init_dynamic().
Brett Cannon
2006-10-05
1
-12/+13
*
Documentation clarified to mention optional parameters.
Vinay Sajip
2006-10-03
1
-4/+4
*
Documentation omitted the additional parameter to LogRecord.__init__ which wa...
Vinay Sajip
2006-10-03
1
-2/+4
*
Bug #1546052: clarify that PyString_FromString(AndSize) copies the
Georg Brandl
2006-09-30
1
-5/+5
*
Bug #1566663: remove obsolete example from datetime docs.
Georg Brandl
2006-09-30
1
-16/+18
*
Bug #1567375: a minor logical glitch in example description.
Georg Brandl
2006-09-30
1
-2/+4
*
SF bug #1567976 : fix typo
George Yoshida
2006-09-30
1
-1/+1
[next]