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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37834: Fix test on Windows 7 (GH-15377)
Steve Dower
2019-08-22
1
-0/+3
*
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...
Steve Dower
2019-08-21
1
-2/+2
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Steve Dower
2019-08-21
1
-3/+17
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
1
-0/+24
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
4
-24/+118
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
3
-12/+197
*
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
Anthony Sottile
2019-08-21
1
-1/+7
*
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)
Victor Stinner
2019-08-21
1
-18/+63
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
3
-0/+0
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Greg Price
2019-08-21
1
-0/+1
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-0/+12
*
bpo-37868: Improve is_dataclass for instances. (GH-15325)
Eric V. Smith
2019-08-20
1
-0/+26
*
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...
Victor Stinner
2019-08-19
1
-8/+0
*
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
1
-0/+8
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
2
-2/+2
*
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Victor Stinner
2019-08-14
4
-14/+76
*
bpo-36502: Correct documentation of str.isspace() (GH-15019)
Greg Price
2019-08-14
1
-1/+12
*
bpo-25172: Add test for crypt ImportError on Windows (GH-15252)
shireenrao
2019-08-13
1
-7/+28
*
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi
2019-08-13
1
-0/+87
*
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
Hai Shi
2019-08-13
1
-0/+3
*
bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)
Greg Price
2019-08-13
1
-17/+5
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-2/+0
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
Raymond Hettinger
2019-08-11
1
-0/+6
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Abhilash Raj
2019-08-11
1
-0/+8
*
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
Gregory P. Smith
2019-08-10
2
-5/+34
*
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar
2019-08-09
1
-0/+25
*
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
Paul Monson
2019-08-08
1
-0/+1
*
bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)
Pablo Galindo
2019-08-08
1
-2/+6
*
bpo-37268: test_parser fails when run with -Werror (GH-15183)
Zackery Spytz
2019-08-08
1
-1/+5
*
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Serhiy Storchaka
2019-08-08
9
-57/+30
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
5
-10/+82
*
bpo-34775: Return NotImplemented in PurePath division. (GH-9509)
aiudirog
2019-08-08
1
-0/+41
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
4
-11/+69
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
3
-68/+75
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
2
-5/+5
*
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
Timothy Hopper
2019-08-02
1
-0/+13
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
1
-0/+55
*
bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15...
Vinay Sajip
2019-08-02
1
-0/+1
*
bpo-16970: Adding error message for invalid args (GH-14844)
tmblweed
2019-08-02
1
-1/+29
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren
2019-08-01
1
-2/+0
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+13
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
18
-25/+25
*
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
7
-0/+21
*
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Victor Stinner
2019-07-30
1
-1/+1
*
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...
Pablo Galindo
2019-07-30
1
-0/+9
*
Add additional test for multi-line SyntaxError (GH-15003)
Anthony Sottile
2019-07-29
1
-0/+16
*
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (...
Anthony Sottile
2019-07-29
1
-0/+14
*
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...
Steve Dower
2019-07-29
1
-0/+3
*
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
Jason R. Coombs
2019-07-28
3
-4/+24
[next]