]> granicus.if.org Git - python/shortlog
python
2017-09-05 Christian Heimes[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318)...
2017-09-05 Christian Heimes[3.6] Travis: use ccache (GH-3307) (#3332)
2017-09-05 Christian Heimes[3.6] bpo-30622: Change NPN detection: (GH-2079) (...
2017-09-05 Ned DeilyInclude additional changes to support blurbified NEWS...
2017-09-05 Ned DeilySimplify NEWS entry to prevent suspicious warnings...
2017-09-05 larryhastingsFix malformed handcrafted blurb filename. (#3327)
2017-09-04 Gregory P.... Rename my manually mis-named NEWS.d file. #sorry (...
2017-09-04 Gregory P.... [3.6] Added effect of re.ASCII and reworded slightly...
2017-09-04 Gregory P.... bpo-22536 [3.6] Set filename in FileNotFoundError ...
2017-09-04 Benjamin Peterson[3.6] remote note about IRIX in aifc (#3304)
2017-09-04 Christian Heimes[3.6] bpo-25674: remove sha256.tbs-internet.com ssl...
2017-09-04 larryhastingsBlurbify 3.6. (#3287)
2017-09-04 Segev Finer[3.6] Add missing _sha3 module to Setup.dist (GH-2395...
2017-09-04 INADA Naokibpo-31095: fix potential crash during GC (GH-3195)
2017-09-03 Gregory P.... [3.6] bpo-29212: Fix the ugly repr() ThreadPoolExecutor...
2017-09-03 Gregory P.... [3.6] bpo-9146: Raise a ValueError if OpenSSL fails...
2017-09-03 Gregory P.... [3.6] Fix a typo in the Programming FAQ. (GH-3230)...
2017-09-03 Antoine Pitrou[3.6] Fix a c.f.as_completed() refleak previously intro...
2017-09-03 Serhiy Storchakabpo-31185: Fixed miscellaneous errors in asyncio speedu...
2017-09-01 Christopher... bpo-30581: Windows: os.cpu_count() returns wrong number...
2017-09-01 Antoine Pitrou[3.6] bpo-27144: concurrent.futures as_complete and...
2017-09-01 Victor Stinnerbpo-31217: Fix regrtest -R for small integer (#3260...
2017-09-01 Victor Stinnerbpo-31249: Fix ref cycle in ThreadPoolExecutor (#3253)
2017-08-31 Mariatta[3.6] Fix the indentation in Extending Python code...
2017-08-30 Oren Milman[3.6] bpo-31291: Fixed an assertion failure in zipimpor...
2017-08-30 Pauli Virtanen[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for...
2017-08-30 Terry Jan Reedy[3.6] bpo-31051: Rearrange IDLE condigdialog GenPage...
2017-08-29 Oren Milman[3.6] bpo-31243: Fixed PyArg_ParseTuple failure checks...
2017-08-28 Mariatta[3.6] bpo-26656: Improve re.compile documentation ...
2017-08-27 Terry Jan Reedy[3.6] bpo-30617: IDLE: docstrings and unittest for...
2017-08-27 Mariattabpo-31191: Improve grammar in threading.Barrier docs...
2017-08-27 Terry Jan Reedy[3.6] bpo-31287: IDLE - do not alter tkinter.messagebox...
2017-08-26 Terry Jan Reedy[3.6] bpo-30781: IDLE - use ttk widgets in configdialo...
2017-08-26 Oren Milman[3.6] bpo-31271: Fix an assertion failure in io.TextIOW...
2017-08-26 Oren Milman[3.6] bpo-28261: Prevent raising SystemError where...
2017-08-22 Victor Stinnerbpo-28667: Fix a compile warning on FreeBSD when compar...
2017-08-22 Łukasz Langa[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug...
2017-08-22 Martijn Pietersbpo-31161: only check for parens error for SyntaxError...
2017-08-22 Victor Stinnerbpo-31259: test_urllib2_localnet uses addCleanup(server...
2017-08-22 Victor Stinnerbpo-31234: fork_wait tests now join threads (#3139...
2017-08-21 Victor Stinner[3.6] bpo-30871: Add test.pythoninfo (#3174)
2017-08-21 Victor Stinner[3.6] bpo-30121: Fix debug assert in subprocess on...
2017-08-21 Victor Stinnerbpo-31247: xmlrpc.server: break reference cycle (#3166...
2017-08-20 Cheryl Sabella[3.6] bpo-31206: IDLE: Factor HighPage class from Confi...
2017-08-20 Cheryl Sabella[3.6] bpo-31206: IDLE: Factor HighPage class from Confi...
2017-08-19 Cheryl Sabella[3.6] bpo-31206: IDLE: Factor HighPage class from Confi...
2017-08-19 Nick Coghlan[3.6] bpo-31232: Backport custom print rshift message...
2017-08-19 Victor Stinnerbpo-31234: test_threading: fix ref cycle (#3150) (...
2017-08-18 Victor Stinnerbpo-31235: Fix ResourceWarning in test_logging (#3147...
2017-08-18 Victor Stinnerbpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106...
2017-08-18 MariattaFix broken `Show Source` links on documentation pages...
2017-08-18 Terry Jan Reedy[3.6] bpo-31001: IDLE: Add tests for configdialog highl...
2017-08-17 Victor Stinner[3.6] bpo-31221: patchcheck ignores external libraries...
2017-08-17 Julien PalardUpdate the language selection in the docs language...
2017-08-17 Victor Stinnerbpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type...
2017-08-16 Victor Stinnerbpo-31069, test_multiprocessing: Fix dangling process...
2017-08-16 Victor StinnerRevert "[3.6] bpo-30983: eval frame rename in pep 0523...
2017-08-15 Terry Jan Reedy[3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08...
2017-08-15 Terry Jan Reedy[3.6] bpo-31205: IDLE: Factor KeysPage class from Confi...
2017-08-15 Christian Heimes[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (...
2017-08-15 Terry Jan Reedy[3.6] bpo-31002: IDLE: Add tests for configdialog keys...
2017-08-14 Łukasz Langa[3.6] bpo-30983: eval frame rename in pep 0523 broke...
2017-08-11 Victor Stinnerbpo-31067: test_subprocess calls reap_children() (...
2017-08-11 Victor Stinnerbpo-31173: Rewrite WSTOPSIG test of test_subprocess...
2017-08-10 Victor Stinnerbpo-31008: Fix asyncio test_wait_for_handle on Windows...
2017-08-10 Julien Palardbpo-31159: fix language switch regex on unknown yet...
2017-08-10 Victor Stinner[3.6] bpo-31160: Backport reap_children() fixes from...
2017-08-10 Terry Jan Reedy[3.6] bpo-19903: IDLE: Calltips changed to use inspect...
2017-08-09 Ammar Askar[3.6] bpo-31150: Wait for child process in test_forkint...
2017-08-09 Serhiy Storchaka[3.6] bpo-31070: Fix a race condition in importlib...
2017-08-09 Victor Stinnerttk: fix LabeledScale and OptionMenu destroy() method...
2017-08-08 Julien Palardbpo-31045: Language switch (#2652) (#3023)
2017-08-07 Terry Jan Reedy[3.6] bpo-31130: IDLE -- stop leaks in test_configdialo...
2017-08-07 Terry Jan Reedy[3.6] bpo-29910: IDLE - revert `break`s that disabled...
2017-08-06 Antoine Pitrou[3.6] bpo-30808: Use _Py_atomic API for concurrency...
2017-08-05 Rajath Agasthyabpo-31029: test_tokenize Add missing import unittest...
2017-08-05 Shane Harvey[3.6] bpo-31107: Fix copyreg mangled slot names calcula...
2017-08-04 Yuan Chao ChouFix a shadow-compatible-local warning (#2181)
2017-08-03 Mariatta[3.6] Improve grammar in asyncio documentation (GH...
2017-08-03 Serhiy Storchaka[3.6] bpo-31071: Avoid masking original TypeError in...
2017-08-03 Serhiy Storchaka[3.6] bpo-30978: str.format_map() now passes key lookup...
2017-08-02 INADA Naokibpo-31061: fix crash in asyncio speedup module (GH...
2017-08-01 Terry Jan Reedy[3.6] bpo-31083: IDLE: Describe the Page classes in...
2017-08-01 MariattaRemove .mention-bot (GH-2923) (GH-2970)
2017-08-01 Mariattabpo-25910: Update LICENSE (GH-2873) (GH-2967)
2017-07-31 csabella[3.6] bpo-25684: ttk.OptionMenu radiobuttons weren...
2017-07-30 Terry Jan Reedy[3.6] bpo-31050: IDLE: Factor GenPage class from Config...
2017-07-30 Terry Jan Reedy[3.6] bpo-31004: IDLE: Factor out FontPage class from...
2017-07-30 Terry Jan Reedy[3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (...
2017-07-29 Terry Jan Reedy[3.6] bpo-30803: clarify truth value testing documentat...
2017-07-29 Terry Jan Reedy[3.6] bpo-31027: Fix test_listcomps failure when run...
2017-07-29 Terry Jan Reedy[3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialo...
2017-07-29 MariattaFix trivial typo in multiprocessing documentation ...
2017-07-28 Terry Jan Reedy[3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace...
2017-07-28 Terry Jan Reedy[3.6] bpo-30853: IDLE: Convert font and general vars...
2017-07-28 Terry Jan Reedy[3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog...
2017-07-27 Victor Stinnerbpo-31044: Skip test_posix.test_makedev() on FreeBSD...
2017-07-27 Victor Stinnerbpo-31028: Fix test_pydoc when run directly (#2864...
2017-07-27 Serhiy Storchaka[3.6] bpo-30814, bpo-30876: Add new import test files...
2017-07-27 Terry Jan Reedy[3.6] bpo-31003: IDLE - Add more tests for General...
next