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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Matthias Klose
2007-01-11
1
-0/+2
*
Change the ctypes version number to "1.0.2".
Thomas Heller
2007-01-10
1
-0/+2
*
Fix zero-length corner case for iterating over a mutating deque.
Raymond Hettinger
2007-01-08
1
-0/+3
*
Backport:
Neal Norwitz
2007-01-05
1
-0/+3
*
support linking the _bsddb extension module against BerkeleyDB 4.5
Gregory P. Smith
2007-01-05
1
-0/+2
*
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
Martin v. Löwis
2007-01-04
1
-0/+3
*
Fix stability of heapq's nlargest() and nsmallest().
Raymond Hettinger
2007-01-04
1
-0/+2
*
For sets with cyclical reprs, emit '...' instead of recursing.
Raymond Hettinger
2006-12-29
1
-0/+3
*
Backport trunk checkin r51565:
Thomas Wouters
2006-12-29
1
-0/+1
*
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
Lars Gustäbel
2006-12-27
1
-0/+2
*
Patch #1262036: Prevent TarFiles from being added to themselves under
Lars Gustäbel
2006-12-23
1
-3/+6
*
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
Lars Gustäbel
2006-12-23
1
-0/+3
*
[Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di...
Andrew M. Kuchling
2006-12-22
1
-0/+4
*
[Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...
Andrew M. Kuchling
2006-12-22
1
-0/+3
*
Bug #1590891: random.randrange don't return correct value for big number
Raymond Hettinger
2006-12-20
1
-0/+2
*
Add NEWS item
Andrew M. Kuchling
2006-12-19
1
-0/+3
*
Add forgotten NEWS item for previous commit
Andrew M. Kuchling
2006-12-18
1
-0/+2
*
- Fix the build of the library reference in info format.
Matthias Klose
2006-12-09
1
-0/+2
*
Patch #1608267: fix a race condition in os.makedirs() is the directory
Georg Brandl
2006-12-09
1
-0/+3
*
Backport fixes to set objects:
Raymond Hettinger
2006-12-08
1
-1/+9
*
Patch #1610437: fix a tarfile bug with long filename headers.
Georg Brandl
2006-12-06
1
-0/+2
*
- Fix build failure on kfreebsd and on the hurd.
Matthias Klose
2006-12-03
1
-0/+2
*
Patch #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
1
-0/+3
*
Fix #1563807: _ctypes built on AIX fails with ld ffi error.
Thomas Heller
2006-11-28
1
-0/+2
*
Disable _XOPEN_SOURCE on NetBSD 1.x.
Martin v. Löwis
2006-11-25
1
-0/+2
*
Fix bug #1598620: A ctypes structure cannot contain itself.
Thomas Heller
2006-11-24
1
-0/+2
*
Conditionalize definition of _CRT_SECURE_NO_DEPRECATE
Martin v. Löwis
2006-11-21
1
-0/+7
*
Backport of 52811:
Neal Norwitz
2006-11-21
1
-0/+2
*
Patch #1472877: Fix Tix subwidget name resolution.
Martin v. Löwis
2006-11-18
1
-0/+2
*
Patch #1594554: Always close a tkSimpleDialog on ok(), even
Martin v. Löwis
2006-11-18
1
-0/+3
*
Patch #1538878: Don't make tkSimpleDialog dialogs transient if
Martin v. Löwis
2006-11-18
1
-0/+3
*
Remove locking of individual message files in MH.pack().
Andrew M. Kuchling
2006-11-17
1
-0/+4
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
1
-0/+4
*
Patch #1360200: Use unmangled_version RPM spec field to deal with
Martin v. Löwis
2006-11-12
1
-0/+3
*
Patch #1359217: Ignore 2xx response before 150 response.
Martin v. Löwis
2006-11-12
1
-0/+3
*
[Patch #1514543] mailbox (Maildir): avoid losing messages on name clash
Andrew M. Kuchling
2006-11-10
1
-0/+4
*
[Patch #1514544 by David Watson] use fsync() to ensure data is really on disk
Andrew M. Kuchling
2006-11-10
1
-2/+6
*
[Bug #1569790] mailbox.Maildir.get_folder() loses factory information
Andrew M. Kuchling
2006-11-09
1
-0/+4
*
Patch #838546: Make terminal become controlling in pty.fork().
Martin v. Löwis
2006-11-09
1
-0/+2
*
Correctly forward exception in instance_contains().
Martin v. Löwis
2006-11-08
1
-0/+2
*
Backport 52621:
Neal Norwitz
2006-11-04
1
-0/+2
*
Patch #1060577: Extract list of RPM files from spec file in
Martin v. Löwis
2006-11-04
1
-0/+3
*
Bug #1576657: when setting a KeyError for a tuple key, make sure that
Georg Brandl
2006-10-29
1
-0/+3
*
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
Georg Brandl
2006-10-29
1
-0/+2
*
Patch #1583880: fix tarfile's problems with long names and posix/
Georg Brandl
2006-10-29
1
-0/+3
*
Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and
Georg Brandl
2006-10-29
1
-0/+4
*
Backport 52504:
Neal Norwitz
2006-10-28
1
-0/+2
*
Patch #1552024: add decorator support to unparse.py demo script.
Georg Brandl
2006-10-27
1
-0/+8
*
WindowsError.str should display the windows error code,
Thomas Heller
2006-10-27
1
-0/+3
*
[Patch #1574068 by Scott Dial] urllib and urllib2 were using
Andrew M. Kuchling
2006-10-27
1
-0/+3
[next]