]> granicus.if.org Git - python/shortlog
python
2019-03-16 Dave Chevellbpo-35715: Liberate return value of _process_worker...
2019-03-16 Raymond HettingerUpdate the seealso entries for namedtuple() (GH-12373)
2019-03-16 Raymond HettingerMinor grammar fix in docs (GH-12371)
2019-03-16 Serhiy Storchakabpo-36127: Fix compiler warning in _PyArg_UnpackKeyword...
2019-03-16 Yasser Abpo-36138: Clarify docs about converting datetime.timed...
2019-03-15 Eric Snowbpo-36124: Add PyInterpreterState.dict. (gh-12132)
2019-03-15 Eric Snowbpo-36097: Use only public C-API in the_xxsubinterprete...
2019-03-15 Eric Snowbpo-33608: Deal with pending calls relative to runtime...
2019-03-15 Stéphane WirtelAdd the meaning of the returned value of PyTypeObject...
2019-03-15 Victor Stinnerbpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
2019-03-15 Victor Stinnerbpo-36301: _PyCoreConfig_Read() ensures that argv is...
2019-03-15 Victor Stinnerbpo-36301: Add _PyWstrList structure (GH-12343)
2019-03-15 Victor Stinnerbpo-36235: Fix CFLAGS in distutils customize_compiler...
2019-03-15 Rémi Lapeyrebpo-36272: Logging now propagates RecursionError (GH...
2019-03-15 Raymond HettingerCorrect the heading levels (GH-12338)
2019-03-14 Andre DelfinoDocument actual string.punctuation value. (GH-12270)
2019-03-14 nick sungFix typo duplicate period in a docstring in the zipfile...
2019-03-14 Inada Naokibpo-30040: update news entry (GH-12324)
2019-03-14 Raymond HettingerSimplify overlap() formula for case where variances...
2019-03-14 Serhiy Storchakabpo-36127: Argument Clinic: inline parsing code for...
2019-03-14 Serhiy Storchakabpo-36254: Fix yet one invalid use of %d in format...
2019-03-13 Serhiy Storchakabpo-36282: Improved error message for too much position...
2019-03-13 Serhiy Storchakabpo-36254: Fix invalid uses of %d in format strings...
2019-03-13 Guido van Rossumbpo-36280: Add Constant.kind field (GH-12295)
2019-03-13 pxinwrbpo-31904: Adapt the _signal module to VxWorks RTOS...
2019-03-13 Victor Stinnerbpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl...
2019-03-13 Anthony SottileFix stepping into a frame without a __name__ (GH-12064)
2019-03-13 Cheryl Sabellabpo-35661: Fix failing test on buildbot (GH-12297)
2019-03-12 Steve Dowerbpo-36174: Update nuget authoring for new license field...
2019-03-12 Ned DeilyCorrect minor edit to news entry. (GH-12298)
2019-03-12 Steve Dowerbpo-36264: Updates documentation for change to expandus...
2019-03-12 Ned DeilyMinor edits to news entries (ported from 3.7) (GH-12293)
2019-03-12 Anthony Sottilebpo-36264: Don't honor POSIX HOME in os.path.expanduser...
2019-03-12 Inada Naokicanonicalize "Inada Naoki" in ACKS and 3.8 News (GH...
2019-03-12 Inada Naokibpo-30040: new empty dict uses key-sharing dict (GH...
2019-03-12 Raymond Hettingerbpo-35892: Fix mode() and add multimode() (#12089)
2019-03-12 Daniel Hahlerbpo-35931: Gracefully handle any exception in pdb debug...
2019-03-12 Lisa Roachbpo-35132: Fixes missing target in gdb pep0393 check...
2019-03-11 Julien PalardDoc: Fix inconsistency in multiprocessing (GH-12273)
2019-03-11 Victor Stinnerbpo-36234: Add more tests to PosixUidGidTests (GH-12234)
2019-03-11 Raymond HettingerVarious refinements to the NormalDist examples and...
2019-03-11 Terry Jan Reedybpo-36176: Fix IDLE autocomplete & calltip popup colors...
2019-03-10 Xtreakbpo-35647: Fix path check in cookiejar (#11436)
2019-03-10 Lysandros Nikolaoubpo-21314: Add a FAQ entry about positional only parame...
2019-03-10 Andre DelfinoFix padding on asyncio.IncompleteReadError docs (GH...
2019-03-10 sthbpo-36251: Fix format strings used in match_repr()...
2019-03-10 Xtreakbpo-35121: prefix dot in domain for proper subdomain...
2019-03-10 Benjamin Petersoncloses bpo-33376: Update to Unicode 12.0.0. (GH-12256)
2019-03-09 Pablo GalindoRework integer overflow path in math.prod and add more...
2019-03-09 Carl Bordum... Fix typos and improve grammar in threading.Barrier...
2019-03-09 tyomitchRemove d_initial from the parser as it is unused (GH...
2019-03-09 Raymond HettingerMake a documentation link target more specific (GH...
2019-03-09 Eric Snowbpo-33608: Make sure locks in the runtime are properly...
2019-03-09 Eric Snowbpo-33608: Minor cleanup related to pending calls....
2019-03-09 Eric SnowSimplify DISPATCH by hoisting eval_breaker ahead of...
2019-03-08 Cheryl Sabellabpo-35661: Store the venv prompt in pyvenv.cfg (GH...
2019-03-08 Eric SnowFix the Py_atomic_* macros. (#12240)
2019-03-08 Anthony Sottilebpo-35843: Implement __getitem__ for _NamespacePath...
2019-03-08 Terry Jan Reedybpo-34162: Add entries for idlelib/NEWS.txt (#12232)
2019-03-08 Benedikt WernerFix typo (double 'the') in CODEOWNERS (GH-12227)
2019-03-07 Guido van Rossumbpo-35975: Support parsing earlier minor versions of...
2019-03-07 Zackery Spytzbpo-36140: Fix an incorrect check in msidb_getsummaryin...
2019-03-07 Steve Dowerbpo-36108: Avoid failing the build on race condition...
2019-03-07 Raymond HettingerNormalDist.overlap() only needs one example (GH-12218)
2019-03-07 Steve Dowerbpo-36216: Add check for characters in netloc that...
2019-03-07 Raymond HettingerRefine statistics.NormalDist documentation and improve...
2019-03-07 Raymond Hettingerbpo-36169 : Add overlap() method to statistics.NormalDi...
2019-03-07 Andre DelfinoFix the documentation for set.copy() (GH-12176)
2019-03-07 Emmanuel Ariasbpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH...
2019-03-06 Davide Rizzobpo-36139: Fix mmap_object_dealloc(): hold the GIL...
2019-03-06 Jeremy Klothbpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
2019-03-06 Davide Rizzocloses bpo-36139: release GIL around munmap(). (GH...
2019-03-06 Emmanuel Ariasbpo-36209: Fix typo on hashlib error message (GH-12194)
2019-03-06 Victor Stinnerbpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
2019-03-06 Pradyun Gedambpo-35807: Upgrade ensurepip bundled pip and setuptools...
2019-03-06 Raymond HettingerAdd more tests for pdf() and cdf() (GH-12190)
2019-03-06 Victor Stinnerbpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
2019-03-06 Victor Stinnerbpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
2019-03-05 Victor Stinnerbpo-36142: _PyPreConfig_Write() sets the allocator...
2019-03-05 Victor Stinnerbpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH...
2019-03-05 Serhiy Storchakabpo-36187: Remove NamedStore. (GH-12167)
2019-03-05 Serhiy StorchakaFix the C function signature for _collections._tupleget...
2019-03-05 Victor Stinnerbpo-36142: Add _PyPreConfig.allocator (GH-12181)
2019-03-05 Stéphane Wirtelbpo-33012: Fix compilation warnings in memoryobject...
2019-03-05 Victor Stinnerbpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
2019-03-05 Serhiy Storchakabpo-22831: Use "with" to avoid possible fd leaks in...
2019-03-05 Serhiy Storchakabpo-22831: Use "with" to avoid possible fd leaks in...
2019-03-05 Martijn Pieterscloses bpo-36188: Clean up 'unbound' method left-overs...
2019-03-05 NAKAMURA OsamuDoc: Use `option` word for command line interface....
2019-03-05 Victor Stinnerbpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
2019-03-05 Victor Stinnerbpo-36142: Add _PyPreConfig structure (GH-12172)
2019-03-04 Jules Lasne... Fixed a missing . and a missing capital letter. (GH...
2019-03-04 Christian Heimesbpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
2019-03-04 Kevin Adlerbpo-35198 Fix C++ extension compilation on AIX (GH...
2019-03-04 Victor StinnerRevert: bpo-33608: Factor out a private, per-interprete...
2019-03-04 pxinwrbpo-31904: Add encoding support for VxWorks RTOS (GH...
2019-03-04 Pablo GalindoClean implementation of Parser/pgen and fix some style...
2019-03-04 Andrew Kuchlingbpo-20906: Various revisions to the Unicode howto ...
2019-03-04 Wokofix typo in configparser doc (GH-12154)
2019-03-03 Brennan D Barabanbpo-35899: Fix Enum handling of empty and weird strings...
next