]> granicus.if.org Git - python/shortlog
python
2017-10-22 Antoine Pitroubpo-28326: Fix multiprocessing.Process when stdout...
2017-10-21 Serhiy StorchakaFix bytes warnings in test_struct (added in bpo-29802...
2017-10-20 Oren Milmanbpo-31781: Prevent crashes when calling methods of...
2017-10-20 Serhiy Storchakabpo-31825: Fixed OverflowError in the 'unicode-escape...
2017-10-19 Antoine Pitroubpo-31819: Add AbstractEventLoop.sock_recv_into() ...
2017-10-19 jlacolinebpo-31632: fix set_protocol() in _SSLProtocolTransport...
2017-10-19 Łukasz Langabpo-31457: Don't omit inner ``process()`` calls with...
2017-10-19 George KingAdd NEWS entry for opcode tracing change. (GH-4045)
2017-10-19 Benjamin Petersondrop unused configure check for pthread_atfork (#4046)
2017-10-19 George KingMove opcode tracing to occur after the possible update...
2017-10-19 Łukasz Langabpo-31457: Make the `LoggerAdapter.manager` property...
2017-10-18 RonUpdate TestCase.assertAlmostEqual and assertNotAlmostEq...
2017-10-18 Pablo Galindobpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout...
2017-10-18 MariattaAdd Code of Conduct to .github folder. (GH-4029)
2017-10-17 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17....
2017-10-17 Terry Jan Reedybpo-13802: Use non-Latin characters in IDLE's Font...
2017-10-17 Victor Stinnertime.clock() now emits a DeprecationWarning (GH-4020)
2017-10-17 Zane Bitterbpo-28603: Fix formatting tracebacks for unhashable...
2017-10-17 Barry Warsawbpo-31799: Make module.__spec__ more discoverable ...
2017-10-17 Riccardo Cocciolibpo-31334: Fix timeout in select.poll.poll() (GH-3277)
2017-10-17 Pablo Galindobpo-31786: Make functions in the select module blocking...
2017-10-17 Mario Corcherobpo-30541: Add new method to seal mocks (GH61923)
2017-10-17 Ned Deilypost 3.7.0a2 development
2017-10-17 Ned DeilyBump to 3.7.0a2 v3.7.0a2
2017-10-17 Ned DeilyUpdate NEWS and topics for 3.7.0a2
2017-10-16 Łukasz Langabpo-31558: Update NEWS and ACKS (#4013)
2017-10-16 brainfvckbpo-31558: Add gc.freeze() (#3705)
2017-10-16 Victor Stinnerbpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t...
2017-10-16 Pablo Galindobpo-31776: Missing "raise from None" in Lib/xml/etree...
2017-10-16 Serhiy Storchakabpo-31792: Restore os.environ in test_buffer when impor...
2017-10-15 Semen Zhydenkocompletly -> completely (#3999) (closes bpo-31788)
2017-10-15 vyas45bpo-31754: Fix type of 'itemsize' in PyBuffer_FillConti...
2017-10-15 Dargorbpo-31780: Fix incorrect error message for ',x', '...
2017-10-15 Terry Jan Reedybpo-25588: Document autotest in idle_test/README.txt...
2017-10-14 Raymond Hettingerbpo-31757: Make Fibonacci examples consistent (#3991)
2017-10-14 INADA Naokibpo-31672: doc: Remove one sentence from library/string...
2017-10-14 Serhiy Storchakabpo-31714: Improved regular expression documentation...
2017-10-13 Victor Stinnerbpo-30807: signal.setitimer() now uses _PyTime API...
2017-10-13 Victor Stinnerbpo-31676: Fix test_imp.test_load_source() side effect...
2017-10-13 Victor Stinneros.startfile(): add a C comment on security (#3877)
2017-10-13 Victor Stinnerbpo-25588: Fix regrtest when run inside IDLE (#3962)
2017-10-13 Berker Peksagbpo-28647: Update -u documentation after bpo-30404...
2017-10-13 INADA Naokibpo-31672: Fix string.Template accidentally matched...
2017-10-13 Berker PeksagImprove test suite customization example (GH-3967)
2017-10-12 Ned DeilyExclude non-default VENVDIR in Doc builds (#3974)
2017-10-12 Serhiy Storchakabpo-30058: Fixed buffer overflow in select.kqueue.contr...
2017-10-12 Ned Deilybpo-31766: restore 3.5 to docs version switchers (...
2017-10-12 Éric Araujobpo-31567: more decorator markup fixes in docs (GH...
2017-10-12 Victor Stinnerbpo-31773: time.perf_counter() uses again double (GH...
2017-10-12 Daisuke Miyakawabpo-31567: add or fix decorator markup in docs (#3959)
2017-10-11 Victor StinnerCleanup pytime.c (#3955)
2017-10-11 Cheryl Sabellabpo-28157: Improvements for the time module documentati...
2017-10-10 Brad Smithbpo-31537: Update readline documentation example. ...
2017-10-10 Oren Milmanbpo-31728: Prevent crashes in _elementtree due to unsaf...
2017-10-10 Oren Milmanbpo-31740: Prevent refleaks when sqlite3.Connection...
2017-10-10 Victor Stinnerbpo-31415: Add _PyTime_GetPerfCounter() and use it...
2017-10-09 Ned DeilyAllow configure to handle PATH elements with spaces...
2017-10-09 Victor Stinnerbpo-31701: faulthandler: ignore MSC and COM Windows...
2017-10-09 Oren Milmanbpo-31723: Fix refleaks when zipimporter.__init__(...
2017-10-08 Serhiy Storchakabpo-27867: Add a porting guide for PySlice_GetIndicesEx...
2017-10-08 Oren Milmanbpo-28280: Make PyMapping_Keys(), PyMapping_Values...
2017-10-08 Serhiy Storchakabpo-31642: Restore blocking "from" import by setting...
2017-10-08 Zachary Warebpo-31724: Skip test_xmlrpc_net (GH-3921)
2017-10-07 Serhiy Storchakabpo-31655: Validate keyword names in SimpleNamespace...
2017-10-07 Tzu-ping Chungbpo-31720: msilib documentation, change MsiError into...
2017-10-06 Yury Selivanovbpo-31709: Update importlib magic (#3906)
2017-10-06 Barry WarsawDocument Py_GETENV() (#3890)
2017-10-06 Masayuki Yamamotobpo-25658: Implement PEP 539 for Thread Specific Storag...
2017-10-06 Yury Selivanovbpo-31708: Allow async generator expressions in synchro...
2017-10-06 Yury Selivanovbpo-31709: Drop support for asynchronous __aiter__...
2017-10-06 Benjamin Petersonweaken pthread_getcpuclockid test (more bpo-31596)...
2017-10-06 Benjamin Petersoncloses bpo-31696: don't mention GCC in sys.version...
2017-10-06 Jelle Zijlstrabpo-30406: Make async and await proper keywords (#1669)
2017-10-05 Steve Dowerbpo-31523: Reliability improvements to the Windows...
2017-10-05 Barry WarsawPEP 553 built-in breakpoint() function (bpo-31353)...
2017-10-05 Victor Kbpo-31556: asyncio.wait_for can cancel futures faster...
2017-10-05 Victor Stinnerbpo-31178: Mock os.waitpid() in test_subprocess (#3896)
2017-10-05 INADA Naokibpo-31671: re: Convert RegexFlag to int before compile...
2017-10-05 Jakub Stasiakcloses bpo-27494: Fix 2to3 handling of trailing comma...
2017-10-05 Benjamin Petersonremove tabs from getcompiler.c (#3892)
2017-10-05 pdoxcloses bpo-31596: Add an interface for pthread_getcpucl...
2017-10-05 Terry Jan ReedyAdd self and idlelib to CODEOWNERS file. (#3889)
2017-10-04 Serhiy Storchakabpo-30872: Update the curses docs to Python 3. (#2620)
2017-10-04 Serhiy StorchakaRefactor multiplication and division of timedelta and...
2017-10-04 Serhiy Storchakabpo-31667: Fix gettext related links. (#3860)
2017-10-04 Serhiy Storchakabpo-30404: The -u option now makes the stdout and stder...
2017-10-04 Serhiy Storchakabpo-30397: Add re.Pattern and re.Match. (#1646)
2017-10-04 Victor Stinnerbpo-31683: Py_FatalError() now supports long error...
2017-10-04 INADA Naokibpo-31677: email: Remove re.IGNORECASE flag (GH-3868)
2017-10-04 Ned DeilyRemove retired and security branches from active docs...
2017-10-03 Serhiy Storchakabpo-31675: Fix memory leaks in Tkinter's methods splitl...
2017-10-03 Serhiy Storchakabpo-31673: Fixed typo in the name of Tkinter's method...
2017-10-03 dianabpo-31657: Add test coverage for the __debug__ case...
2017-10-03 Serhiy Storchakabpo-31619: Fixed a ValueError when convert a string...
2017-10-03 INADA Naokibpo-31415: Add `-X importtime` option (GH-3490)
2017-10-03 Thomas Moreaubpo-31540: Allow passing multiprocessing context to...
2017-10-02 Anselm Kruisbpo-31662: Fix typos in uploadrelease.bat script
2017-10-02 Victor Stinnerbpo-31510: Fix multiprocessing test_many_processes...
2017-10-02 Victor Stinnerbpo-11063: Fix _uuid module on macOS (#3855)
2017-10-02 Antoine Pitroubpo-31516: current_thread() should not return a dummy...
next