summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)Victor Stinner2018-08-291-0/+2
* bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)Victor Stinner2018-08-291-0/+3
* bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)Victor Stinner2018-08-291-0/+3
* bpo-34485: Enhance init_sys_streams() (GH-8978)Victor Stinner2018-08-282-0/+8
* bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)Victor Stinner2018-08-281-0/+3
* bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)Victor Stinner2018-08-282-0/+5
* bpo-21145: Add cached_property decorator in functools (#6982)Carl Meyer2018-08-281-0/+2
* bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)Przemysław Spodymek2018-08-271-0/+5
* bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)Michael Felt2018-08-271-0/+1
* bpo-32968: Make modulo and floor division involving Fraction and float consis...Elias Zamaria2018-08-272-0/+2
* Remove AIX workaround test_subprocess (GH-8939)Michael Felt2018-08-261-0/+1
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Serhiy Storchaka2018-08-251-0/+1
* bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)Danish Prakash2018-08-251-1/+1
* bpo-13312: Avoid int underflow in time year. (GH-8912)Gregory P. Smith2018-08-251-0/+2
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Vladimir Matveev2018-08-241-0/+2
* bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...Paul Ganssle2018-08-231-0/+4
* bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)Michael Osipov2018-08-231-0/+1
* bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)Berker Peksag2018-08-221-0/+2
* bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...Alexey Izbyshev2018-08-201-0/+3
* bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-...Serhiy Storchaka2018-08-191-0/+7
* bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences s...Zackery Spytz2018-08-191-0/+3
* Improve error message when mock.assert_has_calls fails (GH-8205)davidair2018-08-171-0/+1
* bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)Christian Heimes2018-08-161-0/+1
* bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)Steve Dower2018-08-151-0/+1
* bpo-34384: Fix os.readlink() on Windows (GH-8740)Berker Peksag2018-08-151-0/+2
* closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)Zackery Spytz2018-08-151-0/+1
* bpo-34399: 2048 bits RSA keys and DH params (#8762)Christian Heimes2018-08-141-0/+1
* bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)Vadim Pushtaev2018-08-121-0/+1
* bpo-34151: Improve performance of some list operations (GH-8332)Sergey Fedoseev2018-08-111-0/+2
* closes bpo-34377: Update Valgrind suppressions. (GH-8729)Paul Price2018-08-112-11/+14
* bpo-9372: Deprecate several __getitem__ methods (GH-8609)Berker Peksag2018-08-111-0/+3
* bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)Berker Peksag2018-08-111-0/+2
* bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)Tal Einat2018-08-101-0/+1
* closes bpo-34353: Add sockets to stat.filemode fallback python implementation...GPery2018-08-101-0/+2
* bpo-34270: Make it possible to name asyncio tasks (GH-8547)Alex Grönholm2018-08-082-0/+10
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Berker Peksag2018-08-071-0/+3
* bpo-19891: Ignore error while writing history file (GH-8483)Anthony Sottile2018-08-061-0/+2
* bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...Tal Einat2018-08-051-0/+1
* bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)Terry Jan Reedy2018-08-031-0/+2
* bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)Marcel Plch2018-08-021-0/+3
* bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Tal Einat2018-08-021-0/+1
* bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)costypetrisor2018-07-311-0/+2
* bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)MartinAltmayer2018-07-311-0/+2
* bpo-33089: Add math.dist() for computing the Euclidean distance between two p...Raymond Hettinger2018-07-311-0/+1
* bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)Serhiy Storchaka2018-07-312-0/+6
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-311-0/+1
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-311-0/+2
* bpo-1617161: Make the hash and equality of methods not depending on the value...Serhiy Storchaka2018-07-311-0/+7
* bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)twisteroid ambassador2018-07-301-0/+2
* Add docstrings to public methods from context.c (GH-8531)Peter Lamut2018-07-301-0/+1