Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
7248850bee0800e739cf7eff5022b7634b8b9160
/
Lib
7248850
Issue #12400: test_faulthandler now uses sys.__stderr__
by Victor Stinner
· 14 years ago
e15bfeb
(merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate()
by Victor Stinner
· 14 years ago
fcc2a21
Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate()
by Victor Stinner
· 14 years ago
e6db144
(merge 3.2) Issue #12400: test_zipimport_support doesn't restore original
by Victor Stinner
· 14 years ago
592f679
Issue #12400: test_zipimport_support doesn't restore original sys.stdout anymore
by Victor Stinner
· 14 years ago
fa832de
(merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new
by Victor Stinner
· 14 years ago
85b3a49
Issue #12400: runtest() truncates the StringIO stream before a new test
by Victor Stinner
· 14 years ago
68416f0
(merge 3.2) Issue #12400: Add missing import (os) to test_kqueue
by Victor Stinner
· 14 years ago
125b2ba
Issue #12400: Add missing import (os) to test_kqueue
by Victor Stinner
· 14 years ago
05d34fc
Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore
by Victor Stinner
· 14 years ago
bddc4d4
Issue #12400: test.support.run_doctest() doesn't change sys.stdout anymore
by Victor Stinner
· 14 years ago
ba08905
(merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W
by Victor Stinner
· 14 years ago
ea95de7
Issue #12400: regrtest, force verbose mode to True with option -W
by Victor Stinner
· 14 years ago
d71bd9a
(merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for
by Victor Stinner
· 14 years ago
8313d6a
Issue #12400: runtest() reuses the same io.StringIO instance for all calls
by Victor Stinner
· 14 years ago
7348c6b
(merge 3.2) Issue #12400: don't use sys.stderr in test_kqueue because it may be
by Victor Stinner
· 14 years ago
46b2091
Issue #12400: don't use sys.stderr in test_kqueue because it may be replaced by
by Victor Stinner
· 14 years ago
7e32f3a
Issue #12400: fix test_faulthandler if regrtest captures sys.stderr
by Victor Stinner
· 14 years ago
0b8f0c2
(merge 3.2) Issue #12400: remove unused import
by Victor Stinner
· 14 years ago
bd98f93
Issue #12400: remove unused variable
by Victor Stinner
· 14 years ago
565dbad
Issue #12400: oops, remove debug code...
by Victor Stinner
· 14 years ago
e2185d7
(merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,
by Victor Stinner
· 14 years ago
a7c33e5
Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures
by Victor Stinner
· 14 years ago
9e8b82f
Issue #12303: run sig*wait*() tests in a subprocesss
by Victor Stinner
· 14 years ago
fceb412
Issue #9516: Port the revised deployment target processing for OSX from
by Ned Deily
· 14 years ago
5c727cb
Issue #9516: Port OS X deployment target tests from distutils to packaging
by Ned Deily
· 14 years ago
8c86d30
Issue #9516: Merge Distutils changes from 3.2
by Ned Deily
· 14 years ago
a8f8b50
Issue #9516: Change distutils to no longer globally attempt to check and
by Ned Deily
· 14 years ago
d13007f
Issue #9516: Correct and expand OS X deployment target tests in distutils
by Ned Deily
· 14 years ago
274271d
remove unused imports (closes #12432)
by Benjamin Peterson
· 14 years ago
4a1ec12
Issue #12141: Install copies of template C module file so that
by Ned Deily
· 14 years ago
58f27b2
Issue #12141: Install a copy of template C module file so that
by Ned Deily
· 14 years ago
8b56c4b
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 14 years ago
3eb67d5
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 14 years ago
f6837aa
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
by Ned Deily
· 14 years ago
11f00f3
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
by Ned Deily
· 14 years ago
b37db00
merge 3.2
by Benjamin Peterson
· 14 years ago
68b543a
fix ws
by Benjamin Peterson
· 14 years ago
9df8874
merge 3.2 (#11302)
by Benjamin Peterson
· 14 years ago
6ccfe85
add more ast tests (closes #11302)
by Benjamin Peterson
· 14 years ago
e90ec36
don't memoize objects that are their own copies (closes #12422)
by Benjamin Peterson
· 14 years ago
2353e35
Closes #12419: Added ident to SysLogHandler.
by Vinay Sajip
· 14 years ago
345a5d7
merge 3.2
by Benjamin Peterson
· 14 years ago
0f93d3d
strip trailing ws
by Benjamin Peterson
· 14 years ago
16ba98c
merge heads
by Benjamin Peterson
· 14 years ago
68151d4
merge 3.2 (#12417)
by Benjamin Peterson
· 14 years ago
8d77069
update profile license (closes #12417)
by Benjamin Peterson
· 14 years ago
096dcb1
Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text.
by Giampaolo Rodola'
· 14 years ago
29e2c64
Issue #4608: urllib.request.urlopen does not return an iterable object
by Raymond Hettinger
· 14 years ago
038018a
Issue #4608: urllib.request.urlopen does not return an iterable object
by Raymond Hettinger
· 14 years ago
9003760
map cells to arg slots at code creation time (closes #12399)
by Benjamin Peterson
· 14 years ago
7079719
Issue 11802: filecmp cache was growing without bound.
by Raymond Hettinger
· 14 years ago
eceebeb
Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.
by Mark Dickinson
· 14 years ago
d0de3d4
Issue 11802: filecmp cache was growing without bound.
by Raymond Hettinger
· 14 years ago
06eef9c
Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi).
by Raymond Hettinger
· 14 years ago
7f48578
Fix test_signal on Windows after #12303.
by Ross Lagerwall
· 14 years ago
36a9de0
Issue #12408: Merge.
by Mark Dickinson
· 14 years ago
bc80822
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
by Ross Lagerwall
· 14 years ago
12fb2f4
Code simplification suggested by Sven Marnach.
by Raymond Hettinger
· 14 years ago
5279fb9
Code simplification suggested by Sven Marnach.
by Raymond Hettinger
· 14 years ago
e71db44
Issue #12392: fix thread initialization on FreeBSD 6
by Victor Stinner
· 14 years ago
fcb17e1
Merge #10206: add test for previously fixed bug.
by R David Murray
· 14 years ago
e697e37
#10206: add test for previously fixed bug.
by R David Murray
· 14 years ago
e109c70
give the names of missing positional or keyword-only arguments (closes #12356)
by Benjamin Peterson
· 14 years ago
66f7d66
Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6
by Victor Stinner
· 14 years ago
f25ae48
Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6
by Victor Stinner
· 14 years ago
3a420c7
#10354: remove last public mentions of 'template' and comment as private.
by R David Murray
· 14 years ago
8153b7a
(merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows
by Victor Stinner
· 14 years ago
62d5118
Issue #12383: skip test_empty_env() of subprocess on Windows
by Victor Stinner
· 14 years ago
4527365
Issue #12363: improve siginterrupt() tests
by Victor Stinner
· 14 years ago
c0a9f75
(merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X
by Victor Stinner
· 14 years ago
237e5cb
Issue #12383: fix test_empty_env() of subprocess on Mac OS X
by Victor Stinner
· 14 years ago
749073a
#1874: detect invalid multipart CTE and report it as a defect.
by R David Murray
· 14 years ago
11cc475
(merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in
by Victor Stinner
· 14 years ago
372309a
Issue #12383: skip test_empty_env() if compiled is compiled in shared mode
by Victor Stinner
· 14 years ago
372b838
(merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the
by Victor Stinner
· 14 years ago
f1512a2
Close #12383: Fix subprocess module with env={}: don't copy the environment
by Victor Stinner
· 14 years ago
d628496
Close #12363: fix a race condition in siginterrupt() tests
by Victor Stinner
· 14 years ago
395dc58
(merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the
by Victor Stinner
· 14 years ago
2fae27b
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
by Victor Stinner
· 14 years ago
fb25ba9
Close #12289: Fix "is executable?" test in the CGI server
by Victor Stinner
· 14 years ago
f5ff223
use a invalid name for the __class__ closure for super() (closes #12370)
by Benjamin Peterson
· 14 years ago
019d0f2
merge 3.2
by Benjamin Peterson
· 14 years ago
206cd1c
fix uglyNamingConvention
by Benjamin Peterson
· 14 years ago
3e425ac
packaging: Add the project directory to sys.path to support local setup hooks.
by Éric Araujo
· 14 years ago
348c572
Fix typo
by Éric Araujo
· 14 years ago
afc9a5e
#6771: Move wrapper function into __init__ and eliminate wrapper module
by R David Murray
· 14 years ago
e76ff40
merge #11584: make Header and make_header handle binary unknown-8bit input
by R David Murray
· 14 years ago
e5e366c
#11584: make Header and make_header handle binary unknown-8bit input
by R David Murray
· 14 years ago
7df0837
merge #11584: make decode_header handle Header objects correctly
by R David Murray
· 14 years ago
6bdb176
#11584: make decode_header handle Header objects correctly
by R David Murray
· 14 years ago
9535105
merge #11700: proxy object close methods can now be called multiple times
by R David Murray
· 14 years ago
c88bce1
#11700: proxy object close methods can now be called multiple times
by R David Murray
· 14 years ago
3c8ca08
Make decorators used in packaging preserve docstrings
by Éric Araujo
· 14 years ago
980d344
Brange merge
by Éric Araujo
· 14 years ago
74d6813
Brange merge
by Éric Araujo
· 14 years ago
4c7d21e
merge #11767: use context manager to close file in __getitem__ to prevent FD leak
by R David Murray
· 14 years ago
05ff990
#11767: use context manager to close file in __getitem__ to prevent FD leak
by R David Murray
· 14 years ago
ed5d2f1
Minor tweaks to packaging tests.
by Éric Araujo
· 14 years ago
c06f46f
Packaging tests: don’t let an internal cache grow indefinitely.
by Éric Araujo
· 14 years ago
Next »