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-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
1
-0/+1
*
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-1...
shireenrao
2019-08-17
1
-0/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-0/+2
*
bpo-37863: Optimize Fraction.__hash__() (#15298)
Raymond Hettinger
2019-08-16
1
-0/+1
*
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
Jeroen Demeyer
2019-08-15
1
-0/+3
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Victor Stinner
2019-08-14
1
-0/+4
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov
2019-08-14
2
-0/+5
*
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Tal Einat
2019-08-14
1
-0/+2
*
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Victor Stinner
2019-08-14
1
-0/+2
*
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Victor Stinner
2019-08-14
1
-0/+2
*
bpo-37256: Wording in Request class docs (#14792)
Ngalim Siregar
2019-08-14
1
-0/+1
*
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi
2019-08-13
1
-0/+1
*
bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...
Derek Keeler
2019-08-12
1
-0/+1
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-0/+2
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger
2019-08-11
1
-0/+2
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Abhilash Raj
2019-08-11
1
-0/+1
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
1
-0/+3
*
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar
2019-08-09
2
-0/+4
*
bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...
shireenrao
2019-08-08
1
-0/+1
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-0/+4
*
bpo-34775: Return NotImplemented in PurePath division. (GH-9509)
aiudirog
2019-08-08
1
-0/+3
*
bpo-37778: Fixes the icons used for file associations to the Microsoft Store ...
Steve Dower
2019-08-07
1
-0/+1
*
bpo-37734: Fix use of registry values to launch Python from Microsoft Store a...
Steve Dower
2019-08-07
1
-0/+1
*
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...
sweeneyde
2019-08-07
1
-0/+1
*
bpo-34488: optimize BytesIO.writelines() (GH-8904)
Sergey Fedoseev
2019-08-07
1
-0/+2
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
Raymond Hettinger
2019-08-05
1
-0/+1
*
bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)
Terry Jan Reedy
2019-08-04
1
-0/+1
*
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
1
-0/+1
*
bpo-28292: Mark calendar.py helper functions as private. (GH-15113)
Raymond Hettinger
2019-08-04
1
-0/+3
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
1
-0/+3
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-0/+2
*
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...
Michael Felt
2019-08-03
1
-0/+3
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
1
-0/+1
*
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
Timothy Hopper
2019-08-02
1
-0/+2
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
1
-0/+1
*
bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...
Vinay Sajip
2019-08-02
1
-0/+5
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
1
-0/+1
*
bpo-16970: Adding error message for invalid args (GH-14844)
tmblweed
2019-08-02
2
-0/+3
*
bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)
mental
2019-08-01
1
-0/+2
*
bpo-36302: Sort list of sources (GH-12341)
Bernhard M. Wiedemann
2019-08-01
1
-0/+2
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren
2019-08-01
1
-0/+3
*
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
yannvgn
2019-07-31
2
-0/+3
*
bpo-37695: Correct unget_wch error message. (GH-14986)
Anthony Sottile
2019-07-31
1
-0/+1
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
2
-0/+3
*
IDLE: changelog correction and addition (GH-15042)
Terry Jan Reedy
2019-07-31
2
-2/+3
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
9
-9/+9
*
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)
Neil Schemenauer
2019-07-30
1
-0/+3
*
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Victor Stinner
2019-07-30
1
-0/+1
*
bpo-37587: Make json.loads faster for long strings (GH-14752)
Marco Paolini
2019-07-30
1
-0/+1
[next]