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
*
[Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...
Andrew M. Kuchling
2006-12-22
2
-0/+22
*
Fix wrong markup of an argument in a method signature.
Thomas Heller
2006-12-21
1
-1/+1
*
Mention the os.SEEK_* constants
Andrew M. Kuchling
2006-12-21
3
-9/+13
*
[Bug #1619680] in_dll() arguments are documented in the wrong order
Andrew M. Kuchling
2006-12-20
1
-1/+1
*
Backport doc changes from rev. 53112, 53115: use 'iterable' in various
Andrew M. Kuchling
2006-12-20
1
-43/+43
*
Two grammar fixes
Andrew M. Kuchling
2006-12-20
1
-2/+2
*
Bug #1590891: random.randrange don't return correct value for big number
Raymond Hettinger
2006-12-20
3
-1/+11
*
Updated documentation for findCaller() to indicate that a 3-tuple is now retu...
Vinay Sajip
2006-12-19
1
-2/+4
*
[Patch #1600491 from Jim Jewett] Describe how to build help files on Windows
Andrew M. Kuchling
2006-12-19
1
-0/+3
*
Add NEWS item
Andrew M. Kuchling
2006-12-19
1
-0/+3
*
[Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS
Andrew M. Kuchling
2006-12-19
1
-2/+2
*
Add forgotten NEWS item for previous commit
Andrew M. Kuchling
2006-12-18
1
-0/+2
*
[Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off...
Andrew M. Kuchling
2006-12-18
1
-1/+1
*
[Bug #1618083] Add missing word; make a few grammar fixes
Andrew M. Kuchling
2006-12-18
1
-4/+4
*
[Patch #1599256 from David Watson] check that os.fsync is available before us...
Andrew M. Kuchling
2006-12-14
1
-1/+2
*
Stripped whitespace from comma-separated values read from config file
Vinay Sajip
2006-12-14
1
-4/+5
*
Move errno imports back to individual functions.
Georg Brandl
2006-12-11
1
-2/+3
*
- 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
[next]