]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2017-07-05  terryjreedyNEWS for 30777 (#2576)
2017-07-05  terryjreedybpo-21624: IDLE -- minor htest fixes (#2575)
2017-07-05  csabellabpo-30777: IDLE: configdialog - add docstrings and...
2017-07-04  Victor Stinnerbpo-30319: socket.close() now ignores ECONNRESET (...
2017-07-04  Serhiy Storchakabpo-30789: Use a single memory block for co_extra....
2017-07-04  Victor Stinnerbpo-30845: Enhance test_concurrent_futures cleanup...
2017-07-04  Antoine Pitroubpo-29293: multiprocessing.Condition.notify() lacks...
2017-07-04  Berker PeksagRemove outdated FOX from GUI FAQ (GH-2538)
2017-07-04  csabellabpo-6691: Pyclbr now reports nested classes and functio...
2017-07-03  Serhiy Storchakabpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_K...
2017-07-03  Masayuki Yamamotobpo-30832: Remove own implementation for thread-local...
2017-07-03  Victor Stinnerbpo-30764: Fix regrtest --fail-env-changed --forever...
2017-07-02  Serhiy Storchakabpo-30822: Deduplicate ZoneInfoTest classes in test_dat...
2017-07-02  Utkarsh Upadhyaybpo-30822: Fix testing of datetime module. (#2530)
2017-07-01  Osvaldo Santana... bpo-30441: Fix bug when modifying os.environ while...
2017-07-01  xdegayebpo-30695: Add set_nomemory(start, stop) to _testcapi...
2017-06-30  Victor StinnerAppVeyor: run tests with --fail-env-changed (#2522)
2017-06-30  INADA Naokibpo-30804: fix macOS build with framework enabled....
2017-06-30  Victor Stinnerbpo-30818: test_ftplib calls asyncore.close_all() ...
2017-06-30  Victor Stinnertest_urllib2_localnet: clear server variable (#2510)
2017-06-30  Victor Stinnerbuildbot: pass --fail-env-changed to regrtest (#2509)
2017-06-30  Victor Stinnerbpo-30812: Fix test_warnings, restore _showwarnmsg...
2017-06-30  Victor Stinnerbpo-30813: Fix unittest when hunting refleaks (#2502)
2017-06-30  Victor Stinnerbpo-30280: Cleanup threads in ayncio tests (#2501)
2017-06-30  Victor Stinnerthreading_cleanup() failure marks test as ENV_CHANGED...
2017-06-30  Antoine Pitroubpo-30807: signal.setitimer() may disable the timer...
2017-06-29  csabellabpo-30495: IDLE: improve textview with docstrings,...
2017-06-29  Nick Coghlanbpo-30647: Check nl_langinfo(CODESET) in locale coercio...
2017-06-29  Antoine Pitroubpo-30796: Fix failures in signal delivery stress test...
2017-06-29  Victor Stinnerbpo-30776: regrtest: reduce memleak false positive...
2017-06-29  INADA Naokibpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWOR...
2017-06-28  Segev Finerbpo-30726: Also fix pyexpat.vcxproj (#2375)
2017-06-28  Antoine Pitroubpo-30703: Improve signal delivery (#2415)
2017-06-28  Segev Finerbpo-23451: Fix socket deprecation warnings in socketmod...
2017-06-28  Steve (Gadget... bpo-30362 : Add list options to launcher. (#1578)
2017-06-28  Victor Stinnerbpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h...
2017-06-28  INADA Naokibpo-29585: optimize site.py startup time (GH-136)
2017-06-28  Antoine PitrouClear potential ref cycle between Process and Process...
2017-06-28  Antoine Pitroubpo-30775: Fix refleaks in test_multiprocessing (#2467)
2017-06-28  Serhiy StorchakaFix compiler warnings on Windows introduced in bpo...
2017-06-28  Serhiy Storchaka[security] bpo-13617: Reject embedded null characters...
2017-06-28  Mark Rosemanbpo-24813: IDLE tagline is Integrated Development...
2017-06-28  wohlgangerbpo-30723: IDLE -- Enhance parenmatch; add style, flash...
2017-06-28  Victor Stinnerbpo-29512: Add test.bisect, bisect failing tests (...
2017-06-28  Victor Stinnerbpo-30704, bpo-30604: Fix memleak in code_dealloc(...
2017-06-27  regexaurusClarification to the `break` statement (GH-2453)
2017-06-27  Serhiy Storchakabpo-30708: Check for null characters in PyUnicode_AsWid...
2017-06-27  csabellabpo-30674: IDLE: add docstrings to grep.py (#2213)
2017-06-27  terryjreedybpo-21519: IDLE basic custom key entry better detects...
2017-06-27  Serhiy Storchakabpo-29910: IDLE no longer deletes a character after...
2017-06-27  csabellabpo-24813: IDLE: Add build bitness to About Idle title...
2017-06-27  Eric N. Vander... bpo-30769: Fix reference leak introduced in 77703942c59...
2017-06-27  Victor Stinnerbpo-30776: reduce regrtest -R false positives (#2422)
2017-06-26  csabellabpo-30728: IDLE: Refactor configdialog to PEP8 names...
2017-06-26  Joel Hillacrebpo-30532: Fix whitespace folding in certain cases
2017-06-26  Antoine Pitroubpo-30765: Avoid blocking when PyThread_acquire_lock...
2017-06-26  Victor Stinnerbpo-30764: regrtest: add --fail-env-changed option...
2017-06-26  Walter Dörwaldbpo-30733: Fix typos in "What's New" entry (GH-2414)
2017-06-26  Victor Stinnerbpo-30764: test_subprocess uses SuppressCrashReport...
2017-06-26  Victor Stinnerbpo-30523: regrtest --list-cases --match (#2401)
2017-06-26  csabellabpo-6739: IDLE: Check for valid keybinding in config_ke...
2017-06-25  Serhiy Storchakabpo-30746: Port more tests for os.spawnvpe() and os...
2017-06-25  Serhiy Storchakabpo-30746: Prohibited the '=' character in environment...
2017-06-25  Antoine PitrouUpdate `make patchcheck` for blurb and NEWS.d (#2381)
2017-06-24  Brett CannonCheck the whitespace of pull requests on Travis (GH...
2017-06-24  Antoine PitrouFix bpo-30596: Add close() method to multiprocessing...
2017-06-24  Serhiy Storchakabpo-30745: Fix compiler warnings introduced in bpo...
2017-06-24  Johan de JagerFix a typo in a comment in coroutines.py (GH-2267)
2017-06-24  INADA Naokibp-29304: Simplify dictobject.c (GH-2347)
2017-06-24  csabellabpo-24813: IDLE: Add default title to help_about (...
2017-06-23  Victor Stinnerbpo-30726: expat: Fix compiler warnings on Windows...
2017-06-23  Adrian WielgosikTrivial cleanup: remove redundant variable stores in...
2017-06-23  Serhiy Storchakabpo-30664: The description of a unittest subtest now...
2017-06-23  Alexandru Ardeleanbpo-30645: don't append to an inner loop path in imp...
2017-06-23  Serhiy Storchakabpo-30730: Prevent environment variables injection...
2017-06-23  csabellabpo-24813: IDLE: Add icon to help_about (#2335)
2017-06-23  Victor Stinnerbpo-21071: struct.Struct.format type is now str (#845)
2017-06-23  Victor Stinnerbpo-30604: Skip CoExtra tests if ctypes is missing...
2017-06-23  Victor Stinnerbpo-30602: Fix lastarg in os.spawnve() (#2287)
2017-06-23  Segev Finerbpo-30726: Fix elementtree warnings on Windows due...
2017-06-23  Serhiy Storchakabpo-30727: Fix a race condition in test_threading....
2017-06-23  Victor Stinnerbpo-30726: PCbuild _elementtree: remove duplicate defin...
2017-06-23  INADA Naokibpo-29304: simplify lookdict_index() function. (GH...
2017-06-23  Benjamin Petersonbpo-30736: upgrade to Unicode 10.0 (#2344)
2017-06-23  _ = NaNbpo-30709: Improve code example in Descriptor HowTo...
2017-06-22  larryhastingsAdd "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
2017-06-22  khyoxbpo-30619: Clarify typing.Union documentation (GH-2326)
2017-06-22  Gregory P.... bpo-29212: Fix the ugly repr() ThreadPoolExecutor threa...
2017-06-22  terryjreedyFix typo in idlelib.config_key.py (#2322)
2017-06-21  Dino Viehlandbpo-30604: clean up co_extra support (#2144)
2017-06-21  haneybpo-30183: Fixes HP-UX cc compilation error in pytime...
2017-06-21  Dong-hee Nabpo-30616: Functional API of enum allows to create...
2017-06-21  Victor Stinnerbpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1...
2017-06-21  KunYuChenFix trivial typo in idlelib/config.py (GH-2309)
2017-06-21  Daniel PorteousFix typo in 3.7 whatsnew (#2308)
2017-06-20  dong-jyFix trivial typo in json module docstring (GH-2274)
2017-06-20  Kojo Idrissabpo-29933: Improve set_write_buffer_limits description...
2017-06-20  Victor Stinnerbpo-30054: Expose tracemalloc C API (#1236)
2017-06-20  Serhiy Storchakabpo-29755: Fixed the lgettext() family of functions...
2017-06-20  Victor Stinnerbpo-30500: Fix the NEWS entry (#2293)
next