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
*
(issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi)
Giampaolo Rodolà
2011-02-25
1
-2/+3
*
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
Giampaolo Rodolà
2011-02-25
2
-0/+54
*
Make svn:eol-style's more consistent
Antoine Pitrou
2011-02-25
1
-59/+59
*
Add 3.3 whatsnew to index.
Georg Brandl
2011-02-25
1
-0/+1
*
Issue #10516: adding list.clear() and list.copy() methods
Eli Bendersky
2011-02-25
1
-1/+13
*
Adds Python 3.3 what's new document.
Giampaolo Rodolà
2011-02-24
1
-0/+95
*
Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...
Éric Araujo
2011-02-24
1
-0/+3
*
rewrite
Benjamin Peterson
2011-02-24
1
-26/+25
*
this seems to be pointlessly nested
Benjamin Peterson
2011-02-24
1
-9/+6
*
Issue #11304: Input/output tutorial - PI is rounded not truncated.
Raymond Hettinger
2011-02-24
1
-1/+1
*
Indent "versionadded" properly.
Georg Brandl
2011-02-23
1
-5/+5
*
Issue #3080: Add PyModule_GetNameObject()
Victor Stinner
2011-02-23
1
-7/+15
*
Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API
Brett Cannon
2011-02-22
1
-7/+14
*
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
2011-02-22
1
-9/+97
*
Issue #11085: Moved collections abstract base classes into a separate module
Raymond Hettinger
2011-02-22
3
-122/+145
*
Issue 11263: Fix link to source code.
Raymond Hettinger
2011-02-21
1
-1/+1
*
3.2 is stable now.
Georg Brandl
2011-02-21
1
-1/+1
*
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
Raymond Hettinger
2011-02-21
1
-3/+3
*
Bump trunk to 3.3 alpha 0.
Georg Brandl
2011-02-20
4
-9/+11
*
Topic and suspicious update.
Georg Brandl
2011-02-20
1
-29/+15
*
Fix two typos in what’s new (#11234).
Éric Araujo
2011-02-19
1
-2/+2
*
Some more grammar fixes/typos for what’s new (approved by Raymond; #11071)
Éric Araujo
2011-02-19
1
-6/+6
*
Update the porting HOWTO to be a little less harsh on using 2to3.
Brett Cannon
2011-02-18
1
-23/+20
*
Doc fixups.
Raymond Hettinger
2011-02-18
2
-3/+6
*
Fix-up logging.dictConfig() example.
Raymond Hettinger
2011-02-17
1
-3/+5
*
Fix an import and add a citation.
Raymond Hettinger
2011-02-17
1
-4/+7
*
Remove editing slip.
Georg Brandl
2011-02-15
1
-1/+3
*
Apply logging SocketHandler doc update by Vinay.
Georg Brandl
2011-02-15
1
-0/+21
*
Fix accumulate() example. (Reported by David Murray.)
Raymond Hettinger
2011-02-14
1
-1/+1
*
Fix markup error and update suspicious ignores.
Georg Brandl
2011-02-13
2
-2/+19
*
Fix argument name typo in compileall docs.
R. David Murray
2011-02-11
1
-1/+1
*
Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...
Senthil Kumaran
2011-02-11
2
-5/+12
*
Missing paren.
Raymond Hettinger
2011-02-11
1
-1/+1
*
Insert missing section heading (noticed by Victor Stinner).
Raymond Hettinger
2011-02-11
1
-12/+15
*
Fix nits.
Raymond Hettinger
2011-02-10
1
-8/+8
*
Add an entry for logging.
Raymond Hettinger
2011-02-10
1
-2/+39
*
Add missing source links.
Raymond Hettinger
2011-02-10
7
-0/+22
*
Tweak wording about equality comparison.
Brett Cannon
2011-02-09
1
-1/+1
*
Add 'pysqlite' before version 2.6.0
Terry Reedy
2011-02-09
1
-1/+1
*
Typo.
Raymond Hettinger
2011-02-09
1
-1/+1
*
Issue #11141: Fix the shelve documentation to use a list, not a range object.
Antoine Pitrou
2011-02-07
2
-2/+3
*
Clarify that IMAP4() implicitly calls open(), and that logout() implicitly ca...
Antoine Pitrou
2011-02-07
1
-3/+5
*
Spelling fixes.
Georg Brandl
2011-02-07
1
-3/+3
*
Consistent heading spacing, and fix two typos.
Georg Brandl
2011-02-07
1
-2/+31
*
Add link to table for Tcl/Tk issues on the Mac.
Raymond Hettinger
2011-02-07
1
-3/+4
*
#8691: document that right alignment is default for numbers.
Georg Brandl
2011-02-07
2
-2/+3
*
#11138: fix order of fill and align specifiers.
Georg Brandl
2011-02-07
1
-1/+1
*
Fix some typos and grammar
Eli Bendersky
2011-02-07
1
-11/+11
*
Fix some typos and grammar
Eli Bendersky
2011-02-07
1
-9/+8
*
Typo. Doh!
Raymond Hettinger
2011-02-07
1
-1/+1
[next]