]> granicus.if.org Git - python/shortlog
python
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...
2019-03-03 Mark Williamsbpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)
2019-03-03 Inada Naokiadd missing break statement (GH-12147)
2019-03-03 native-apifixed duplicated method name of test_getuserbase()...
2019-03-03 Henry Chenbpo-36091: Remove reference to async generator in Lib...
2019-03-03 ngie-eignUse names SEEK_SET, etc instead of magic number (GH...
2019-03-02 Alex GaynorRemove some code which has been dead since 1994 (#12136)
2019-03-02 Inada Naokibpo-36103: change default buffer size of shutil.copyfil...
2019-03-01 Eric Snowbpo-36097: Use only public C-API in the_xxsubinterprete...
2019-03-01 Pablo Galindobpo-35808: Retire pgen and use pgen2 to generate the...
2019-03-01 Ned Deilybpo-32129: Avoid blurry IDLE application icon on macOS...
2019-03-01 Stéphane Wirtelbpo-36043: FileCookieJar supports os.PathLike (GH-11945)
2019-03-01 Eric Snowbpo-33608: Simplify ceval's DISPATCH by hoisting eval_b...
2019-03-01 Eric Snowbpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpre...
2019-03-01 Victor Stinnerbpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
2019-03-01 Xtreakbpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
2019-03-01 Victor Stinnerbpo-36142: Add preconfig.c (GH-12128)
2019-03-01 Victor Stinnerbpo-36146: Don't run code at setup.py top level (GH...
2019-03-01 Victor Stinnerbpo-36146: Split setup.py into subfunctions (GH-12125)
2019-03-01 Victor Stinnerbpo-36142: Move command line parsing to coreconfig...
2019-03-01 Victor Stinnerbpo-36146: Refactor setup.py: Add PyBuildExt.srcdir...
2019-03-01 Victor Stinnerbpo-36146: Refactor setup.py: PyBuildExt.add() method...
2019-03-01 Victor Stinnerbpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)
2019-03-01 Victor Stinnerbpo-36142: Remove _PyMain structure (GH-12120)
2019-03-01 Victor Stinnerbpo-36142: Rework error reporting in pymain_main()...
2019-03-01 Cheryl Sabellabpo-36152: IDLE: Remove unused parameter from colorizer...
2019-03-01 Pablo Galindobpo-36155: Check for identity on test_gc.test_get_objec...
2019-03-01 Raymond Hettingerbpo-36018: Add documentation link to "random variable...
2019-03-01 Victor Stinnerbpo-36142: Exclude coreconfig.h from Py_LIMITED_API...
2019-02-28 Victor Stinnerbpo-29571: Fix test_re.test_locale_flag() (GH-12099)
2019-02-28 Raymond Hettingerbpo-36018: Add special value tests and make minor tweak...
2019-02-28 Zhiming WangAdd versionadded directives to ssl.minimum_version...
2019-02-28 Victor Stinnerbpo-36146: Refactor setup.py (GH-12093)
2019-02-27 Gregory P.... Document the surprising sideeffect PyErr_Print(). ...
2019-02-27 Shiv DharFix grammar error in timeit module docs (GH-12066)
2019-02-27 Ned DeilyUpdate FAQ to point to Infrastructure Team website...
2019-02-27 Cheryl Sabellabpo-36096: IDLE: Refactor class variables in colorizer...
2019-02-27 pxinwrbpo-31904: Add cross-build support for VxWorks RTOS...
2019-02-26 Joannah Nanjekyebpo-36123: Fix test_socket.testWithTimeoutTriggeredSend...
2019-02-26 Giampaolo Rodolabpo-35652: shutil.copytree(copy_function=...) erroneous...
2019-02-26 Benjamin Petersoncloses bpo-36115: Fix some reference leaks in typeobjec...
2019-02-26 Dima Pasechnikbpo-36106: Resolve sinpi name clash with libm (IEEE...
2019-02-26 Serhiy Storchakabpo-36109: Fix random test_descr failure. (GH-12044)
2019-02-26 Benjamin PetersonRun autoreconf.
2019-02-26 ngie-eigncloses bpo-13497: Fix `broken nice` configure test...
2019-02-25 Zackery Spytzbpo-24643: Fix "#define timezone _timezone" clashes...
2019-02-25 Davin Pottsbpo-36102: Prepend slash to all POSIX shared memory...
2019-02-25 Anthony SottileClean up code which checked presence of os.{stat,lstat...
2019-02-25 XtreakAutospec functions should propagate mock calls to paren...
2019-02-25 Sergey Fedoseevbpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTup...
2019-02-25 Łukasz LangaPost v3.8.0a2
2019-02-25 Łukasz LangaMerge tag 'v3.8.0a2'
2019-02-25 Sergey Fedoseevbpo-36030: Add _PyTuple_FromArray() function (GH-11954)
2019-02-25 Andre DelfinoRemove empty Dictionaries section from programming...
2019-02-25 Serhiy Storchakabpo-35459: Use PyDict_GetItemWithError() instead of...
2019-02-25 Serhiy Storchakabpo-28450: Fix and improve the documentation for unknow...
2019-02-25 Serhiy Storchakabpo-36048: Use __index__() instead of __int__() for...
2019-02-25 Sergey FedoseevCorrect name of 'defaultobj' parameter in PyDict_SetDef...
2019-02-25 Łukasz Langav3.8.0a2 v3.8.0a2
2019-02-25 Miro Hrončokcloses bpo-36083: Fix formatting of the manpage Synopsi...
2019-02-24 Giampaolo Rodolabpo-33671: allow setting shutil.copyfile() bufsize...
2019-02-24 Eric Snowbpo-33608: Factor out a private, per-interpreter _Py_Ad...
2019-02-24 animalizebpo-36101: remove non-ascii characters in docstring...
2019-02-24 Raymond Hettingerbpo-36018: Add properties for mean and stdev (GH-12022)
2019-02-24 Xtreakbpo-35512: Resolve string target to patch.dict decorato...
2019-02-24 Ned Deilybpo-27313: Avoid test_ttk_guionly ComboboxTest fail...
2019-02-24 Raymond Hettingerbpo-36018: Make __pos__ return a distinct instance...
2019-02-24 Davin Pottsbpo-35813: Tests and docs for shared_memory (#11816)
2019-02-24 Terry Jan Reedybpo-24310: Document IDLE settings dialog font tab sampl...
2019-02-24 E. M. Brayfix _abc.c compile error on Cygwin (GH-8445)
2019-02-23 Raymond Hettingerbpo-36018: Add the NormalDist class to the statistics...
2019-02-23 Eric Snowbpo-35724: Explicitly require the main interpreter...
next