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
*
update topics
v2.7.5
Benjamin Peterson
2013-05-12
1
-9/+9
*
bump version to 2.7.5
Benjamin Peterson
2013-05-12
6
-7/+7
*
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Benjamin Peterson
2013-05-12
2
-0/+7
*
backout 214d8909513d for regressions (#1159051)
Benjamin Peterson
2013-05-11
4
-71/+36
*
-Wformat is needed by gcc 4.8 (closes #17547)
Benjamin Peterson
2013-05-11
3
-2/+5
*
#17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.
Ezio Melotti
2013-05-10
1
-3/+3
*
#14878: add cross-reference to the yield statement.
Andrew Kuchling
2013-05-10
1
-0/+3
*
Issue #16601: Restarting iteration over tarfile no more continues from where
Serhiy Storchaka
2013-05-09
4
-5/+19
*
Issue 16584: in filecomp._cmp, catch IOError as well as os.error.
Terry Jan Reedy
2013-05-09
3
-1/+5
*
Issue #17656: Skip test_extract_unicode_filenames if the FS encoding
Serhiy Storchaka
2013-05-08
1
-1/+9
*
#16523: improve attrgetter/itemgetter/methodcaller documentation.
Ezio Melotti
2013-05-08
2
-21/+40
*
Fix NEWS order
Antoine Pitrou
2013-05-08
1
-8/+8
*
Issue #17928: Fix test_structmembers on 64-bit big-endian machines.
Antoine Pitrou
2013-05-08
2
-1/+3
*
Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.
Antoine Pitrou
2013-05-07
2
-3/+7
*
#17714: document that the base64 codec adds a trailing newline.
Ezio Melotti
2013-05-07
1
-1/+3
*
#17833: add debug output to investigate buildbot failure.
Ezio Melotti
2013-05-07
1
-4/+14
*
Issue 17920: Fix-up terminology in the set documentation
Raymond Hettinger
2013-05-07
1
-2/+2
*
Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on t...
Antoine Pitrou
2013-05-06
2
-11/+19
*
Issue #17289: The readline module now plays nicer with external modules or ap...
Antoine Pitrou
2013-05-06
2
-8/+23
*
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
Charles-Francois Natali
2013-05-06
2
-7/+31
*
Issue #17805: Add AsyncResult alias for ApplyResult
Richard Oudkerk
2013-05-06
1
-0/+2
*
Issue17883: Update to assertIn to see why test fails on one buildbot.
Terry Jan Reedy
2013-05-06
1
-1/+1
*
Issue 17862: Improve the signature of itertools grouper() recipe.
Raymond Hettinger
2013-05-06
1
-2/+2
*
#17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.
Ezio Melotti
2013-05-05
2
-2/+5
*
Issue #14173: Avoid crashing when reading a signal handler during interpreter...
Antoine Pitrou
2013-05-04
2
-3/+14
*
Elaborate on bytes-like objects.
Antoine Pitrou
2013-05-04
1
-1/+5
*
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...
Ezio Melotti
2013-05-04
5
-1/+53
*
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
Serhiy Storchaka
2013-05-04
3
-0/+6
*
Issue #15535: Fix regression in pickling of named tuples.
Raymond Hettinger
2013-05-03
4
-6/+5
*
# 1722 - Add a note on urllib helper functions like splittype, splithost etc.
Senthil Kumaran
2013-05-02
1
-0/+7
*
#16518: fix links in glossary entry.
Ezio Melotti
2013-05-01
1
-2/+2
*
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
Antoine Pitrou
2013-04-30
2
-22/+26
*
#16518: add "bytes-like object" to the glossary.
Ezio Melotti
2013-04-30
1
-0/+4
*
move the NEWS entry to the right section and mention ctypes.
Gregory P. Smith
2013-04-30
1
-3/+3
*
NEWS entry
Gregory P. Smith
2013-04-30
1
-0/+3
*
This local change was lost during the fixing of issue17192 to update
Gregory P. Smith
2013-04-30
1
-0/+5
*
#17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.
Ezio Melotti
2013-04-29
1
-0/+2
*
#7152: Remove incorrectly added reference to DataHandler.
R David Murray
2013-04-28
1
-1/+1
*
Add missing NEWS entry for issue #17843.
Nadeem Vawda
2013-04-28
1
-0/+3
*
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
Nadeem Vawda
2013-04-28
2
-7/+6
*
Reflow paragraph.
R David Murray
2013-04-28
1
-4/+4
*
#7152: Clarify that ProxyHandler is added only if proxy settings are detected.
R David Murray
2013-04-28
3
-9/+15
*
Issue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka
2013-04-28
1
-0/+26
*
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Serhiy Storchaka
2013-04-28
4
-7/+10
*
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...
Antoine Pitrou
2013-04-24
3
-2/+14
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
3
-2/+16
*
#17729: remove the Advocacy HOWTO from the index.
Ezio Melotti
2013-04-23
1
-1/+0
*
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
Ezio Melotti
2013-04-23
1
-355/+0
*
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
3
-22/+24
*
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...
Vinay Sajip
2013-04-22
2
-6/+32
[next]