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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
1
-0/+2
*
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)
Victor Stinner
2019-09-09
1
-0/+3
*
bpo-37876: Tests for ROT-13 codec (GH-15314)
Zeth
2019-09-09
1
-0/+1
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
3
-0/+0
*
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
Alan Yee
2019-09-09
1
-0/+1
*
bpo-38053 Update documentation for plistlib (GH-15727)
Jon Janzen
2019-09-09
1
-0/+1
*
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)
Naitree Zhu
2019-09-09
1
-0/+2
*
bpo-38037: Fix reference counters in signal module (GH-15753)
animalize
2019-09-09
1
-0/+1
*
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
Mickaël Schoentgen
2019-09-09
1
-0/+2
*
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
neonene
2019-09-09
1
-0/+2
*
bpo-37283: Ensure command-line and unattend.xml setting override previously d...
Steve Dower
2019-09-09
1
-0/+2
*
bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...
Xtreak
2019-09-09
1
-0/+2
*
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
Daniel Hahler
2019-09-09
1
-0/+2
*
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)
Greg Price
2019-09-09
1
-0/+2
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
1
-0/+2
*
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Ngalim Siregar
2019-09-09
1
-0/+1
*
bpo-15817: gdbinit: Document commands after defining them (GH-15021)
Florian Bruhin
2019-09-09
1
-23/+23
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+2
*
Revert "Raise a RuntimeError when tee iterator is consumed from different thr...
Serhiy Storchaka
2019-09-09
1
-2/+0
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-0/+1
*
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Terry Jan Reedy
2019-09-06
1
-0/+3
*
bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702)
Joannah Nanjekye
2019-09-06
1
-0/+4
*
replace inline function `is_small_int` with a macro version (GH-15710)
animalize
2019-09-06
1
-2/+1
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-0/+1
*
bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700)
Miro Hrončok
2019-09-05
1
-0/+1
*
bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)
PatrikKopkan
2019-09-05
1
-0/+1
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
1
-0/+1
*
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger
2019-09-05
1
-0/+1
*
bpo-38026: fix inspect.getattr_static (GH-15676)
Inada Naoki
2019-09-05
1
-0/+2
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit
2019-09-05
2
-0/+3
*
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...
Dong-hee Na
2019-09-05
1
-0/+2
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower
2019-09-04
1
-0/+1
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-0/+3
*
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Steve Dower
2019-09-03
1
-0/+2
*
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
Tal Einat
2019-09-03
1
-0/+2
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
1
-0/+1
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
1
-0/+2
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-0/+2
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
2
-0/+2
*
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Daniel Pope
2019-08-31
1
-0/+1
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
10
-11/+11
*
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
Victor Stinner
2019-08-30
1
-0/+5
*
bpo-37834: Prevent shutil.rmtree exception (GH-15602)
Ned Deily
2019-08-29
1
-0/+2
*
bpo-8425: Fast path for set inplace difference when the second set is large (...
Raymond Hettinger
2019-08-29
1
-0/+3
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
Rémi Lapeyre
2019-08-29
1
-0/+2
*
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
Paul Ganssle
2019-08-29
1
-0/+2
*
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
Joannah Nanjekye
2019-08-29
1
-0/+2
*
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger
2019-08-29
1
-0/+2
[next]