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-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)
Victor Stinner
2019-09-09
3
-2/+10
*
bpo-37876: Tests for ROT-13 codec (GH-15314)
Zeth
2019-09-09
2
-0/+38
*
docs: Add references to AsyncMock in unittest.mock.patch (#13681)
Mario Corchero
2019-09-09
2
-8/+21
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
11
-0/+0
*
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
Alan Yee
2019-09-09
2
-2/+3
*
bpo-38053 Update documentation for plistlib (GH-15727)
Jon Janzen
2019-09-09
2
-4/+19
*
Fix typo in the algorithm description (GH-15774)
Pablo Galindo
2019-09-09
1
-1/+1
*
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)
Naitree Zhu
2019-09-09
3
-0/+18
*
bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)
Vinay Sajip
2019-09-09
1
-0/+8
*
bpo-38037: Fix reference counters in signal module (GH-15753)
animalize
2019-09-09
2
-8/+18
*
bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766)
Steve Dower
2019-09-09
1
-1/+1
*
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
Mickaël Schoentgen
2019-09-09
3
-5/+32
*
Fix typo in math.prod example (GH-15614)
Ashwin Vishnu
2019-09-09
1
-1/+1
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
neonene
2019-09-09
2
-0/+3
*
bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15...
T. Wouters
2019-09-09
1
-7/+11
*
bpo-37283: Ensure command-line and unattend.xml setting override previously d...
Steve Dower
2019-09-09
3
-8/+27
*
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
Benjamin Peterson
2019-09-09
3
-74/+18
*
logging.Formatter docs: Add missing `validate` parameter, clarify `style` par...
David Röthlisberger
2019-09-09
1
-3/+6
*
bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...
Xtreak
2019-09-09
3
-4/+6
*
Doc: Fix PDF build (NoUri). (GH-15739)
Julien Palard
2019-09-09
1
-4/+11
*
Future-proof .travis.yml for Python 3.10 (GH-14831)
Anthony Sottile
2019-09-09
1
-1/+1
*
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
Daniel Hahler
2019-09-09
3
-2/+37
*
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)
Zackery Spytz
2019-09-09
3
-109/+138
*
bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)
Greg Price
2019-09-09
2
-3/+6
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz
2019-09-09
3
-16/+27
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
4
-3/+9
*
bpo-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711)
Greg Price
2019-09-09
1
-11/+11
*
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Ngalim Siregar
2019-09-09
2
-1/+83
*
bpo-15817: gdbinit: Document commands after defining them (GH-15021)
Florian Bruhin
2019-09-09
1
-23/+23
*
Fix assertions regarding magic methods function body that was not executed (G...
Xtreak
2019-09-09
1
-9/+2
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
4
-0/+52
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
3
-12/+1
*
bpo-36018: Address more reviewer feedback (GH-15733)
Raymond Hettinger
2019-09-08
3
-39/+69
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
4
-3/+12
*
Correct Roman-numeral example in Unicode HOWTO. (GH-15541)
Greg Price
2019-09-08
1
-6/+6
*
bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703)
Dong-hee Na
2019-09-08
1
-6/+5
*
Remove some unused defines in multiprocessing.h. (GH-15661)
Sergey Fedoseev
2019-09-07
1
-10/+0
*
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
Joannah Nanjekye
2019-09-07
1
-1/+3
*
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Terry Jan Reedy
2019-09-06
4
-3/+44
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
5
-22/+9
*
More refinements to the statistics docs (GH-15713)
Raymond Hettinger
2019-09-06
1
-27/+33
*
replace inline function `is_small_int` with a macro version (GH-15710)
animalize
2019-09-06
2
-15/+10
*
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705)
Victor Stinner
2019-09-05
1
-1/+5
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
7
-14/+18
*
bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700)
Miro Hrončok
2019-09-05
2
-2/+3
*
bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)
PatrikKopkan
2019-09-05
3
-5/+99
*
Correct minor gramatical mistake in sys.settrace doc (GH-15637)
Andre Delfino
2019-09-05
1
-1/+2
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
5
-324/+31
*
bpo-36324: Apply review comment from Jake Vanderplas (GH-15695)
Raymond Hettinger
2019-09-05
1
-2/+2
*
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger
2019-09-05
3
-85/+83
[prev]
[next]