Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3aac0adfe01b30fc58c638c5ab61844e80b3fd66
3aac0ad
Cleanup regrtest "main()" function
by Victor Stinner
· 9 years ago
8c08e0d
rt.bat: use -m test instead of Lib\test\regrtest.py
by Victor Stinner
· 9 years ago
4ffcc3e
Cleanup regrtest.py
by Victor Stinner
· 9 years ago
e403904
support.temp_dir(): call support.rmtree() instead of shutil.rmtree()
by Victor Stinner
· 9 years ago
3899b54
test_os: use support.rmtree() to cleanup WalkTests
by Victor Stinner
· 9 years ago
ae39d23
Enhance and modernize test_os
by Victor Stinner
· 9 years ago
f95a19b
test_os: use @support.requires_linux_version
by Victor Stinner
· 9 years ago
bc6b72e
Closes #26620: Fix ResourceWarning in test_urllib2_localnet
by Victor Stinner
· 9 years ago
e321274
Enhance and modernize test_genericpath
by Victor Stinner
· 9 years ago
ba8b0a7
Enhance os._DummyDirEntry
by Victor Stinner
· 9 years ago
56db16c
regrtest: when parallel tests are interrupted, display progress
by Victor Stinner
· 9 years ago
2b60b72
regrtest: mention in tests run sequentially or in parallel
by Victor Stinner
· 9 years ago
5de16e8
regrtest: fix --fromfile feature
by Victor Stinner
· 9 years ago
923590e
Fix DeprecationWarning on Windows
by Victor Stinner
· 9 years ago
5e14a38
_tracemalloc: use compact key for traces
by Victor Stinner
· 9 years ago
cc73932
socketmodule.c: error if option larger than INT_MAX
by Victor Stinner
· 9 years ago
0069aef
Fix test_spwd on OpenIndiana
by Victor Stinner
· 9 years ago
c53195b
Try to fix test_gdb on s390x SLES 3.x
by Victor Stinner
· 9 years ago
63fd8b0
Null merge.
by Stefan Krah
· 9 years ago
1129084
Issue #26621: Remove unnecessary test.
by Stefan Krah
· 9 years ago
66e9d03
Issue #26621: Update libmpdec version and remove unnecessary test case.
by Stefan Krah
· 9 years ago
4a1c7d2
Try to fix test_spwd on OpenIndiana
by Victor Stinner
· 9 years ago
d0217ab
Merge heads
by Terry Jan Reedy
· 9 years ago
9d9fc41
Merge heads
by Terry Jan Reedy
· 9 years ago
82d44f0
Issue #23848: Fix usage of _Py_DumpDecimal()
by Victor Stinner
· 9 years ago
4c181cf
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
f963c13
longobject.c: fix compilation warning on Windows 64-bit
by Victor Stinner
· 9 years ago
01a9a95
Issue #26525: Change chr example to match change in ord example.
by Terry Jan Reedy
· 9 years ago
904f5de
Try to fix test_gdb on s390x buildbots
by Victor Stinner
· 9 years ago
023654f
get_warnings_attr(): Fix coverity warning
by Victor Stinner
· 9 years ago
d1700a9
Fix typo in doc: avoid the french "& cie" :-)
by Victor Stinner
· 9 years ago
1c3069a
Rework _Py_DumpASCII() to make Coverity happy
by Victor Stinner
· 9 years ago
928ad28
Issue #23848: Try to fix test_faulthandler on ARM
by Victor Stinner
· 9 years ago
412a5e7
faulthandler: only log fatal exceptions
by Victor Stinner
· 9 years ago
b9e0834
Merge 3.5
by doko@ubuntu.com
· 9 years ago
3a56b77
Makefile.pre.in (profile-opt): Fix bashism.
by doko@ubuntu.com
· 9 years ago
96f6e7a
Buildbots: change also Windows timeout from 1 hour to 15 min
by Victor Stinner
· 9 years ago
69649f2
regrtest: display test duration in sequential mode
by Victor Stinner
· 9 years ago
e985726
_msi.c: try to fix compiler warnings
by Victor Stinner
· 9 years ago
976bb40
compiler.c: fix compiler warnings on Windows
by Victor Stinner
· 9 years ago
ccb1f8c
getpathp.c: fix compiler warning
by Victor Stinner
· 9 years ago
0aed3a4
_PyMem_DebugFree(): fix compiler warning on Windows
by Victor Stinner
· 9 years ago
404cdc5
faulthandler: add Windows exception handler
by Victor Stinner
· 9 years ago
bd31b7c
Issue #23848: Expose _Py_DumpHexadecimal()
by Victor Stinner
· 9 years ago
5dacbd4
Cleanup hashtable.h
by Victor Stinner
· 9 years ago
ca79ccd
Issue #26588:
by Victor Stinner
· 9 years ago
e8c6b2f
Issue #26588:
by Victor Stinner
· 9 years ago
42bcf37
Issue #26588: Optimize tracemalloc_realloc()
by Victor Stinner
· 9 years ago
d65e0c7
Makefile: change default value of TESTTIMEOUT from 1 hour to 15 min
by Victor Stinner
· 9 years ago
6d7f4f6
regrtest: add timeout to main process when using -jN
by Victor Stinner
· 9 years ago
e98445a
_warnings.warn_explicit(): try to import warnings
by Victor Stinner
· 9 years ago
7bfa409
Implement finalizer for os.scandir() iterator
by Victor Stinner
· 9 years ago
e19558a
Add a source parameter to warnings.warn()
by Victor Stinner
· 9 years ago
060f9bb
Fix macros in hashtable.h
by Victor Stinner
· 9 years ago
35b0fd7
Merge 3.5
by Victor Stinner
· 9 years ago
d5871e6
Enhance _tracemalloc debug mode
by Victor Stinner
· 9 years ago
2f49e09
Fix _tracemalloc start/stop
by Victor Stinner
· 9 years ago
f9a7115
Issue #26588: remove debug traces from _tracemalloc.
by Victor Stinner
· 9 years ago
92c21d7
Issue #26588: skip test_warnings.test_tracemalloc()
by Victor Stinner
· 9 years ago
eddb074
Issue #26588: more debug traces
by Victor Stinner
· 9 years ago
b8d9272
Issue #26588: Don't call tracemalloc_init() at module initilization
by Victor Stinner
· 9 years ago
e31e35d
Issue #26588: one more assertion
by Victor Stinner
· 9 years ago
4a06647
Add assertions on tracemalloc_reentrant_key
by Victor Stinner
· 9 years ago
0cfc058
Issue #26588: more assertions
by Victor Stinner
· 9 years ago
ff9c534
Issue #26588: fix compilation on Windows
by Victor Stinner
· 9 years ago
84aab09
Issue #26588: add debug traces
by Victor Stinner
· 9 years ago
24f949e
regrtest: add time to output
by Victor Stinner
· 9 years ago
10b73e1
Add C functions _PyTraceMalloc_Track()
by Victor Stinner
· 9 years ago
e492ae5
tracemalloc now supports domains
by Victor Stinner
· 9 years ago
5810005
Remove _Py_hashtable_delete()
by Victor Stinner
· 9 years ago
c955387
Simplify implementation of hashtable.c
by Victor Stinner
· 9 years ago
0b2d71b
Issue #24266: Merge readline Ctrl+C handling from 3.5
by Martin Panter
· 9 years ago
d6990d2
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
by Martin Panter
· 9 years ago
2efdc8c
merge 3.5 (#17167)
by Benjamin Peterson
· 9 years ago
e46487b
merge 3.4 (#17167)
by Benjamin Peterson
· 9 years ago
b9869df
remove useless $ keyword (closes #17167)
by Benjamin Peterson
· 9 years ago
12eb2ab
Issue #15699: Merge readline fixup from 3.5
by Martin Panter
· 9 years ago
f6e9f47
Issue #15699: Reunite comment with variable
by Martin Panter
· 9 years ago
b32a7ed
Issue #26588: Fix compilation warning on Windows
by Victor Stinner
· 9 years ago
285cf0a
hashtable.h now supports keys of any size
by Victor Stinner
· 9 years ago
063d48d
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
by Terry Jan Reedy
· 9 years ago
4902c46
Issue #15660: Further clarify 0 prefix for width specifier in formats.
by Terry Jan Reedy
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
97eee1c
Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
e2021f2
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
d02eb8a
Issue #19164: Improve exception message of uuid.UUID()
by Berker Peksag
· 9 years ago
563c949
Issue #26593: Fix typo in logging HOWTO
by Berker Peksag
· 9 years ago
e3385b4
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
928bff0
cleanup iobase.c
by Victor Stinner
· 9 years ago
e0b75b7
Fix test_ssl.test_refcycle()
by Victor Stinner
· 9 years ago
19a8e84
Add socket finalizer
by Victor Stinner
· 9 years ago
322bc12
Ooops, revert changeset ea9efa06c137
by Victor Stinner
· 9 years ago
fac3956
Optimize bytes.replace(b'', b'.')
by Victor Stinner
· 9 years ago
1cd4ff6
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
51b846c
_tracemalloc: add domain to trace keys
by Victor Stinner
· 9 years ago
5decb84
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
370764a
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
a051bf3
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
fc6990d
Issues #25643, #26581: Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
bd5b1a6
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
Next »