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
...
*
- Fix the build of the library reference in info format.
Matthias Klose
2006-12-09
3
-14/+35
*
Patch #1608267: fix a race condition in os.makedirs() is the directory
Georg Brandl
2006-12-09
2
-3/+11
*
#1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force
Georg Brandl
2006-12-08
1
-1/+1
*
Print the results of ctypes.util.find_library("c") and
Thomas Heller
2006-12-08
1
-2/+3
*
Backport fixes to set objects:
Raymond Hettinger
2006-12-08
3
-12/+89
*
RFE #1592899: mention string.maketrans() in docs for str.translate,
Georg Brandl
2006-12-07
2
-1/+4
*
Patch #1610437: fix a tarfile bug with long filename headers.
Georg Brandl
2006-12-06
3
-11/+21
*
Fix pickle doc typo
George Yoshida
2006-12-05
1
-1/+1
*
- Fix build failure on kfreebsd and on the hurd.
Matthias Klose
2006-12-03
2
-1/+3
*
Patch #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
3
-53/+48
*
Fix nit in comment.
Raymond Hettinger
2006-12-02
1
-1/+1
*
Backport of r52862.
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
*
Bug #1601630: little improvement to getopt docs
Georg Brandl
2006-11-23
1
-3/+6
*
Backport checkin:
Walter Dörwald
2006-11-23
2
-1/+5
*
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
*
Backport of 52811:
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
*
Add extra SHA tests
Andrew M. Kuchling
2006-11-20
1
-1/+18
*
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 locking of individual message files in MH.pack().
Andrew M. Kuchling
2006-11-17
3
-21/+26
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
3
-3/+6
*
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
*
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 #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
*
Fix SF#1566719: not creating site-packages (or other target directory) when
Phillip J. Eby
2006-11-10
1
-0/+3
*
[Feature request #1542920] Link to wsgi.org
Andrew M. Kuchling
2006-11-10
1
-1/+2
*
[Patch #1514543] mailbox (Maildir): avoid losing messages on name clash
Andrew M. Kuchling
2006-11-10
2
-5/+26
*
[Patch #1514544 by David Watson] use fsync() to ensure data is really on disk
Andrew M. Kuchling
2006-11-10
2
-9/+29
*
Backport checkin:
Walter Dörwald
2006-11-09
1
-1/+1
*
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
Andrew M. Kuchling
2006-11-09
3
-5/+35
*
Patch #838546: Make terminal become controlling in pty.fork().
Martin v. Löwis
2006-11-09
2
-0/+6
*
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
*
Correctly forward exception in instance_contains().
Martin v. Löwis
2006-11-08
3
-4/+16
*
Add missing word
Andrew M. Kuchling
2006-11-07
1
-1/+1
*
Fix markup and grammatical errors. Backport from trunk
Thomas Heller
2006-11-07
1
-6/+4
*
backport of revision 52644
Ronald Oussoren
2006-11-07
1
-13/+12
*
backport: note that user can control directory location even if default dir i...
Skip Montanaro
2006-11-06
1
-1/+6
[prev]
[next]