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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue14255 Don't flatten case of tempdir
Tim Golden
2013-10-25
3
-3/+19
*
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+2
|
\
|
*
Skip overzealous test for existence of the online license.html for pre-releas...
v3.3.3rc1
Georg Brandl
2013-10-27
1
-0/+2
|
*
Bump to 3.3.3rc1.
Georg Brandl
2013-10-27
2
-2/+2
|
*
Update pydoc topics.
Georg Brandl
2013-10-27
1
-15/+15
*
|
merge with 3.3
Georg Brandl
2013-10-27
10
-33/+161
|
\
\
|
|
/
|
*
merge
Georg Brandl
2013-10-27
1
-5/+5
|
|
\
|
*
|
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
2
-0/+13
|
*
|
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
2
-1/+20
|
*
|
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
2
-2/+15
|
*
|
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
2
-28/+82
|
*
|
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl
2013-10-27
2
-1/+24
*
|
|
Issue #19329: Optimized compiling charsets in regular expressions.
Serhiy Storchaka
2013-10-27
1
-135/+99
*
|
|
Issue #19405: Fixed outdated comments in the _sre module.
Serhiy Storchaka
2013-10-27
1
-5/+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #19405: Fixed outdated comments in the _sre module.
Serhiy Storchaka
2013-10-27
1
-5/+5
|
|
/
*
|
Mitigate #19412: restore test skips for --without-doc-strings
Nick Coghlan
2013-10-27
1
-1/+6
*
|
merge 3.3 (#19393)
Benjamin Peterson
2013-10-26
1
-4/+1
|
\
\
|
|
/
|
*
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson
2013-10-26
1
-4/+1
*
|
Changed a comment to end grammar bikeshedding ;-)
Tim Peters
2013-10-26
1
-1/+1
*
|
Close #19409: add missing import in pkgutil
Nick Coghlan
2013-10-26
1
-0/+1
*
|
Issue #19330: Handle the no-docstrings case in tests
Nick Coghlan
2013-10-26
2
-19/+19
*
|
Close #19330 by using public classes in contextlib
Nick Coghlan
2013-10-26
2
-46/+97
*
|
Issue #18685: Restore re performance to pre-PEP 393 levels.
Serhiy Storchaka
2013-10-26
1
-0/+23
*
|
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
Victor Stinner
2013-10-26
1
-6/+8
|
\
\
|
|
/
|
*
Close #19339: telnetlib module is now using time.monotonic() when available to
Victor Stinner
2013-10-26
1
-14/+14
|
*
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
Ned Deily
2013-10-25
1
-7/+13
*
|
Close #19396: make test_contextlib tolerate -S
Nick Coghlan
2013-10-26
1
-3/+4
*
|
Fiddled Thread.join() to be a little simpler. Kinda ;-)
Tim Peters
2013-10-26
1
-4/+4
*
|
Issue #19399: fix sporadic test_subprocess failure.
Tim Peters
2013-10-26
1
-1/+4
*
|
Correct whitespace in test_os
Tim Golden
2013-10-25
1
-1/+1
*
|
Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...
Tim Golden
2013-10-25
1
-0/+47
*
|
merge
Brett Cannon
2013-10-25
3
-9/+46
|
\
\
|
*
|
Issue #19375: The site module adding a "site-python" directory to sys.path, i...
Antoine Pitrou
2013-10-25
1
-0/+5
|
*
|
Issue #19387: explain and test the sre overlap table
Antoine Pitrou
2013-10-25
2
-9/+41
*
|
|
test_resource should not assume all attributes are available when they
Brett Cannon
2013-10-25
1
-6/+4
|
/
/
*
|
Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...
Brett Cannon
2013-10-25
4
-44/+44
*
|
Issue #16803: Have test.test_importlib.builtin test both frozen and
Brett Cannon
2013-10-25
2
-26/+33
*
|
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon
2013-10-25
9
-16/+16
*
|
test_selectors: make timeout-related errors report the actual elapsed timeout.
Charles-François Natali
2013-10-25
1
-4/+5
*
|
test_selectors: rename test_interrupted_retry() (since it doesn't actually
Charles-François Natali
2013-10-25
1
-1/+1
*
|
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
Christian Heimes
2013-10-25
1
-0/+3
*
|
Issue #16595: prlimit() needs Linux kernel 2.6.36+
Christian Heimes
2013-10-25
1
-0/+1
*
|
remove unused imports from statistics module
Christian Heimes
2013-10-25
1
-2/+0
*
|
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
|
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka
2013-10-24
1
-0/+1
*
|
Close #19379: Lazily import linecache in the warnings module, to make startup...
Antoine Pitrou
2013-10-24
1
-4/+2
*
|
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
2
-1/+4
|
\
\
|
|
/
|
*
Issue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka
2013-10-24
2
-1/+4
[next]