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
*
merge 3.3 (#19435)
Benjamin Peterson
2013-10-30
1
-0/+2
|
\
|
*
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
*
|
|
|
Issue #19424: Fix the warnings module to accept filename containing surrogate
Victor Stinner
2013-10-29
1
-0/+3
*
|
|
|
Issue #19373: Add Misc/NEWS entry.
Ned Deily
2013-10-29
1
-0/+3
*
|
|
|
Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses o...
Antoine Pitrou
2013-10-29
1
-0/+3
*
|
|
|
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...
Christian Heimes
2013-10-29
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#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 #19420: Fix reference leak in module initalization code of _hashopenssl.c
Christian Heimes
2013-10-29
1
-0/+3
*
|
|
|
Issue #19428: zipimport now handles errors when reading truncated or invalid
Victor Stinner
2013-10-29
1
-0/+3
*
|
|
|
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner
2013-10-29
1
-0/+4
*
|
|
|
Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
Tim Golden
2013-10-27
1
-0/+2
*
|
|
|
Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.
Larry Hastings
2013-10-27
1
-0/+5
*
|
|
|
#19227: merge with 3.3
Georg Brandl
2013-10-27
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
Georg Brandl
2013-10-27
1
-0/+3
*
|
|
|
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
*
|
|
|
Issue #19329: Optimized compiling charsets in regular expressions.
Serhiy Storchaka
2013-10-27
1
-0/+2
*
|
|
|
merge 3.3 (#19393)
Benjamin Peterson
2013-10-26
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson
2013-10-26
1
-0/+3
*
|
|
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
1
-0/+5
*
|
|
|
Issue #18685: Restore re performance to pre-PEP 393 levels.
Serhiy Storchaka
2013-10-26
1
-0/+2
*
|
|
|
Move Misc/NEWS entries in correct secton.
Serhiy Storchaka
2013-10-26
1
-6/+6
*
|
|
|
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
Victor Stinner
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 #19399: fix sporadic test_subprocess failure.
Tim Peters
2013-10-26
1
-0/+2
*
|
|
|
Issue13234 Credit Santoso for the patch and add NEWS item
Tim Golden
2013-10-25
2
-0/+4
*
|
|
|
Issue #19375: The site module adding a "site-python" directory to sys.path, i...
Antoine Pitrou
2013-10-25
1
-0/+3
*
|
|
|
Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...
Tim Golden
2013-10-25
1
-0/+1
*
|
|
|
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
Christian Heimes
2013-10-25
1
-0/+5
*
|
|
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
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 #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+3
*
|
|
|
Close #19379: Lazily import linecache in the warnings module, to make startup...
Antoine Pitrou
2013-10-24
1
-0/+3
*
|
|
|
Issue #19369: Optimized the usage of __length_hint__().
Serhiy Storchaka
2013-10-24
1
-0/+2
*
|
|
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
1
-0/+2
[next]