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
*
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
*
end the sentence...
Fredrik Lundh
2006-04-02
1
-1/+1
*
fix markup error
Fred Drake
2006-04-02
1
-1/+1
*
Grammar fix
Andrew M. Kuchling
2006-04-02
1
-1/+1
*
Write various sections; I haven't been able to check whether the TeX markup i...
Andrew M. Kuchling
2006-04-02
1
-30/+395
*
Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
Fred Drake
2006-04-01
1
-34/+138
*
Make firstweekday a simple attribute instead
Walter Dörwald
2006-04-01
1
-9/+0
*
Fix LaTeX oversight.
Georg Brandl
2006-04-01
1
-1/+1
*
Update status of this PEP
Andrew M. Kuchling
2006-04-01
1
-2/+2
*
clarify new docs on attr value entity expansion
Georg Brandl
2006-04-01
1
-2/+9
*
patch #1462498: handle entityrefs in attribute values.
Georg Brandl
2006-04-01
1
-2/+5
*
Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar,
Walter Dörwald
2006-04-01
1
-0/+18
*
Patch #1462496: typo in libsignal.tex
Georg Brandl
2006-04-01
1
-1/+1
*
Patch #1459631: documnent zlib.Decompress.flush() length parameter.
Georg Brandl
2006-04-01
1
-1/+4
*
Bug #1460564: document that socket.fromfd() duplicates the given
Georg Brandl
2006-04-01
1
-4/+5
*
bug #1462278: small fix in documentation of __op__ vs __rop__ methods
Georg Brandl
2006-04-01
1
-8/+9
*
add support for the sips: scheme (identical to sip: except for scheme name)
Fred Drake
2006-04-01
1
-2/+2
*
bug #1444104: add note about fdopen() to os.open().
Georg Brandl
2006-03-31
1
-1/+2
*
Bug #1445068: getpass.getpass() can now be given an explicit stream
Georg Brandl
2006-03-31
1
-2/+6
*
Add 2.5 libraries.
Martin v. Löwis
2006-03-31
1
-0/+16
*
typos
Georg Brandl
2006-03-31
1
-2/+2
*
Complete markup.
Georg Brandl
2006-03-31
1
-23/+54
*
Bug #947906: An object oriented interface has been added to the calendar
Walter Dörwald
2006-03-31
1
-17/+135
*
Add index entries for new-style/old-style class.
Georg Brandl
2006-03-31
1
-1/+5
*
object() is a function, not a base class.
Georg Brandl
2006-03-31
1
-1/+1
[next]