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 #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
3
-53/+48
*
Move IDLE news into NEWS.txt.
Martin v. Löwis
2006-12-03
2
-3/+3
*
Add name to credits (for untokenize).
Raymond Hettinger
2006-12-02
1
-1/+1
*
Move xdrlib tests from the module into a separate test script,
Walter Dörwald
2006-12-01
3
-78/+54
*
Update version.
Guido van Rossum
2006-11-30
1
-2/+2
*
Forgot a case where the locals can now be a general mapping
Armin Rigo
2006-11-29
1
-1/+3
*
Fix #1563807: _ctypes built on AIX fails with ld ffi error.
Thomas Heller
2006-11-28
2
-1/+3
*
Bug #1603789: grammatical error in Tkinter docs.
Georg Brandl
2006-11-27
1
-1/+1
*
Bug #1603321: make pstats.Stats accept Unicode file paths.
Georg Brandl
2006-11-26
1
-1/+1
*
Disable _XOPEN_SOURCE on NetBSD 1.x.
Martin v. Löwis
2006-11-25
3
-1/+13
*
Fix bug #1598620: A ctypes structure cannot contain itself.
Thomas Heller
2006-11-24
3
-3/+45
*
... and the number of the counting shall be three.
Raymond Hettinger
2006-11-23
1
-1/+1
*
Fix and/add typo
Raymond Hettinger
2006-11-23
1
-2/+2
*
a test for an error condition not covered by existing tests
Michael W. Hudson
2006-11-23
1
-0/+7
*
Bug #1601630: little improvement to getopt docs
Georg Brandl
2006-11-23
1
-3/+6
*
Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))
Walter Dörwald
2006-11-23
2
-1/+5
*
Patch #1362975: Rework CodeContext indentation algorithm to
Martin v. Löwis
2006-11-22
3
-18/+64
*
Conditionalize definition of _CRT_SECURE_NO_DEPRECATE
Martin v. Löwis
2006-11-21
2
-0/+11
*
Fix SF #1599879, socket.gethostname should ref getfqdn directly.
Neal Norwitz
2006-11-21
1
-2/+2
*
Oops, convert tabs to spaces
Neal Norwitz
2006-11-21
1
-2/+2
*
Bug #1599782: Fix segfault on bsddb.db.DB().type().
Neal Norwitz
2006-11-21
3
-2/+6
*
Jython compatibility fix: if uu.decode() opened its output file, be sure to
Andrew M. Kuchling
2006-11-20
1
-0/+4
*
Further markup fix.
Georg Brandl
2006-11-20
1
-1/+1
*
markup fix
George Yoshida
2006-11-20
1
-1/+1
*
Speed up function calls into the math module by using METH_O.
Neal Norwitz
2006-11-19
2
-63/+57
*
Patch #1070046: Marshal new-style objects like InstanceType
Martin v. Löwis
2006-11-19
4
-4/+33
*
Add a test case of data w/ bytes > 127
Andrew M. Kuchling
2006-11-19
1
-0/+3
*
Make cStringIO.truncate raise IOError for negative
Martin v. Löwis
2006-11-19
3
-1/+15
*
Patch [ 1586791 ] better error msgs for some TypeErrors
Georg Brandl
2006-11-19
5
-16/+27
*
Expand checking in test_sha
Andrew M. Kuchling
2006-11-18
1
-1/+15
*
Patch #1472877: Fix Tix subwidget name resolution.
Martin v. Löwis
2006-11-18
2
-1/+6
*
Patch #1594554: Always close a tkSimpleDialog on ok(), even
Martin v. Löwis
2006-11-18
2
-3/+7
*
Patch #1538878: Don't make tkSimpleDialog dialogs transient if
Martin v. Löwis
2006-11-18
2
-1/+9
*
Remove file-locking in MH.pack() method.
Andrew M. Kuchling
2006-11-17
2
-21/+22
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
3
-3/+6
*
Bug #1597824: return the registered function from atexit.register()
Georg Brandl
2006-11-16
3
-0/+22
*
Bug #1597576: mention that the new base64 api has been introduced in py2.4.
Georg Brandl
2006-11-16
1
-1/+1
*
Bug #1594809: add a note to README regarding PYTHONPATH and make install.
Georg Brandl
2006-11-15
1
-0/+5
*
Fix typo.
Walter Dörwald
2006-11-15
1
-1/+1
*
Patch #1360200: Use unmangled_version RPM spec field to deal with
Martin v. Löwis
2006-11-12
2
-3/+7
*
Patch #1359217: Ignore 2xx response before 150 response.
Martin v. Löwis
2006-11-12
2
-0/+14
*
Bug #1067760: Deprecate passing floats to file.seek.
Martin v. Löwis
2006-11-12
3
-4/+20
*
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
[next]