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-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
*
bpo-38026: fix inspect.getattr_static (GH-15676)
Inada Naoki
2019-09-05
2
-2/+4
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit
2019-09-05
7
-21/+78
*
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...
Dong-hee Na
2019-09-05
4
-2/+13
*
Fix idlelib.help comments (GH-15669)
Terry Jan Reedy
2019-09-05
1
-24/+25
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower
2019-09-04
3
-6/+22
*
bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670)
Zackery Spytz
2019-09-04
1
-0/+3
*
Fix grammar in asyncio-dev.rst (GH-15672)
Roger Iyengar
2019-09-04
1
-1/+1
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
4
-26/+59
*
bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664)
Tal Einat
2019-09-03
2
-167/+229
*
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
Steve Dower
2019-09-03
2
-2/+4
*
bpo-37798: Fix _statistics module doc (GH-15546)
Dong-hee Na
2019-09-03
1
-1/+4
*
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
Tal Einat
2019-09-03
4
-48/+68
*
Enforce PEP 257 conventions in ftplib.py (GH-15604)
Alan Yee
2019-09-03
1
-8/+5
*
bpo-36853: Fix suspicious.py to actually print the unused rules (#13579)
Anthony Sottile
2019-09-02
1
-11/+14
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
4
-3/+25
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
21
-78/+69
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
7
-18/+18
*
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka
2019-09-01
5
-36/+36
*
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka
2019-09-01
14
-127/+134
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
7
-213/+19
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
5
-3/+55
*
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Daniel Pope
2019-08-31
2
-4/+19
*
bpo-37990: fix gc stats (GH-15626)
Inada Naoki
2019-08-31
1
-2/+3
*
bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)
Inada Naoki
2019-08-30
1
-13/+6
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
46
-60/+60
*
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
Terry Jan Reedy
2019-08-30
2
-2/+2
*
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
Victor Stinner
2019-08-30
3
-20/+109
[next]