]> granicus.if.org Git - python/shortlog
python
2017-10-25 Benjamin Petersonremove support for splitting the ceval switch into...
2017-10-25 Nick Coghlanbpo-31845: Fix reading flags from environment (GH-4105)
2017-10-24 Victor Stinnerbpo-30768: Recompute timeout on interrupted lock (GH...
2017-10-24 Serhiy Storchakabpo-31690: Allow the inline flags "a", "L", and "u...
2017-10-24 Alexander BelopolskyCloses bpo-28292: Implemented Calendar.itermonthdays3...
2017-10-24 Serhiy Storchakabpo-31664: Add support for the Blowfish method in crypt...
2017-10-24 Masayuki YamamotoFix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
2017-10-24 Thomas Kluyverbpo-30639: Lazily compute repr for error (#2132)
2017-10-24 Victor Stinnerbpo-31174: Fix test_tools.test_unparse (#4102)
2017-10-24 Julien Palardbpo-31812: Add documentation translations to What's...
2017-10-24 Victor Stinnerbpo-31827: Remove os.stat_float_times() (GH-4061)
2017-10-24 Victor Stinnerbpo-31810: Add smelly.py to check exported symbols...
2017-10-24 Michał Górnyfixes bpo-31834: Use optimized code for BLAKE2 only...
2017-10-23 Serhiy Storchakabpo-31847: Fix commented out tests in test_syntax....
2017-10-23 Victor Stinnerbpo-31653: Remove deadcode in semlock_acquire() (#4091)
2017-10-23 Christoph Sarnowskibpo-30722: Make redemo work with Python 3.6+ (GH-2311)
2017-10-23 xdegayebpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
2017-10-23 Serhiy Storchakabpo-31752: Fix possible crash in timedelta constructor...
2017-10-23 andycleggbpo-31756: subprocess.run should alias universal_newlin...
2017-10-22 Mark ShannonMove exc state to generator. Fixes bpo-25612 (#1773)
2017-10-22 Cheryl Sabellabpo-20825: Containment test for ip_network in ip_network.
2017-10-22 Serhiy Storchakabpo-31572: Get rid of using _PyObject_HasAttrId() in...
2017-10-22 Antoine Pitroubpo-31653: Don't release the GIL if we can acquire...
2017-10-22 Serhiy Storchakabpo-28286: Add tests for the mode argument of GzipFile...
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...
next