]> granicus.if.org Git - python/shortlog
python
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...
2017-09-24 Oren Milmanbpo-31285: Fix an assertion failure and a SystemError...
2017-09-24 Henk-Jaap WagenaarUpdate Email library documentation example (GH-3720)
2017-09-24 Serhiy Storchakabpo-27319, bpo-31508: Document deprecation in Treeview...
2017-09-24 Serhiy Storchakabpo-30346: An iterator produced by the itertools.groupb...
2017-09-24 Oren Milmanbpo-31311: Impove error reporting in case the first...
2017-09-24 Oren Milmanbpo-31505: Fix an assertion failure in json, in case...
2017-09-24 topper-123bpo-31564: Update typing documentation (GH-3696)
2017-09-23 Serhiy Storchakabpo-25359: Add missed "goto error" after setting an...
2017-09-23 Cheryl Sabellabpo-31459: Rename IDLE's module browser from Class...
2017-09-23 Terry Jan Reedybpo-31559: Remove test order dependence in idle_test...
2017-09-23 Dmitry ChestnykhDocs: correct hashlib.blake2 keyed hashing example...
2017-09-23 Benjamin Petersonsqlite: delete some bsddb cargo-culted code to work...
2017-09-22 Cheryl Sabellabpo-1612262: IDLE: Class Browser shows nested functions...
2017-09-22 Neil Schemenauerbpo-17852: Maintain a list of BufferedWriter objects...
2017-09-22 François Magimelbpo-31423: Fix building the PDF documentation (GH-3693)
2017-09-22 Barry Warsawbpo-31389 Add an optional `header` argument to pdb...
2017-09-22 Stefan Krahbpo-31443: Update included code. (#3697)
2017-09-22 Stefan Krahbpo-31443: Formulate the type slot initialization rules...
2017-09-21 Serhiy Storchakabpo-31410: Optimized calling wrapper and classmethod...
2017-09-21 Serhiy Storchakabpo-27541: Reprs of subclasses of some classes now...
next