]> granicus.if.org Git - python/shortlog
python
2018-09-12 Benjamin Petersoncloses bpo-34646: Remove PyAPI_* macros from declaratio...
2018-09-12 Ethan Furmanbpo-34536: raise error for invalid _missing_ results...
2018-09-12 Andrew Svetlovbpo-34638: Store a weak reference to stream reader...
2018-09-12 Bumsik Kimbpo-33649: Fix doc to reflect changes in 47cd10d (or...
2018-09-12 Raymond Hettingerbpo-34637: Make the *start* argument for *sum()* visibl...
2018-09-12 orlnub123bpo-34282: Fix Enum._convert shadowing members named...
2018-09-12 Ethan Furmanbpo-33437: add __new__ vs __init__ example (GH-9145)
2018-09-12 Benjamin Petersoncloses bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN...
2018-09-12 Sergey FedoseevSimplified implementation of _sre.ascii_iscased()....
2018-09-12 Cheryl Sabellacloses bpo-25041: Document AF_PACKET socket address...
2018-09-12 Benjamin PetersonDelete old expat comment. (GH-9197)
2018-09-12 Yury Selivanovbpo-33649: Cleanup asyncio/streams and asyncio/synchron...
2018-09-11 Victor Stinnerbpo-34605: Replace "pliant children" with "helpers...
2018-09-11 Benjamin PetersonRemove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193)
2018-09-11 Sergey Fedoseevbpo-1621: Avoid signed integer overflow in set_table_re...
2018-09-11 Max Bélangercloses bpo-31903: Release the GIL when calling into...
2018-09-11 Sergey Fedoseevbpo-34636: Use fast path for more chars in SRE category...
2018-09-11 Benjamin PetersonMake sure the line comes from the same node as the...
2018-09-11 Victor StinnerRevert "bpo-34595: Add %T format to PyUnicode_FromForma...
2018-09-11 Benjamin PetersonInitialize a variable to make the compiler happy. ...
2018-09-11 Tal Einatbpo-20180: convert most of itertoolsmodule.c to use...
2018-09-11 guocicloses bpo-31902: Fix the col_offset attribute for...
2018-09-11 Danish Prakashbpo-34365: Update date object documentation (GH-8814)
2018-09-11 Oren Milmancloses bpo-31608: Fix a crash in methods of a subclass...
2018-09-11 Brambpo-34613: document the correct value of limit argument...
2018-09-11 Steve DowerUpdate VSTS to Azure DevOps and simplify dependencies...
2018-09-11 wim glennbpo-28617 Fixed docs inaccuracies about the types that...
2018-09-11 Berker Peksagbpo-29386: Pass -1 to epoll_wait() when timeout is...
2018-09-11 Andrew Svetlovbpo-34622: Extract asyncio exceptions into a separate...
2018-09-11 Yury Selivanovbpo-33649: First asyncio docs improvement pass (GH...
2018-09-11 Oren Milmancloses bpo-29832: Remove "getsockaddrarg" from error...
2018-09-11 Zackery Spytzcloses bpo-32490: Fix filename duplication in subproces...
2018-09-11 Ned Deilybpo-34405: Update to OpenSSL 1.1.0i for macOS installer...
2018-09-11 Andrés Delfinocloses bpo-33883: Mention type checkers in the FAQ...
2018-09-11 Zackery Spytzbpo-33032: Mention the implicit cache in struct.Struct...
2018-09-11 Benjamin Petersonbpo-34625: Update vendorized expat version to 2.2.6...
2018-09-11 Raymond HettingerFix missing line from example shell session (GH-9143)
2018-09-11 Matthias Bussonnierbpo-33487: improve BZ2File Deprecation and documentatio...
2018-09-11 Lew Kurtzbpo-33460: remove ellipsis that look like continuation...
2018-09-11 Ville SkyttäUse bytes.hex instead of binascii.hexlify in pbkdf2_hma...
2018-09-11 Daniel HahlerLib/test/support: fix typo in docstring (GH-8506)
2018-09-11 Anthony SottileRemove obsolete comment about latin-1 in `normalize_enc...
2018-09-11 Gregory P.... bpo-32270: Don't close stdin/out/err in pass_fds (GH...
2018-09-10 Zachary Warebpo-8110: Refactor platform detection in subprocess...
2018-09-10 NotAFileswitch descriptor howto to return value annotation...
2018-09-10 Tal Einatbpo-20180: itertools.groupby Argument Clinic conversion...
2018-09-10 Rahul Jhabpo-33217: Raise TypeError for non-Enum lookups in...
2018-09-10 Matthias Bussonnierbpo-33604: Remove deprecated HMAC default value marked...
2018-09-10 Sebastian Rittaucloses bpo-34525: Fix smtplib's authobject() documentat...
2018-09-10 Berker Peksagbpo-26502: Implement FrameSummary.__len__() (GH-8632)
2018-09-10 Peter EisentrautFix misleading mentions of tp_size in comments (GH...
2018-09-10 Benjamin Petersonbpo-34588: Fix an off-by-one error in traceback formatt...
2018-09-10 Tal Einatbpo-30977: rework code changes according to post-merge...
2018-09-10 Sergey FedoseevTest dict values iterator pickling with pickle.HIGHEST_...
2018-09-10 Rémy HUBSCHERRevert "Fix misindented yaml in logging how to example...
2018-09-10 Zackery SpytzRemove unneeded PyUnicode_READY() in tokenizer.c ...
2018-09-08 Julien Malardbpo-34421 avoid unicode error in distutils logging...
2018-09-08 Serhiy Storchakabpo-20104: Change the file_actions parameter of os...
2018-09-07 Pablo Galindobpo-33083: Update "What's new" with math.factorial...
2018-09-07 Pablo Galindobpo-34246: Make sure test_smtplib always cleans resourc...
2018-09-07 Pablo Aguiarbpo-34246: Use no mutable default args in smtplib ...
2018-09-07 Zackery Spytzbpo-23855: Add missing NULL checks for malloc() in...
2018-09-07 William Grzybowskibpo-34604: Fix possible mojibake in pwd.getpwnam()...
2018-09-07 Victor Stinnerbpo-34605: childs => children (GH-9102)
2018-09-07 Victor Stinnerbpo-34595: Add %T format to PyUnicode_FromFormatV(...
2018-09-07 Pablo Galindobpo-20104: Add flag capabilities to posix_spawn (GH...
2018-09-07 Victor Stinnerbpo-34605: Avoid master/slave terms (GH-9101)
2018-09-07 Victor Stinnerbpo-34605, libregrtest: Rename --slaveargs to --worker...
2018-09-07 William Grzybowskibpo-33625: Release GIL for grp.getgr{nam,gid} and pwd...
2018-09-07 Julien PalardDoc: Missing 'f' in an f-string. (GH-9074)
2018-09-07 Sergey Fedoseev_sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090)
2018-09-07 jdemeyerbpo-25750: fix refcounts in type_getattro() (GH-6118)
2018-09-07 Sergey Fedoseevcloses bpo-34599: Improve performance of _Py_bytes_capi...
2018-09-06 Zackery Spytzcloses bpo-34594: Don't hardcode errno values in the...
2018-09-06 Tal Einatbpo-30977: make uuid.UUID use __slots__ (GH-9078)
2018-09-05 Erik Janssenscloses bpo-34581 : Conditionalize use of __pragma in...
2018-09-04 Brendan Gerritybpo-34565: Change a PC/launcher.c comment to accurately...
2018-09-04 Alexander Buchkovskybpo-34563: Fix for invalid assert on big output of...
2018-09-04 Serhiy Storchakabpo-26544: Add test for platform._comparable_version...
2018-09-04 Victor Stinnerbpo-34530: Fix distutils find_executable() (GH-9049)
2018-09-04 Pablo Galindobpo-33613, test_semaphore_tracker_sigint: fix race...
2018-09-03 Pablo Galindobpo-33083 - Make math.factorial reject arguments that...
2018-09-03 Victor Stinnerbpo-26901: Fix the Argument Clinic test suite (GH-8879)
2018-09-03 Victor Stinnerbpo-34544: pymain_read_conf() don't change LC_ALL ...
2018-09-03 Victor Stinnerbpo-34567: pythoninfo gets coreconfig (GH-9043)
2018-09-03 Victor Stinner_Py_CoerceLegacyLocale() restores LC_CTYPE on fail...
2018-09-03 Victor Stinnerbpo-34544: Fix setlocale() in pymain_read_conf() (GH...
2018-09-02 Raymond HettingerMinor improvement to code clarity (GH-9036)
2018-09-02 Zachary WareFix struct sequence glossary entry grammar (GH-9030)
2018-09-01 Thomas Herzogcloses bpo-34555: Fix incorrectly nested test for HAVE_...
2018-09-01 Tim McNamaraFix typo in typing.py module docstring (#9014)
2018-09-01 Michael Feltbpo-34558: Add missing parentheses in _aix.py (GH-9017)
2018-08-31 Pablo Galindobpo-34007: Skip traceback tests if the Program Counter...
2018-08-31 Pablo Galindobpo-34408: Prevent a null pointer dereference and resou...
2018-08-31 Raymond HettingerSimplify vector_norm() by eliminating special cases...
2018-08-31 Brendan Gerritybpo-34062: Add missing launcher argument and make behav...
2018-08-31 Steve DowerAdd VSTS status badge to readme (GH-8958)
2018-08-31 Marcel Plchbpo-34097: Polish API design (GH-8725)
2018-08-30 Naris Rbpo-34427: Fix infinite loop when calling MutableSequen...
2018-08-30 Christian Heimesbpo-34542: Update test certs and keys (GH-8997)
next