FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Misc/NEWS.d/next - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Misc
NEWS.d
next
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Aug 30, 2018
bpo-34542: Update test certs and keys (GH-8997)
Show description for e6dac00
tiran
authored
e6dac00
View commit details
Copy full SHA for e6dac00
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Show description for c5989cd
vstinner
authored
c5989cd
View commit details
Copy full SHA for c5989cd
View code at this point
Browse repository at this point
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Show description for b2457ef
vstinner
authored
b2457ef
View commit details
Copy full SHA for b2457ef
View code at this point
Browse repository at this point
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Show description for 177d921
vstinner
authored
177d921
View commit details
Copy full SHA for 177d921
View code at this point
Browse repository at this point
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Show description for 315877d
vstinner
authored
315877d
View commit details
Copy full SHA for 315877d
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
bpo-34485: Enhance init_sys_streams() (GH-8978)
Show description for 9e4994d
vstinner
authored
9e4994d
View commit details
Copy full SHA for 9e4994d
View code at this point
Browse repository at this point
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Show description for d500e53
vstinner
authored
d500e53
View commit details
Copy full SHA for d500e53
View code at this point
Browse repository at this point
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Show description for 5cb2589
vstinner
authored
5cb2589
View commit details
Copy full SHA for 5cb2589
View code at this point
Browse repository at this point
bpo-21145: Add cached_property decorator in functools (#6982)
Show description for d658dea
carljm
authored and
ncoghlan
committed
d658dea
View commit details
Copy full SHA for d658dea
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
spodym
authored and
zooba
committed
216b745
View commit details
Copy full SHA for 216b745
View code at this point
Browse repository at this point
bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)
Show description for 7ef1697
aixtools
authored and
vstinner
committed
7ef1697
View commit details
Copy full SHA for 7ef1697
View code at this point
Browse repository at this point
bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956)
Show description for 393f1ff
elias6
authored and
mdickinson
committed
393f1ff
View commit details
Copy full SHA for 393f1ff
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Remove AIX workaround test_subprocess (GH-8939)
Show description for 89d79b1
aixtools
authored and
gpshead
committed
89d79b1
View commit details
Copy full SHA for 89d79b1
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
serhiy-storchaka
authored
c406d5c
View commit details
Copy full SHA for c406d5c
View code at this point
Browse repository at this point
bpo-13312: Avoid int underflow in time year. (GH-8912)
Show description for 76be0ff
gpshead
authored
76be0ff
View commit details
Copy full SHA for 76be0ff
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
vladima
authored and
taleinat
committed
91cb298
View commit details
Copy full SHA for 91cb298
View code at this point
Browse repository at this point
Commits on Aug 23, 2018
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862)
Show description for 096329f
authored and
taleinat
committed
096329f
View commit details
Copy full SHA for 096329f
View code at this point
Browse repository at this point
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Show description for 48ce489
michael-o
authored and
berkerpeksag
committed
48ce489
View commit details
Copy full SHA for 48ce489
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Show description for e7d4b2f
berkerpeksag
authored
e7d4b2f
View commit details
Copy full SHA for e7d4b2f
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
Show description for cdbf50c
Alexey Izbyshev
authored and
berkerpeksag
committed
cdbf50c
View commit details
Copy full SHA for cdbf50c
View code at this point
Browse repository at this point
Commits on Aug 19, 2018
bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623)
serhiy-storchaka
authored
77d5781
View commit details
Copy full SHA for 77d5781
View code at this point
Browse repository at this point
bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741)
Show description for e349bf2
ZackerySpytz
authored and
serhiy-storchaka
committed
e349bf2
View commit details
Copy full SHA for e349bf2
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Improve error message when mock.assert_has_calls fails (GH-8205)
Show description for 2b32da2
davidair
authored and
gpshead
committed
2b32da2
View commit details
Copy full SHA for 2b32da2
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
Show description for 1590c39
tiran
authored
1590c39
View commit details
Copy full SHA for 1590c39
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
zooba
authored
864a892
View commit details
Copy full SHA for 864a892
View code at this point
Browse repository at this point
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Show description for e0b5b20
berkerpeksag
authored
e0b5b20
View commit details
Copy full SHA for e0b5b20
View code at this point
Browse repository at this point
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
Show description for 7c4ab2a
ZackerySpytz
authored and
benjaminp
committed
7c4ab2a
View commit details
Copy full SHA for 7c4ab2a
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
bpo-34399: 2048 bits RSA keys and DH params (#8762)
Show description for 88bfd0b
tiran
authored
88bfd0b
View commit details
Copy full SHA for 88bfd0b
View code at this point
Browse repository at this point
Commits on Aug 12, 2018
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
VadimPushtaev
authored and
ericvsmith
committed
4d12e4d
View commit details
Copy full SHA for 4d12e4d
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
bpo-34151: Improve performance of some list operations (GH-8332)
sir-sigurd
authored and
zhangyangyu
committed
2fc4697
View commit details
Copy full SHA for 2fc4697
View code at this point
Browse repository at this point
closes bpo-34377: Update Valgrind suppressions. (GH-8729)
Show description for db6075a
PaulPrice
authored and
benjaminp
committed
db6075a
View commit details
Copy full SHA for db6075a
View code at this point
Browse repository at this point
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Show description for 84a13fb
berkerpeksag
authored
84a13fb
View commit details
Copy full SHA for 84a13fb
View code at this point
Browse repository at this point
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
berkerpeksag
authored
423d05f
View commit details
Copy full SHA for 423d05f
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
taleinat
authored
077059e
View commit details
Copy full SHA for 077059e
View code at this point
Browse repository at this point
closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703)
GPery
authored and
benjaminp
committed
b92c526
View commit details
Copy full SHA for b92c526
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL