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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1355023: support whence argument for GzipFile.seek.
Martin v. Löwis
2006-11-12
3
-1/+19
*
Patch #1065257: Support passing open files as body in
Martin v. Löwis
2006-11-12
4
-3/+44
*
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
*
Reword entry
Andrew M. Kuchling
2006-11-10
1
-2/+2
*
Fix SF#1566719: not creating site-packages (or other target directory) when
Phillip J. Eby
2006-11-10
1
-0/+3
*
[Patch #1514543] mailbox (Maildir): avoid losing messages on name clash
Andrew M. Kuchling
2006-11-09
2
-5/+26
*
Replace C++ comment with C comment (fixes SF bug #1593525).
Walter Dörwald
2006-11-09
1
-1/+1
*
[Patch #1514544 by David Watson] use fsync() to ensure data is really on disk
Andrew M. Kuchling
2006-11-09
2
-7/+27
*
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
Andrew M. Kuchling
2006-11-09
3
-5/+35
*
Patch #1592250: Add elidge argument to Tkinter.Text.search.
Martin v. Löwis
2006-11-09
2
-1/+4
*
Patch #838546: Make terminal become controlling in pty.fork().
Martin v. Löwis
2006-11-09
2
-0/+6
*
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
*
Patch #1351744: Add askyesnocancel helper for tkMessageBox.
Martin v. Löwis
2006-11-08
2
-0/+12
*
News entry for 52662.
Martin v. Löwis
2006-11-08
1
-0/+2
*
Correctly forward exception in instance_contains().
Martin v. Löwis
2006-11-08
2
-4/+14
*
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
*
Whitespace changes to make the source more compliant with PEP8 (SF#1589070)
Ronald Oussoren
2006-11-07
1
-13/+13
*
Fix a number of typos in strings and comments (sf#1589070)
Ronald Oussoren
2006-11-07
1
-13/+12
*
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
*
Bug #1588287: fix invalid assertion for `1,2` in debug builds.
Neal Norwitz
2006-11-04
3
-0/+5
*
- Patch #1060577: Extract list of RPM files from spec file in
Martin v. Löwis
2006-11-04
2
-25/+38
*
Whitespace normalization.
Tim Peters
2006-11-03
12
-21/+21
*
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
*
Change to improve speed of _fixupChildren
Vinay Sajip
2006-10-31
1
-2/+5
*
I'm assuming this is correct, it fixes the tests so they pass again
Neal Norwitz
2006-10-29
1
-0/+1
*
Fix refleak
Neal Norwitz
2006-10-29
1
-0/+1
*
Add tests for incremental codecs with an errors
Walter Dörwald
2006-10-29
1
-0/+24
*
Add tests for basic argument errors.
Walter Dörwald
2006-10-29
1
-0/+27
*
Move the check for openpty to the beginning.
Georg Brandl
2006-10-29
1
-5/+5
*
Remove leftover test output file.
Georg Brandl
2006-10-29
1
-29/+0
*
Convert test_openpty to unittest.
Georg Brandl
2006-10-29
2
-16/+18
*
Convert test_MimeWriter to unittest.
Georg Brandl
2006-10-29
2
-174/+185
*
Completely convert test_httplib to unittest.
Georg Brandl
2006-10-29
2
-103/+63
*
Convert test_cgi to unittest.
Georg Brandl
2006-10-29
2
-167/+135
*
Convert test_cookie to unittest.
Georg Brandl
2006-10-29
2
-73/+73
*
Convert test_types to unittest.
Georg Brandl
2006-10-29
2
-298/+270
*
Convert test_nis to unittest.
Georg Brandl
2006-10-29
2
-37/+37
*
Convert test_poll to unittest.
Georg Brandl
2006-10-29
2
-195/+140
[next]