]> granicus.if.org Git - python/shortlog
python
2019-08-22 Pablo Galindobpo-37915: Fix comparison between tzinfo objects and...
2019-08-22 Ivan Levkivskyibpo-28556: Add a regression test to typing (GH-15396)
2019-08-22 Raymond Hettingerbpo-32554: Deprecate hashing arbitrary types in random...
2019-08-22 Raymond Hettingerbpo-14050: Note that not all data can be sorted (GH...
2019-08-22 Sergey Fedoseevbpo-27961: Remove leftovers from the times when long...
2019-08-22 Florian BruhinAdd missing space to warning message (GH-14915)
2019-08-22 Pablo GalindoRefactor Parser/pgen and add documentation and explanat...
2019-08-22 Steve Dowerbpo-37834: Fix test on Windows 7 (GH-15377)
2019-08-21 Steve Dowerbpo-9949: Call normpath() in realpath() and avoid unnec...
2019-08-21 Steve Dowerbpo-36311: Fixes decoding multibyte characters around...
2019-08-21 bsiembpo-37482: Fix email address name with encoded words...
2019-08-21 Brett Cannonbpo-37663: have venv activation scripts all consistentl...
2019-08-21 Steve Dowerbpo-37834: Normalise handling of reparse points on...
2019-08-21 Stefan KrahRevert mode change that loses information in directory...
2019-08-21 Steve Dowerbpo-9949: Enable symlink traversal for ntpath.realpath...
2019-08-21 Anthony SottileFix difflib `?` hint in diff output when dealing with...
2019-08-21 Roger IyengarUpdate asyncio.ensure_future() documentation (GH-15347)
2019-08-21 Jordon Xubpo-37751: Fix codecs.lookup() normalization (GH-15092)
2019-08-21 Ashwin Ramaswamibpo-37860: Add netlify deploy preview for docs (GH...
2019-08-21 Victor Stinnerbpo-37851: faulthandler allocates its stack on demand...
2019-08-21 Michael Anckaertbpo-37823: Fix open() link in telnetlib doc (GH-15281)
2019-08-21 Victor Stinnerbpo-37531: Enhance regrtest multiprocess timeout (GH...
2019-08-21 Greg PriceUnmark files as executable that can't actually be execu...
2019-08-21 Greg Pricebpo-35518: Skip test that relies on a deceased network...
2019-08-21 Benjamin Petersonabstract.c should not be executable. (GH-15348)
2019-08-20 Brett CannonRemove a dead comment from ossaudiodev.c (#15346)
2019-08-20 Zackery Spytzbpo-32793: Fix a duplicate debug message in smtplib...
2019-08-20 Joannah Nanjekyebpo-15913: Implement PyBuffer_SizeFromFormat() (GH...
2019-08-20 Victor Stinnerbpo-37732: Fix GCC warning in _PyObject_Malloc() (GH...
2019-08-20 Eric V. Smithbpo-37868: Improve is_dataclass for instances. (GH...
2019-08-20 AntoineMinor documentation fixes on library/enum (GH-15234)
2019-08-20 Hansraj DasDelete stale comment in Python/getopt.c. (GH-14719)
2019-08-19 Victor StinnerRevert "bpo-37788: Fix a reference leak if a thread...
2019-08-19 Victor Stinnerbpo-37788: Fix a reference leak if a thread is not...
2019-08-19 Steve DowerRemove 'unstable' warning for Windows Store package...
2019-08-17 shireenraobpo-36266: Add module name in ImportError when DLL...
2019-08-17 cocoatomoInsert a missing close parenthesis (GH-15316)
2019-08-17 Éric Araujofix link to time function from time_ns doc (GH-15285)
2019-08-17 Tim PetersAdd a minor `Fraction.__hash__()` optimization (GH...
2019-08-16 Jeroen Demeyerbpo-37540: vectorcall: keyword names must be strings...
2019-08-16 Raymond Hettingerbpo-37863: Optimize Fraction.__hash__() (#15298)
2019-08-15 Hansraj DasIndent code inside if block. (GH-15284)
2019-08-15 Jeroen Demeyerbpo-37207: enable vectorcall for type.__call__ (GH...
2019-08-15 Alex GaynorReplace usage of the obscure PEM_read_bio_X509_AUX...
2019-08-15 Greg Pricebpo-37760: Avoid cluttering work tree with downloaded...
2019-08-14 Hai Shibpo-37775: Update compileall doc for invalidation_mode...
2019-08-14 Victor Stinnerbpo-21131: Fix faulthandler.register(chain=True) stack...
2019-08-14 Artem Khramovbpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets...
2019-08-14 Abhilash Rajbpo-37826: Document exception chaining in Python tutori...
2019-08-14 Tal Einatbpo-37849: IDLE: fix completion window positioning...
2019-08-14 Sergey Fedoseevbpo-36030: Improve performance of some tuple operations...
2019-08-14 Victor Stinnerbpo-37531: Fix regrtest timeout for subprocesses (GH...
2019-08-14 Greg Pricebpo-36502: Correct documentation of str.isspace() ...
2019-08-14 Victor Stinnerbpo-37738: Fix curses addch(str, color_pair) (GH-15071)
2019-08-14 Hai Shibpo-37681: no_sanitize_thread support from GCC 5.1...
2019-08-14 Zackery Spytzbpo-37337: Fix a GCC 9 warning in Objects/descrobject...
2019-08-14 Greg Pricebpo-37760: Factor out standard range-expanding logic...
2019-08-14 Ngalim Siregarbpo-37256: Wording in Request class docs (#14792)
2019-08-13 shireenraobpo-25172: Add test for crypt ImportError on Windows...
2019-08-13 Hai Shibpo-37689: add Path.is_relative_to() method (GH-14982)
2019-08-13 Josh Hollandbpo-37814: Document the empty tuple type annotation...
2019-08-13 Hai Shibpo-37583: Add err 113 to support.get_socket_conn_refus...
2019-08-13 Steve Dowerbpo-37841: Remove python_uwp dependency on msvcp140...
2019-08-13 Greg Pricebpo-37760: Constant-fold some old options in makeunicod...
2019-08-13 Greg Pricebpo-37758: Clean out vestigial script-bits from test_un...
2019-08-13 Greg Pricebpo-37760: Mark all generated Unicode data headers...
2019-08-13 Greg Pricebpo-37760: Factor out the basic UCD parsing logic of...
2019-08-12 Raymond Hettingerbpo-37759: Second round of edits to Whatsnew 3.8 (GH...
2019-08-12 Steve DowerRemove versioned executables from non-APPX packages...
2019-08-12 Steve Dowerbpo-37354: Sign Activate.ps1 for release (GH-15235)
2019-08-12 Derek Keelerbpo-37354: Make Powershell Activate.ps1 script static...
2019-08-12 Dong-hee Nabpo-37804: Remove the deprecated method threading.Threa...
2019-08-12 Ismail SFix docs for assert_called and assert_called_once ...
2019-08-11 Raymond Hettingerbpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
2019-08-11 Abhilash Rajbpo-32178: Fix IndexError trying to parse 'To' header...
2019-08-10 Greg PriceDelete leftover clinic-generated file for C zipimport...
2019-08-10 Gregory P.... bpo-32912: Revert SyntaxWarning on invalid escape seque...
2019-08-09 Ngalim Siregarbpo-37642: Update acceptable offsets in timezone (GH...
2019-08-08 Paul Monsonbpo-36511: Fix failures in Windows ARM32 buildbot ...
2019-08-08 Pablo Galindobpo-37795: Capture DeprecationWarnings in the test...
2019-08-08 Zackery Spytzbpo-37268: test_parser fails when run with -Werror...
2019-08-08 shireenraobpo-25172: Raise appropriate ImportError msg when crypt...
2019-08-08 Inada Naokibpo-37587: optimize json.loads (GH-15134)
2019-08-08 Raymond Hettingerbpo-35892: Add usage note to mode() (GH-15122)
2019-08-08 Serhiy Storchakabpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in...
2019-08-08 Serhiy Storchakabpo-37685: Fixed __eq__, __lt__ etc implementations...
2019-08-08 aiudirogbpo-34775: Return NotImplemented in PurePath division...
2019-08-07 Steve Dowerbpo-37734: Remove unnecessary brace escapes in PC/layou...
2019-08-07 Steve Dowerbpo-37778: Fixes the icons used for file associations...
2019-08-07 Steve Dowerbpo-37734: Fix use of registry values to launch Python...
2019-08-07 Géry OgamUpdate pickle.rst (GH-14128)
2019-08-07 sweeneydebpo-37004: Documented asymmetry of string arguments...
2019-08-07 Raymond Hettingerbpo-37646: Document that eval() cannot access nested...
2019-08-07 Sergey Fedoseevbpo-34488: optimize BytesIO.writelines() (GH-8904)
2019-08-06 Barry WarsawMake importlib.metadata a simple module (#15153)
2019-08-06 Géry OgamImprove signal documentation (GH-14274)
2019-08-05 Raymond Hettingerbpo-37759: First round of major edits to Whatsnew...
2019-08-04 Terry Jan Reedybpo-36419: IDLE - Refactor autocompete and improve...
2019-08-04 Timothy HopperAdds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101)
2019-08-04 Terry Jan Reedybpo-37748: Re-order the Run menu. (GH-15115)
next