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-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Vladimir Matveev
2018-08-24
4
-3/+26
*
Fix typo in the dataclasses's doc (GH-8896)
Daniel Dương
2018-08-24
1
-1/+1
*
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran...
Alexey Izbyshev
2018-08-24
1
-4/+4
*
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...
Alexey Izbyshev
2018-08-24
1
-0/+5
*
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...
Alexey Izbyshev
2018-08-24
1
-0/+3
*
Fix doc for `add_subparsers` arguments (GH-8884)
Anthony Sottile
2018-08-24
1
-1/+1
*
Fix typo in asyncio.BoundedSemaphore docs (GH-8882)
Jelle Zijlstra
2018-08-24
1
-1/+1
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Paul Ganssle
2018-08-23
3
-10/+84
*
Make it more clear that setUpClass runs before each class, not "class run" (G...
Ville Skyttä
2018-08-23
1
-1/+1
*
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov
2018-08-23
6
-4/+27
*
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
Victor Stinner
2018-08-23
1
-0/+6
*
bpo-34436: Fix check that disables overallocation for the last fmt specifier ...
Alexey Izbyshev
2018-08-23
1
-3/+3
*
Remove superseded line from argparse.HelpFormatter() (GH-8839)
Grant Jenks
2018-08-22
1
-1/+0
*
bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863)
Alexey Izbyshev
2018-08-22
1
-1/+1
*
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Berker Peksag
2018-08-22
5
-13/+36
*
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (...
Alexey Izbyshev
2018-08-22
1
-0/+2
*
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
Alexey Izbyshev
2018-08-22
1
-0/+2
*
Fix Doc/whatsnew/3.8.rst (GH-8848)
Berker Peksag
2018-08-21
1
-9/+9
*
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
Zackery Spytz
2018-08-21
1
-2/+4
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Alexey Izbyshev
2018-08-20
3
-0/+36
*
bpo-30411: Use --git-dir instead of -C to make git work under version below 1...
Xiang Zhang
2018-08-20
2
-19/+7
*
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
Alexey Izbyshev
2018-08-19
1
-2/+3
*
bpo-22057: Clarify eval() documentation (GH-8812)
Berker Peksag
2018-08-19
1
-2/+4
*
bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-...
Serhiy Storchaka
2018-08-19
3
-19/+17
*
bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences s...
Zackery Spytz
2018-08-19
4
-0/+13
*
bpo-34415: Updated logging.Formatter docstring. (GH-8811)
Vinay Sajip
2018-08-19
1
-1/+2
*
bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...
Andrés Delfino
2018-08-18
1
-7/+8
*
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
Michael Osipov
2018-08-17
1
-0/+2
*
Improve error message when mock.assert_has_calls fails (GH-8205)
davidair
2018-08-17
2
-1/+4
*
Warn not to set SIGPIPE to SIG_DFL (#6773)
Alfred Perlstein
2018-08-17
1
-0/+34
*
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)
Michael Osipov
2018-08-17
1
-3/+1
*
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
Sebastian Rittau
2018-08-17
1
-2/+2
*
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
Christian Heimes
2018-08-16
2
-0/+6
*
bpo-34217: Use lowercase for windows headers (GH-8472)
Erik Janssens
2018-08-16
3
-3/+3
*
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH...
Sergey Fedoseev
2018-08-16
2
-42/+22
*
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
Steve Dower
2018-08-15
3
-4/+5
*
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Berker Peksag
2018-08-15
4
-60/+86
*
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Zackery Spytz
2018-08-15
2
-1/+2
*
bpo-34399: 2048 bits RSA keys and DH params (#8762)
Christian Heimes
2018-08-14
5
-44/+47
*
Make regular expressions in test_tasks.py raw strings. (GH-8759)
Benjamin Peterson
2018-08-14
1
-2/+2
*
smtplib documentation fixes (GH-8708)
Ville Skyttä
2018-08-13
1
-4/+11
*
Fix misindented yaml in logging how to example (GH-8604)
Rémy HUBSCHER
2018-08-12
1
-3/+3
*
Minor code clean-up. Don't alter the input vector. Use variables instead. GH-...
Raymond Hettinger
2018-08-12
1
-4/+5
*
Add more tests and assertions for math.hypot() and math.dist() (GH-8747)
Raymond Hettinger
2018-08-12
2
-5/+13
*
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
Vadim Pushtaev
2018-08-12
3
-1/+58
*
Fix the versionadded indentation in exec_module doc (GH-8719)
Andrés Delfino
2018-08-12
1
-1/+1
*
Factor-out common code. Also, optimize common cases by preallocating space on...
Raymond Hettinger
2018-08-12
1
-41/+56
*
Replace straight addition with Kahan summation and move max to the end (GH-8727)
Raymond Hettinger
2018-08-11
1
-20/+45
*
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev
2018-08-11
2
-15/+38
*
bpo-34379: Doc: Move note for json.dump (GH-8730)
Evan Allrich
2018-08-11
1
-6/+5
[prev]
[next]