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
*
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
*
Make examples do error checking on Py_InitModule
Andrew M. Kuchling
2006-09-27
1
-4/+10
*
SF Bug #1563963, add missing word and cleanup first sentance
Neal Norwitz
2006-09-23
1
-2/+2
*
add boilerplate "What's New" document so the docs will build
Fred Drake
2006-09-23
2
-1/+135
*
revise explanation of returns_unicode to reflect bool values
Fred Drake
2006-09-15
1
-3/+4
*
- fix module name in links in formatted documentation
Fred Drake
2006-09-15
1
-25/+14
*
Correct elementtree module index entry.
Georg Brandl
2006-09-15
1
-1/+1
*
Fix grammar errors and improve clarity.
Ka-Ping Yee
2006-09-15
1
-22/+21
*
More wordsmithing
Andrew M. Kuchling
2006-09-12
1
-26/+28
*
Some editing, markup fixes
Andrew M. Kuchling
2006-09-12
1
-23/+24
*
Markup typo fix
Andrew M. Kuchling
2006-09-12
1
-1/+1
*
Fix typo in example
Andrew M. Kuchling
2006-09-08
1
-1/+1
*
Use native SQLite types
Andrew M. Kuchling
2006-09-08
1
-2/+2
*
Use native SQLite types
Andrew M. Kuchling
2006-09-08
1
-2/+2
*
Explain SQLite a bit more clearly
Andrew M. Kuchling
2006-09-08
1
-6/+8
*
Explain SQLite a bit more clearly
Andrew M. Kuchling
2006-09-08
1
-6/+8
*
Add missing word
Andrew M. Kuchling
2006-09-08
1
-1/+1
*
Add a warning notice on top of the generated grammar.txt.
Armin Rigo
2006-09-07
1
-0/+6
*
Rearrange example a bit, and show rpartition() when separator is not found
Andrew M. Kuchling
2006-09-05
1
-2/+4
*
Bug #1552618: change docs of dict.has_key() to reflect recommendation
Georg Brandl
2006-09-05
1
-5/+5
*
Fix endcase for str.rpartition()
Raymond Hettinger
2006-09-04
1
-2/+2
*
Typo fix for decimal docs
Nick Coghlan
2006-09-03
1
-1/+1
*
Fix final documentation nits before backporting decimal module fixes to 2.5
Nick Coghlan
2006-09-03
2
-6/+7
*
Fix documentation nits for decimal context managers.
Raymond Hettinger
2006-09-02
2
-16/+11
*
Further corrections to the decimal module context management documentation
Nick Coghlan
2006-09-02
1
-14/+11
*
SF #1547931, fix typo (missing and). Will backport to 2.5
Neal Norwitz
2006-09-02
1
-1/+1
*
evalfile() should be execfile().
Georg Brandl
2006-09-01
1
-1/+1
*
- SF patch #1550263: Enhance and correct unittest docs
Fred Drake
2006-09-01
1
-32/+70
*
Fix the wrongheaded implementation of context management in the decimal modul...
Nick Coghlan
2006-08-31
1
-10/+18
*
Doc fix: hashlib objects don't always return a digest of 16 bytes.
Armin Rigo
2006-08-31
1
-2/+2
*
Move functional howto into trunk
Andrew M. Kuchling
2006-08-22
1
-0/+1279
[next]