]> granicus.if.org Git - python/shortlog
python
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...
2017-10-02 Cornelius Diekmannbpo-31158: Fix nondeterministic read in test_pty (...
2017-10-02 INADA Naokibpo-31659: Use simple slicing to format PEM cert (GH...
2017-10-02 Benjamin Petersonremove comment about long-gone SGI modules (#3850)
2017-10-01 Terry Jan ReedyIDLE: make filetypes a tuple constant. (#3847)
2017-10-01 scoderbpo-31336: Speed up type creation. (#3279)
2017-09-30 Terry Jan Reedybpo-31460: Simplify the API of IDLE's Module Browser...
2017-09-30 Terry Jan Reedybpo-31649: Make IDLE's _htest, _utest parameters keywor...
2017-09-30 Oren Milmanbpo-31592: Fix an assertion failure in Python parser...
2017-09-30 Serhiy Storchakabpo-31627: Make test_mailbox be lenient to empty hostna...
2017-09-30 scoderbpo-31648: Improve ElementPath (#3835)
2017-09-30 INADA Naokibpo-31581: Reduce the number of imports for functools...
2017-09-30 James Sextonbpo-30806 netrc.__repr__() is broken for writing to...
2017-09-29 Christian Heimesbpo-31574: importlib dtrace (#3749)
2017-09-29 Łukasz Langabpo-31641: Allow arbitrary iterables in `concurrent...
2017-09-29 Oren Milmanbpo-31602: Fix an assertion failure in zipimporter...
2017-09-29 Brett CannonTweak formatting of PR message template (#3828)
2017-09-29 Oren Milmanbpo-31285: Remove splitlines identifier from Python...
2017-09-29 Zhiming Wangbpo-31638: Add compression support to zipapp (GH-3819)
2017-09-29 Benjamin Petersonexplicitly list objects for the ar command (#3824)
2017-09-29 Benjamin Petersonstop using ranlib (closes bpo-31625) (#3815)
2017-09-29 Sorin Sbarneabpo-25351: avoid activate failure on strict shells...
2017-09-29 Benjamin Petersonremove support for BSD/OS (closes bpo-31624) (#3812)
2017-09-28 Antoine Pitroubpo-11063, bpo-20519: avoid ctypes and improve import...
2017-09-28 kms70847Fix typo in Simple Statements documentation (GH-3809)
2017-09-28 Oren Milmanbpo-31478: Fix an assertion failure in random.seed...
2017-09-27 Barry WarsawTrivial readability improvement (#3791)
2017-09-27 Oren Milmanbpo-31588: Validate return value of __prepare__() metho...
2017-09-27 Benjamin Petersonpoint to the module-level get_ident function rather...
2017-09-27 Michał Górnycloses bpo-22140: Prevent double substitution of prefix...
2017-09-27 Oren Milmanbpo-31586: Use _count_element fast path for real dicts.
2017-09-26 Serhiy Storchakabpo-30347: Stop crashes when concurrently iterate over...
2017-09-26 Serhiy Storchakabpo-28293: Don't completely dump the regex cache when...
2017-09-26 Serhiy Storchakabpo-31579: Fixed a possible leak in enumerate() with...
2017-09-25 Guilherme Caminhabpo-31571: Remove duplicated info in Lexical Analysis...
2017-09-25 Serhiy Storchakabpo-30152: Reduce the number of imports for argparse...
2017-09-25 Stefan Grönkebpo-31569: correct PCBuild/ case to PCbuild/ in build...
2017-09-25 Raymond Hettingerbpo-26491 Defer DECREFs until enumobject is in a consis...
2017-09-25 Victor Stinnerbpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug...
2017-09-25 Raymond Hettingerbpo-27385: Clarify docstring for groupby() (#3738)
2017-09-25 Oren Milmanbpo-31311: Fix a SystemError and a crash in ctypes...
2017-09-25 Raymond Hettingerbpo-23702: Update Descriptor-HOWTO to reflect the remov...
2017-09-25 Raymond Hettingerbpo-18558: Clarify glossary entry for "Iterable" (...
2017-09-24 Benjamin Petersonremove configure check for memmove (#3716)
2017-09-24 Sanket Dasguptabpo-30085: Improve documentation for operator (#1171)
2017-09-24 Oren Milmanbpo-31566: Fix an assertion failure in _warnings.warn...
next