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
*
Issue #13674 Updated NEWS
Tim Golden
2013-11-12
1
-0/+3
*
Issue #19440: Clean up test_capi
Zachary Ware
2013-11-12
1
-0/+4
*
Correct a merge error in Misc/NEWS
Zachary Ware
2013-11-12
1
-1/+1
*
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...
Jason R. Coombs
2013-11-10
1
-0/+4
*
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.di...
Jason R. Coombs
2013-11-10
1
-0/+4
*
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
1
-0/+2
*
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
Stefan Krah
2013-11-08
1
-0/+9
*
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
1
-0/+3
*
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Ned Deily
2013-11-05
1
-0/+8
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-0/+2
*
Issue #10197: merge heads
Tim Golden
2013-11-03
1
-0/+3
|
\
|
*
Issue #10197 Rework subprocess.get[status]output to use subprocess functional...
Tim Golden
2013-11-03
1
-0/+3
*
|
Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
Serhiy Storchaka
2013-11-03
1
-0/+2
*
|
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
Serhiy Storchaka
2013-11-03
1
-0/+3
|
/
*
Merge with 3.2 for Issue #19286.
Jason R. Coombs
2013-11-02
1
-0/+3
|
\
|
*
Update NEWS for 265d369ad3b9.
Jason R. Coombs
2013-11-02
1
-0/+3
*
|
Issue #19085: Added basic tests for all tkinter widget options.
Serhiy Storchaka
2013-11-02
1
-0/+5
*
|
merge 3.2 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+1
|
\
\
|
|
/
|
*
merge 3.1 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+2
|
|
\
|
|
*
use the collapsed path in the run_cgi method (closes #19435)
Benjamin Peterson
2013-10-30
1
-0/+2
*
|
|
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
1
-0/+4
*
|
|
Add NEWS header for 3.3.4.
Georg Brandl
2013-10-28
1
-2/+13
*
|
|
Bump to 3.3.3rc1.
Georg Brandl
2013-10-27
1
-1/+1
*
|
|
Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
Georg Brandl
2013-10-27
1
-0/+3
*
|
|
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
1
-0/+3
*
|
|
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-0/+4
*
|
|
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
1
-0/+4
*
|
|
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
1
-0/+4
*
|
|
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl
2013-10-27
1
-3/+7
*
|
|
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson
2013-10-26
1
-0/+3
*
|
|
Close #19339: telnetlib module is now using time.monotonic() when available to
Victor Stinner
2013-10-26
1
-0/+3
*
|
|
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
Ned Deily
2013-10-25
1
-0/+4
*
|
|
Issue #19392: Document that imp.reload() now relies on __loader__
Brett Cannon
2013-10-25
1
-0/+3
*
|
|
Issue #19019: Change the OS X installer build script to use CFLAGS instead
Ned Deily
2013-10-25
1
-0/+5
*
|
|
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
Ned Deily
2013-10-25
1
-0/+6
*
|
|
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily
2013-10-25
1
-0/+3
*
|
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
1
-0/+3
*
|
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+3
*
|
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
1
-0/+2
*
|
|
Increase the coverage of macurl2path. Patch by Colin Williams.
Senthil Kumaran
2013-10-24
1
-0/+3
*
|
|
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...
Antoine Pitrou
2013-10-23
1
-0/+3
*
|
|
Issue #19352: Fix unittest discovery when a module can be reached through sev...
Antoine Pitrou
2013-10-23
1
-0/+3
*
|
|
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-0/+1
*
|
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
2
-0/+4
*
|
|
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Christian Heimes
2013-10-22
1
-0/+3
*
|
|
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
2
-0/+4
*
|
|
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Serhiy Storchaka
2013-10-20
1
-0/+4
*
|
|
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
Antoine Pitrou
2013-10-19
1
-0/+3
*
|
|
Issue #19279: UTF-7 decoder no more produces illegal strings.
Serhiy Storchaka
2013-10-19
1
-0/+2
*
|
|
Remove redundant empty lines.
Serhiy Storchaka
2013-10-18
1
-1/+1
[next]