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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Bruno Oliveira
2018-10-12
3
-1/+17
*
bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)
Gus Goulart
2018-10-12
1
-6/+8
*
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...
Zackery Spytz
2018-10-12
1
-0/+1
*
bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764)
Zackery Spytz
2018-10-12
1
-8/+18
*
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel
2018-10-12
9
-73/+218
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Zackery Spytz
2018-10-12
1
-1/+2
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Zackery Spytz
2018-10-11
1
-2/+4
*
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9...
Serhiy Storchaka
2018-10-11
3
-0/+20
*
Micro-optimize list index range checks (GH-9784)
Raymond Hettinger
2018-10-11
1
-5/+18
*
bpo-34576 warn users on security for http.server (#9720)
Felipe Rodrigues
2018-10-11
1
-0/+8
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
8
-30/+161
*
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)
Mayank Asthana
2018-10-10
4
-3/+35
*
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)
Pablo Galindo
2018-10-10
1
-2/+4
*
Convert code of conduct to markdown for Github (GH-9776)
Ammar Askar
2018-10-10
2
-14/+12
*
bpo-34913: Document gzip command line interface (GH-9782)
Stéphane Wirtel
2018-10-10
2
-0/+36
*
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel
2018-10-09
2
-13/+13
*
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
Stéphane Wirtel
2018-10-09
1
-6/+93
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
3
-4/+71
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Victor Stinner
2018-10-09
2
-1/+33
*
bpo-32680 add default "sock" on SMTP objects (#5345)
Romuald Brunet
2018-10-09
3
-1/+11
*
Extract sendfile tests into a separate test file (#9757)
Andrew Svetlov
2018-10-09
2
-450/+551
*
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
travisoneill
2018-10-09
2
-0/+3
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
animalize
2018-10-08
3
-1/+42
*
Extract tests for sock_*() functions into a separate file (GH-9761)
Andrew Svetlov
2018-10-08
2
-130/+238
*
bpo-31715 Add mimetype for extension .mjs (#3908)
Bradley Meck
2018-10-08
2
-0/+2
*
bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750)
Noah Wood
2018-10-08
1
-1/+1
*
bpo-34911: Added support for secure websocket cookies (GH-9734)
Paul Bailey
2018-10-08
4
-5/+67
*
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
Juliette Monsel
2018-10-08
5
-0/+82
*
Use double quote instead of backtick to clarify Ellipsis constant (GH-9754)
Xtreak
2018-10-08
1
-3/+2
*
bpo-34925: Optimize common case for bisect() argument parsing (#9753)
Raymond Hettinger
2018-10-08
2
-15/+40
*
Add missing closing quote and trailing period in str.isidentifier() docstring...
Emanuele Gaifas
2018-10-08
2
-4/+4
*
bpo-33014: Clarify str.isidentifier docstring (GH-6088)
Sanyam Khurana
2018-10-08
3
-8/+19
*
bpo-34901: add isolated (-I) flag to sys.flags (GH-9708)
Danish Prakash
2018-10-07
1
-0/+4
*
Correct grammar mistake in re.rst. (GH-9745)
Andrés Delfino
2018-10-06
1
-1/+1
*
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
Zackery Spytz
2018-10-06
2
-2/+9
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
38
-63/+63
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Zackery Spytz
2018-10-06
2
-2/+5
*
bpo-34909: keep searching mixins until base class is found (GH-9737)
Ethan Furman
2018-10-06
2
-3/+22
*
bpo-34158: Documentation UTC offset update (GH-8377)
Christophe Nanteuil
2018-10-05
1
-20/+21
*
bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-...
Zackery Spytz
2018-10-05
1
-1/+1
*
Fix a compiler warning added in bpo-34872. (GH-9722)
Serhiy Storchaka
2018-10-05
1
-1/+1
*
Use assertEqual() instead of assertEquals(). (GH-9721)
Serhiy Storchaka
2018-10-05
2
-2/+2
*
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
Steve Dower
2018-10-05
2
-2/+2
*
Simplify flags checks in sre_compile.py. (GH-9718)
Serhiy Storchaka
2018-10-05
1
-5/+5
*
bpo-34825: Add more entries to os to pathlib reference table (GH-9608)
Xtreak
2018-10-05
1
-20/+27
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
6
-6/+6
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
E. M. Bray
2018-10-05
2
-0/+48
*
Fix a typo ssl.py docstring (GH-9697)
Matt Eaton
2018-10-05
1
-1/+1
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696)
INADA Naoki
2018-10-04
2
-1/+3
*
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
Chih-Hsuan Yen
2018-10-04
1
-2/+2
[prev]
[next]