]> granicus.if.org Git - python/shortlog
python
2018-05-20 Miss Islington... bpo-23722: Fix docs for future __classcell__ changes...
2018-05-20 Elvis Pranskevichus[3.7] bpo-32996: The bulk of What's New in Python 3...
2018-05-20 Miss Islington... bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996)
2018-05-19 Miss Islington... Fix typo in error message when decoding PYTHONPATH...
2018-05-19 Miss Islington... bpo-32831: IDLE: Add docstrings and tests for codeconte...
2018-05-19 Miss Islington... bpo-19950: Clarify unittest TestCase instance use....
2018-05-18 Andrés Delfino[3.7] bpo-33518: Add PEP entry to documentation glossar...
2018-05-18 Miss Islington... bpo-28556: Don't simplify unions at runtime (GH-6841...
2018-05-18 Miss Islington... bpo-33556: Remove reference to thread module from docst...
2018-05-18 Miss Islington... Fix C API docs: PyCapsule_Import always set an exceptio...
2018-05-18 Miss Islington... bpo-33564: Add async to IDLE's code context block opene...
2018-05-17 Miss Islington... bpo-33559: Attribute changed repr of exceptions (GH...
2018-05-17 Miss Islington... Fix Windows build of Python for latest WinSDK. (GH...
2018-05-17 Miss Islington... asyncio/docs: Mark asyncio.run() as provisional in...
2018-05-17 Miss Islington... bpo-33559: Document changed repr of exceptions (GH...
2018-05-17 Miss Islington... Only upload docs for CI build and not pull requests...
2018-05-17 Miss Islington... Provide a little better debug output (GH-6940) (#6942)
2018-05-17 Miss Islington... bpo-33537: Add an __all__ to importlib.resources (GH...
2018-05-17 Miss Islington... bpo-33522: Enable CI builds on Visual Studio Team Servi...
2018-05-17 Miss Islington... Update Python Folder.icns icon file to match new macOS...
2018-05-17 Miss Islington... bpo-33549: Remove shim and deprecation warning to acces...
2018-05-17 Miss Islington... bpo-13631: Fix the order of initialization for readline...
2018-05-16 Miss Islington... Fix ClassVar as string fails when getting type hints...
2018-05-16 Miss Islington... bpo-32216: Update dataclasses documentation (GH-6913...
2018-05-16 Miss Islington... bpo-24318: Rewrite the README PGO section. (GH-6863)
2018-05-16 Miss Islington... bpo-33536: Validate make_dataclass() field names. ...
2018-05-16 Miss Islington... [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904...
2018-05-16 Miss Islington... bpo-33503: Fix the broken pypi link in the source and...
2018-05-16 Miss Islington... Minor tweaks to dataclasses docs. (GH-6903)
2018-05-16 Miss Islington... bpo-33534: Remove unneeded test. (GH-6897)
2018-05-16 Miss Islington... Reflow dataclasses comments (GH-6893)
2018-05-16 Miss Islington... bpo-32216: Add documentation for dataclasses (GH-6886)
2018-05-16 Miss Islington... bpo-32384: Skip test when _testcapi isn't available...
2018-05-16 Miss Islington... bpo-33453: Handle string type annotations in dataclasse...
2018-05-16 Miss Islington... bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. ...
2018-05-15 Miss Islington... bpo-33465: Use an unlikely to be built-in C extension...
2018-05-15 Miss Islington... bpo-33509: Fix _warnings for module_globals=None (GH...
2018-05-15 Miss Islington... bpo-29706: Test that IDLE colors async/await as keyword...
2018-05-15 Miss Islington... bpo-28167: bump platform.linux_distribution removal...
2018-05-15 Eric Snowbpo-32604: Remove xid registry. (#6813)
2018-05-15 Miss Islington... bpo-33517: dataclasses: Add the field type to Field...
2018-05-15 Miss Islington... Remove accidentally checked in files. (GH-6835) (GH...
2018-05-15 Miss Islington... bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
2018-05-15 Miss Islington... Add AsyncContextManager to typing module documentation...
2018-05-14 Miss Islington... bpo-33502: dataclass._Dataclassparams repr: use repr...
2018-05-14 Miss Islington... Fixed an unused variable warning introduced in GH-6800...
2018-05-14 Miss Islington... bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH...
2018-05-14 Miss Islington... bpo-33497: Add errors param to cgi.parse_multipart...
2018-05-14 Pablo Galindobpo-20104: Remove posix_spawn from 3.7 (GH-6794)
2018-05-14 Miss Islington... Add versionchanged in create_datagram_endpoint doc...
2018-05-14 Miss Islington... [3.7] bpo-32861: urllib.robotparser fix incomplete...
2018-05-14 Miss Islington... Remove `ifdef` check for an OpenSSL version (0.9.6...
2018-05-14 Miss Islington... bpo-33494: Change dataclasses.Fields repr to use the...
2018-05-14 Miss Islington... bpo-22069: Update TextIO documentation (GH-6609)
2018-05-14 Miss Islington... bpo-32601: Let test_expanduser use the same user if...
2018-05-14 Benjamin Peterson[3.7] bpo-33488: Satisfy markdownlint for the pull...
2018-05-13 Miss Islington... bpo-28055: Fix unaligned accesses in siphash24(). ...
2018-05-11 Miss Islington... bpo-33455: Pass os.environ in test_posix::test_specify_...
2018-05-11 Miss Islington... Fix a bug in Generic.__new__ (GH-6758)
2018-05-10 Miss Islington... bpo-26701: Tweak the documentation for special methods...
2018-05-09 Miss Islington... bpo-13525: Fix incorrect encoding name in the tutorial...
2018-05-09 Miss Islington... Fix superfluous if in documentation. (GH-6728)
2018-05-09 Miss Islington... Fix typo in __mul__ and __rmul__ docstring (GH-6674)
2018-05-09 Miss Islington... closes bpo-33445: fail properly in test_cprofile()...
2018-05-09 Miss Islington... bpo-28556: Minor fixes for typing module (GH-6732)
2018-05-08 Miss Islington... bpo-32717: Document PEP 560 (GH-6726)
2018-05-06 Miss Islington... [3.7] bpo-20087: Update locale alias mapping with glibc...
2018-05-05 Miss Islington... bpo-33422: Fix quotation marks getting deleted when...
2018-05-02 Miss Islington... bpo-33391: Fix refleak in set_symmetric_difference...
2018-05-02 Ned Deilybump to 3.7.0b4+
2018-05-02 Ned Deily3.7.0b4 v3.7.0b4
2018-05-02 Miss Islington... Enable the verbose build for extension modules with...
2018-05-02 Miss Islington... bpo-33393: Update config.guess and config.sub files...
2018-05-02 Miss Islington... Mitigate macOS race condition in installer build (GH...
2018-05-02 Miss Islington... bpo-33290: Have macOS installer remove "pip" alias...
2018-05-02 Miss Islington... bpo-33281: NEWS and ACK (GH-6681) (GH-6682)
2018-05-02 Miss Islington... bpo-33281: Fix ctypes.util.find_library regression...
2018-05-01 Miss Islington... bpo-33377: add triplets for mips-r6 and riscv (GH-6655...
2018-05-01 Miss Islington... bpo-20104: Improve error handling and fix a reference...
2018-05-01 Miss Islington... bpo-31908: Fix output of cover files for trace module...
2018-04-30 Miss Islington... bpo-33352: Skip test_regrtest test if rt.bat does not...
2018-04-30 Miss Islington... bpo-33254: do not return an empty list when asking...
2018-04-30 Miss Islington... bpo-21474: Update IDLE word/identifier definition from...
2018-04-29 Miss Islington... bpo-33256: Replace angle brackets around python object...
2018-04-29 Miss Islington... bpo-32362: Fix references to non-existent multiprocessi...
2018-04-29 Miss Islington... bpo-31026: Fix test_dbm if dbm.ndbm is build with Berke...
2018-04-29 Miss Islington... [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm...
2018-04-28 Miss Islington... bpo-33378: Add Korean to the language switcher. (GH...
2018-04-27 Miss Islington... Change "non-local state" to "content-local state"....
2018-04-27 Zsolt Dollenstein[3.7] bpo-33363: raise SyntaxError for async for/with...
2018-04-27 Miss Islington... bpo-33358: Fix test_embed.test_pre_initialization_sys_o...
2018-04-25 Miss Islington... bpo-33330: Improve error handling in PyImport_Cleanup...
2018-04-25 Miss Islington... bpo-33280: Reorganize external Tcl/Tk references. ...
2018-04-25 Miss Islington... bpo-33314: Fix rendering issues in the documentation...
2018-04-25 Miss Islington... Mention both relevant PEPs in function annotations...
2018-04-25 Miss Islington... bpo-33128 Fix duplicated call to importlib._install_ext...
2018-04-23 Miss Islington... bpo-33329: Fix multiprocessing regression on newer...
2018-04-23 Miss Islington... bpo-991266: Fix quoting of Comment attribute of SimpleC...
2018-04-21 Miss Islington... bpo-33297: Mention Pillow to work with more image forma...
2018-04-20 Miss Islington... Clarify that __path__ can't be just any value (GH-6554)
next