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-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
23
-1147/+1292
*
bpo-34775: Return NotImplemented in PurePath division. (GH-9509)
aiudirog
2019-08-08
3
-2/+52
*
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
Steve Dower
2019-08-07
1
-1/+1
*
bpo-37778: Fixes the icons used for file associations to the Microsoft Store ...
Steve Dower
2019-08-07
3
-14/+20
*
bpo-37734: Fix use of registry values to launch Python from Microsoft Store a...
Steve Dower
2019-08-07
3
-9/+16
*
Update pickle.rst (GH-14128)
Géry Ogam
2019-08-07
1
-17/+19
*
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...
sweeneyde
2019-08-07
2
-0/+11
*
bpo-37646: Document that eval() cannot access nested scopes (GH-15117)
Raymond Hettinger
2019-08-07
1
-6/+10
*
bpo-34488: optimize BytesIO.writelines() (GH-8904)
Sergey Fedoseev
2019-08-07
2
-36/+61
*
Make importlib.metadata a simple module (#15153)
Barry Warsaw
2019-08-06
1
-0/+0
*
Improve signal documentation (GH-14274)
Géry Ogam
2019-08-06
1
-20/+22
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
Raymond Hettinger
2019-08-05
2
-37/+169
*
bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)
Terry Jan Reedy
2019-08-04
4
-177/+217
*
Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101)
Timothy Hopper
2019-08-04
1
-0/+2
*
bpo-37748: Re-order the Run menu. (GH-15115)
Terry Jan Reedy
2019-08-04
5
-39/+46
*
Update itertools docs (GH-15114)
Raymond Hettinger
2019-08-04
1
-6/+6
*
bpo-28292: Mark calendar.py helper functions as private. (GH-15113)
Raymond Hettinger
2019-08-04
2
-6/+9
*
bpo-36324: Update comments to include the target hash sums (GH-15110)
Raymond Hettinger
2019-08-04
1
-0/+3
*
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
Tal Einat
2019-08-04
3
-35/+61
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
12
-22/+86
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
7
-84/+107
*
Correct description of HTTP status code 308. (GH-15078)
Florian Wendelborn
2019-08-03
1
-1/+1
*
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...
Michael Felt
2019-08-03
2
-0/+7
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
9
-108/+134
*
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
Timo Furrer
2019-08-02
1
-1/+5
*
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
Timothy Hopper
2019-08-02
3
-8/+21
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
4
-6/+158
*
bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...
Vinay Sajip
2019-08-02
3
-3/+8
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
2
-4/+13
*
bpo-37729: gc: write stats at once (GH-15050)
Inada Naoki
2019-08-02
1
-20/+25
*
bpo-16970: Adding error message for invalid args (GH-14844)
tmblweed
2019-08-02
4
-4/+38
*
bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)
mental
2019-08-01
2
-4/+17
*
bpo-36302: Sort list of sources (GH-12341)
Bernhard M. Wiedemann
2019-08-01
2
-1/+4
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren
2019-08-01
5
-3/+9
*
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs...
David H
2019-07-31
3
-13/+13
*
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
yannvgn
2019-07-31
3
-7/+4
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Hai Shi
2019-07-31
1
-0/+6
*
bpo-37695: Correct unget_wch error message. (GH-14986)
Anthony Sottile
2019-07-31
2
-2/+3
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
5
-0/+38
*
Refined Qt GUI example in the logging cookbook. (GH-15045)
Vinay Sajip
2019-07-31
1
-17/+39
*
IDLE: changelog correction and addition (GH-15042)
Terry Jan Reedy
2019-07-31
2
-2/+3
*
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
Terry Jan Reedy
2019-07-31
1
-1/+10
*
bpo-33822: Add IDLE section of What's New 3.8 (#15035)
Terry Jan Reedy
2019-07-31
1
-0/+27
*
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
Terry Jan Reedy
2019-07-31
1
-0/+11
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
63
-73/+73
*
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
Terry Jan Reedy
2019-07-30
6
-9/+9
*
bpo-36084: Add threading Native ID information to What's New documentation (G...
Jake Tesler
2019-07-30
2
-5/+13
*
Don't skip pickle check_frame_opcodes() (GH-15025)
Neil Schemenauer
2019-07-30
1
-1/+0
*
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)
Neil Schemenauer
2019-07-30
8
-0/+24
*
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Victor Stinner
2019-07-30
4
-173/+2
[next]