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-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...
Miss Islington (bot)
2019-08-23
1
-73/+82
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
Victor Stinner
2019-08-23
1
-0/+17
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Miss Islington (bot)
2019-08-23
1
-0/+5
*
bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
Miss Islington (bot)
2019-08-23
2
-0/+6
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Miss Islington (bot)
2019-08-23
1
-6/+10
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Miss Islington (bot)
2019-08-23
1
-0/+5
*
bpo-28556: Add a regression test to typing (GH-15396)
Miss Islington (bot)
2019-08-22
1
-0/+17
*
Add missing space to warning message (GH-14915) (GH-15379)
Miss Islington (bot)
2019-08-22
1
-1/+1
*
bpo-37834: Fix test on Windows 7 (GH-15377)
Miss Islington (bot)
2019-08-22
1
-0/+3
*
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...
Steve Dower
2019-08-22
2
-5/+10
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Miss Islington (bot)
2019-08-21
1
-3/+17
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
Steve Dower
2019-08-21
5
-31/+159
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Miss Islington (bot)
2019-08-21
5
-31/+291
*
Fix difflib `?` hint in diff output when dealing with tabs (GH-15201)
Miss Islington (bot)
2019-08-21
2
-23/+18
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Miss Islington (bot)
2019-08-21
1
-0/+1
*
bpo-37868: Improve is_dataclass for instances. (GH-15325)
Miss Islington (bot)
2019-08-20
2
-2/+29
*
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
Greg Price
2019-08-19
1
-1/+12
*
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
Paul Ganssle
2019-08-15
2
-3/+31
*
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Miss Islington (bot)
2019-08-14
2
-2/+18
*
[3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)
Victor Stinner
2019-08-14
6
-18/+78
*
bpo-25172: Add test for crypt ImportError on Windows (GH-15252)
Miss Islington (bot)
2019-08-13
1
-7/+28
*
bpo-25172: Raise appropriate ImportError msg when crypt module used on Window...
Miss Islington (bot)
2019-08-13
1
-1/+10
*
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
Miss Islington (bot)
2019-08-13
1
-0/+3
*
[3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for sign...
Miss Islington (bot)
2019-08-12
1
-28/+203
*
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215)
Miss Islington (bot)
2019-08-11
2
-0/+14
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Miss Islington (bot)
2019-08-11
2
-1/+11
*
[3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
Serhiy Storchaka
2019-08-09
2
-5/+34
*
bpo-34155: Dont parse domains containing @ (GH-13079)
Miss Islington (bot)
2019-08-09
4
-1/+36
*
[3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH...
Pablo Galindo
2019-08-09
2
-3/+11
*
Make importlib.metadata a simple module (GH-15153) (GH-15154)
Miss Islington (bot)
2019-08-07
1
-0/+0
*
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)
Miss Islington (bot)
2019-08-05
3
-177/+216
*
bpo-37748: Re-order the Run menu. (GH-15115)
Miss Islington (bot)
2019-08-04
3
-23/+29
*
bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116)
Miss Islington (bot)
2019-08-04
1
-6/+6
*
bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112)
Miss Islington (bot)
2019-08-04
1
-0/+3
*
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
Miss Islington (bot)
2019-08-04
3
-35/+61
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Miss Islington (bot)
2019-08-04
4
-79/+86
*
Correct description of HTTP status code 308. (GH-15098)
Miss Islington (bot)
2019-08-03
1
-1/+1
*
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
Miss Islington (bot)
2019-08-02
1
-1/+5
*
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
Miss Islington (bot)
2019-08-02
2
-8/+19
*
bpo-16970: Adding error message for invalid args (GH-14844)
Miss Islington (bot)
2019-08-02
2
-4/+35
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Miss Islington (bot)
2019-08-01
1
-2/+0
*
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
Miss Islington (bot)
2019-07-31
1
-7/+1
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
Miss Islington (bot)
2019-07-31
1
-0/+13
*
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
Miss Islington (bot)
2019-07-31
1
-0/+11
*
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
Miss Islington (bot)
2019-07-30
6
-9/+9
*
Don't skip pickle check_frame_opcodes() (GH-15027)
Miss Islington (bot)
2019-07-30
1
-1/+0
*
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)
Miss Islington (bot)
2019-07-30
7
-0/+21
*
bpo-34162: Update idlelib/news.txt. (GH-15011)
Miss Islington (bot)
2019-07-29
1
-0/+24
*
bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010)
Miss Islington (bot)
2019-07-29
1
-7/+29
*
Merge tag 'v3.8.0b3' into 3.8
Ćukasz Langa
2019-07-29
1
-14/+14
|
\
[next]