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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)
Cheryl Sabella
2019-07-17
6
-327/+587
*
bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)
Tal Einat
2019-07-17
4
-99/+137
*
bpo-27452: IDLE: Cleanup config.py code (GH-14577)
Cheryl Sabella
2019-07-16
2
-39/+9
*
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle
2019-07-16
3
-6/+32
*
bpo-37500: Make sure dead code does not generate bytecode but also detect syn...
Pablo Galindo
2019-07-15
3
-13/+110
*
bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...
Pablo Galindo
2019-07-14
2
-16/+18
*
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
Victor Stinner
2019-07-14
3
-15/+7
*
Clarify that plistlib's load and dump functions take a binary file object (GH...
Collin Styles
2019-07-14
1
-3/+3
*
bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (G...
Paul Monson
2019-07-14
1
-1/+2
*
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
Zac Hatfield-Dodds
2019-07-14
2
-1/+20
*
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...
Xtreak
2019-07-13
2
-2/+22
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
1
-58/+13
*
bpo-19696: Move threaded_import_hangers (GH-14655)
Kyle Stanley
2019-07-12
2
-3/+3
*
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
Hai Shi
2019-07-12
1
-2/+0
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Jakub Kulík
2019-07-11
1
-1/+1
*
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
Tal Einat
2019-07-11
2
-23/+77
*
bpo-26806: IDLE should run without docstrings (#14657)
Terry Jan Reedy
2019-07-09
2
-8/+19
*
bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)
Victor Stinner
2019-07-09
1
-15/+18
*
bpo-18374: fix tests to check the correct thing about line numbers (GH-14659)
Carl Friedrich Bolz-Tereick
2019-07-09
1
-4/+4
*
Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (G...
Victor Stinner
2019-07-09
1
-1/+0
*
bpo-37526: Add support.catch_threading_exception() (GH-14664)
Victor Stinner
2019-07-09
1
-0/+57
*
bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)
Victor Stinner
2019-07-09
1
-0/+1
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Carl Friedrich Bolz-Tereick
2019-07-08
1
-0/+30
*
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)
Victor Stinner
2019-07-08
1
-0/+3
*
bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638)
Jason R. Coombs
2019-07-07
2
-1/+12
*
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Tal Einat
2019-07-06
4
-135/+173
*
Move test_threaded_import.py to test_importlib/ (GH-14582)
Kyle Stanley
2019-07-05
1
-0/+0
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Victor Stinner
2019-07-05
2
-0/+25
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
2
-4/+6
*
bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)
Victor Stinner
2019-07-05
2
-3/+12
*
bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...
thatneat
2019-07-04
2
-3/+55
*
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Victor Stinner
2019-07-04
1
-1/+13
*
bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Kyle Stanley
2019-07-03
1
-2/+2
*
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
Victor Stinner
2019-07-03
2
-23/+33
*
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
Victor Stinner
2019-07-03
1
-7/+22
*
bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)
Victor Stinner
2019-07-03
1
-4/+2
*
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Christian Heimes
2019-07-02
2
-10/+28
*
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner
2019-07-02
8
-0/+58
*
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
Victor Stinner
2019-07-02
1
-0/+3
*
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
Jakub Kulík
2019-07-02
1
-19/+5
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily
2019-07-02
1
-16/+0
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-4/+36
*
bpo-36763: Use PyConfig_Clear() (GH-14445)
Victor Stinner
2019-07-01
1
-3/+12
*
bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
Victor Stinner
2019-07-01
1
-18/+0
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
53
-84/+31
*
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Victor Stinner
2019-07-01
1
-47/+76
*
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
Miro Hrončok
2019-07-01
1
-0/+3
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
2
-0/+25
*
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
Christian Heimes
2019-07-01
1
-0/+31
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz
2019-06-30
4
-4/+20
[next]