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
*
Add an item; better crediting; fix error in SQL example; minor edits
Andrew M. Kuchling
2006-04-14
1
-32/+29
*
Typo fix
Andrew M. Kuchling
2006-04-14
1
-1/+1
*
Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,
Martin v. Löwis
2006-04-14
2
-20/+1
*
Typo fixes
Andrew M. Kuchling
2006-04-14
1
-2/+2
*
Add more items
Andrew M. Kuchling
2006-04-14
1
-10/+70
*
Typo fix
Andrew M. Kuchling
2006-04-14
1
-1/+1
*
Add an item and a reminder
Andrew M. Kuchling
2006-04-14
1
-0/+9
*
raise the minimum supported BerkeleyDB version to 3.3 and add notes to
Gregory P. Smith
2006-04-13
1
-3/+2
*
Typo fix
Andrew M. Kuchling
2006-04-13
1
-1/+1
*
[Bug #1464571] Mention that generator's .gi_frame can now be None
Andrew M. Kuchling
2006-04-13
1
-2/+12
*
Add some items
Andrew M. Kuchling
2006-04-13
1
-6/+16
*
Include more detail on Coverity results and add a link; minor edits
Andrew M. Kuchling
2006-04-13
1
-8/+9
*
Describe sys.subversion, Py_GetBuildInfo()
Andrew M. Kuchling
2006-04-13
1
-4/+34
*
Add missing word
Andrew M. Kuchling
2006-04-13
1
-1/+1
*
Add two entries about how to actually clear a list.
Georg Brandl
2006-04-13
1
-5/+13
*
Stop claiming that Py_Finalize releases all memory.
Martin v. Löwis
2006-04-13
1
-1/+4
*
Fix {} mismatch spotted by George Yoshida.
Neal Norwitz
2006-04-13
1
-1/+1
*
Fix typography of Martin's name
Andrew M. Kuchling
2006-04-13
2
-4/+4
*
Write some ctypes examples
Andrew M. Kuchling
2006-04-13
1
-4/+73
*
Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL...
Andrew M. Kuchling
2006-04-12
1
-9/+26
*
Bump version number; rearrange introduction a bit
Andrew M. Kuchling
2006-04-12
1
-9/+8
*
Add PEP 243 section
Andrew M. Kuchling
2006-04-12
1
-1/+26
*
Note C API incompatibilities
Andrew M. Kuchling
2006-04-12
1
-0/+32
*
Mention access to ASTs
Andrew M. Kuchling
2006-04-12
1
-1/+14
*
Complete the ElementTree section
Andrew M. Kuchling
2006-04-11
1
-5/+32
*
Typo fix.
Georg Brandl
2006-04-11
1
-1/+1
*
Forgot to mark up a PEP reference
Phillip J. Eby
2006-04-11
1
-1/+1
*
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
Phillip J. Eby
2006-04-11
2
-3/+13
*
Write part of ElementTree section
Andrew M. Kuchling
2006-04-10
1
-8/+75
*
Give SQLite examples
Andrew M. Kuchling
2006-04-10
1
-7/+102
*
Patch #837242: id() for large ptr should return a long.
Martin v. Löwis
2006-04-10
1
-1/+5
*
Fix a few XXX markers
Andrew M. Kuchling
2006-04-07
1
-8/+7
*
Fix unfinished paragraph; markup fix
Andrew M. Kuchling
2006-04-06
1
-4/+6
*
Expand the PEP 353 section; various smaller changes
Andrew M. Kuchling
2006-04-06
1
-14/+64
*
Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.
Georg Brandl
2006-04-06
1
-2/+3
*
Bug #1465619: rot13 codec decodes to a Unicode string.
Georg Brandl
2006-04-06
1
-1/+1
*
Bug #1465600: note encoding issue in ZipFile.write().
Georg Brandl
2006-04-06
1
-4/+11
*
revert incomplete changes committed by accident
Fred Drake
2006-04-06
1
-3/+4
*
update URL to reflect new website
Fred Drake
2006-04-06
2
-5/+4
*
Bump version number after alpha1 release
Andrew M. Kuchling
2006-04-05
1
-1/+1
*
Reference PEP 356
Andrew M. Kuchling
2006-04-04
1
-1/+1
*
Add a paragraph about PEP 353; add a few more fixes
Andrew M. Kuchling
2006-04-04
1
-3/+19
*
Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the m...
Andrew M. Kuchling
2006-04-04
1
-12/+18
*
Change the example classes UnicodeReader and UnicodeWriter so
Walter Dörwald
2006-04-04
1
-11/+35
*
added another example of Unicode CSV parsing; reworked the example text a bit...
David Goodger
2006-04-04
1
-9/+48
*
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
Matthias Klose
2006-04-03
1
-20/+43
*
preparation for 2.5a1
Anthony Baxter
2006-04-03
2
-1/+3
*
Add sections for new modules; will write tutorial later
Andrew M. Kuchling
2006-04-03
1
-10/+50
*
Accept keyword arguments for __import__ and doc the addition of the level par...
Neal Norwitz
2006-04-03
1
-3/+12
*
Document recent fdopen() change.
Georg Brandl
2006-04-02
1
-1/+5
[next]