]> granicus.if.org Git - python/shortlog
python
2018-04-25 Cheryl Sabellabpo-27485: Rename and deprecate undocumented functions...
2018-04-25 Serhiy Storchakabpo-33334: Support NOP and EXTENDED_ARG in dis.stack_ef...
2018-04-25 Serhiy Storchakabpo-33330: Improve error handling in PyImport_Cleanup...
2018-04-25 Andrés Delfinobpo-33280: Reorganize external Tcl/Tk references. ...
2018-04-25 Neeraj BadlaniMention both relevant PEPs in function annotations...
2018-04-25 Pablo GalindoFix rendering issues in the documentation for the os...
2018-04-25 Pablo Galindobpo-33128 Fix duplicated call to importlib._install_ext...
2018-04-23 Łukasz Langaacks += chrBrd (#6584)
2018-04-23 Chris Bradburybpo-33251: Update documentation to reflect change....
2018-04-23 Chris Bradburybpo-33251: Prevent ConfigParser.items returning items...
2018-04-23 Antoine Pitroubpo-33329: Fix multiprocessing regression on newer...
2018-04-23 Łukasz Langabpo-33338: [tokenize] Minor code cleanup (#6573)
2018-04-22 Berker Peksagbpo-991266: Fix quoting of Comment attribute of SimpleC...
2018-04-21 Andrés Delfinobpo-33297: Mention Pillow to work with more image forma...
2018-04-20 Brett CannonClarify that __path__ can't be just any value (GH-6554)
2018-04-20 Brett Cannonbpo-25427: Remove pyvenv (GH-5962)
2018-04-20 Ville SkyttäSpelling fixes to docs, docstrings, and comments (GH...
2018-04-20 Paul Moorebpo-33131: Upgrade ensurepip to bundle pip 10.0.1 ...
2018-04-20 Gregory P.... bpo-33312: update Tools/gdb/libpython.py to match....
2018-04-20 xdegayebpo-32232: by default, Setup modules are no longer...
2018-04-20 Serhiy Storchakabpo-33298: Wrap only constants with _PyCode_ConstantKey...
2018-04-20 Gregory P.... bpo-33312: Fix clang ubsan out of bounds warnings in...
2018-04-19 Gregory P.... Clean up the readme text around PGO a bit. (GH-6538)
2018-04-19 Serhiy Storchakabpo-33189: pygettext.py now accepts only literal string...
2018-04-19 Serhiy Storchakabpo-33299: Return an object itself for some types in...
2018-04-19 Pablo GalindoUpdate What's new in 3.7 to reference preadv, pwritev...
2018-04-18 Denis Osipovbpo-31583: Fix 2to3 for using with --add-suffix option...
2018-04-18 Serhiy Storchakabpo-33308: Fix a crash in the parser module when conver...
2018-04-17 Aaron Angbpo-11594: Ensure line-endings are respected when using...
2018-04-17 INADA Naokibpo-33295: Skip test using missing external site (GH...
2018-04-17 Wolfgang Maierbpo-33144: random.Random and subclasses: split _randbel...
2018-04-17 jdemeyerFix spelling typo (GH-6443)
2018-04-17 INADA Naokibpo-33205: dict: Change GROWTH_RATE to `used*3` (GH...
2018-04-17 Benjamin Petersonfix pydoc-topics to work with Sphinx 1.7 (GH-6475)
2018-04-17 Andrés Delfinobpo-33283: Mention PNG as a supported format by Tcl...
2018-04-17 Łukasz LangaRevert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)
2018-04-17 Łukasz Langa[lib2to3] Make grammar pickling faster (#6491)
2018-04-16 Łukasz Langaacks += Zsolt Dollenstein (#6490)
2018-04-16 Zsolt DollensteinAdd support for all string literals to lib2to3 (#6457)
2018-04-16 Andrés DelfinoRemove to-be-deprecated urllib.request.urlretrieve...
2018-04-16 anentropicbpo-31947: remove None default for names param in Enum...
2018-04-15 Zackery Spytzbpo-33270: Intern names for all anonymous code objects...
2018-04-15 Alex GaynorRemoved a confusing line from a docstring in http.cooki...
2018-04-15 Nick Coghlanbpo-33185: Improve wording and markup (GH-6477)
2018-04-15 Nick Coghlanbpo-33185: Fix regression in pydoc CLI sys.path handlin...
2018-04-14 Antoine Pitroubpo-33176: Add a toreadonly() method to memoryviews...
2018-04-14 Steve Dowerbpo-33184: Update Windows installer to OpenSSL 1.1...
2018-04-13 jdemeyerbpo-33265: use an actual method instead of a method...
2018-04-13 WeizhongTuitemgetter add dict example (GH-1280)
2018-04-11 suic86Fix error messages in argparse examples (GH-6435)
2018-04-11 Serhiy Storchakabpo-33260: Regenerate token.py after removing ASYNC...
2018-04-10 Mark Nemecbpo-33097: Fix submit accepting callable after executor...
2018-04-10 Devon Rbpo-33253: Fix xxsubtype.bench() to accept correct...
2018-04-09 Aaron Angbpo-31201: Clarify command to re-run failing test(s...
2018-04-09 Serhiy Storchakabpo-31920: Fixed handling directories as arguments...
2018-04-09 Serhiy Storchakabpo-33031: Remove dead code in C implementation of...
2018-04-09 Antoine Pitroubpo-32759: Free unused arenas in multiprocessing.heap...
2018-04-09 Serhiy StorchakaFix misleading docsting of shelve.open(). (GH-6427)
2018-04-09 Wolfgang MaierUpdate docstring of tempfile._RandomNameSequence (GH...
2018-04-08 Serhiy StorchakaImprove highlighting of some code blocks. (GH-6401)
2018-04-08 Raymond HettingerAdd a prepend() recipe to teach a chain() idiom (GH...
2018-04-07 Alex Gaynorbpo-29613: Added support for SameSite cookies (GH-6413)
2018-04-07 Antoine Pitroubpo-33201: Modernize "Extension types" doc (GH-6337)
2018-04-07 Ned Deilybpo-33184: Update macOS installer build to use OpenSSL...
2018-04-07 Jay Crottsbpo-8243: Doc patch for curses.window.addstr and curses...
2018-04-06 Brett Cannonbpo-33169: Remove values of `None` from sys.path_import...
2018-04-06 Marcel Plchbpo-29673: fix gdb scripts pystack and pystackv (GH...
2018-04-06 Alex Gaynorfixed capitalization of class name (GH-6396)
2018-04-06 INADA Naokibpo-33231: Fix potential leak in normalizestring()...
2018-04-05 Raymond Hettingerbpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)
2018-04-05 Skip Montanarobpo-15817: Expose command documentation to gdb help...
2018-04-05 Wolfgang Maierbpo-33203: Ensure random.choice always raises IndexErro...
2018-04-05 Eric V. SmithClean up and enhance frozen dataclass tests. (GH-6380)
2018-04-05 Brett CannonAdd a webhook for Zulip to the Travis configuration...
2018-04-05 Ivan Levkivskyibpo-32873: Remove a name hack for generic aliases in...
2018-04-04 Ivan LevkivskyiCall super in Generic.__init_subclass__ (#6356)
2018-04-04 Serhiy Storchakabpo-29922: Add more tests for error messages in 'async...
2018-04-04 Łukasz Langabpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355)
2018-04-04 INADA Naokibpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg ...
2018-04-04 hui shangbpo-32337: Update documentats about dict order (GH...
2018-04-03 Serhiy Storchakabpo-33209: End framing at the end of C implementation...
2018-04-03 INADA Naokibpo-32360: Remove object_pairs_hook=OrderedDict example...
2018-04-03 Andrés Delfinocloses bpo-33202: fix os.walk mentioning os.listdir...
2018-04-03 INADA Naokibpo-33199: Initialize ma_version_tag in PyDict_Copy...
2018-04-02 Serhiy Storchakabpo-29922: Improve error messages in 'async with' ...
2018-04-02 Terry Jan Reedybpo-33204: IDLE - revise and extend colorizer test...
2018-04-02 Terry Jan Reedybpo-33204: IDLE: consistently color invalid string...
2018-04-01 Gregory P.... bpo-20104: Add os.posix_spawn documentation. (#6334)
2018-03-31 Serhiy Storchakabpo-33132: Fix more reference counting issues in the...
2018-03-31 Ivan LevkivskyiAllow dynamic creation of generic dataclasses (GH-6319)
2018-03-30 Mike DePalatisFix socket type in DatagramHandler documentation: TCP...
2018-03-30 Nick Coghlanbpo-33182: Fix pointer types in _testembed (GH-6310)
2018-03-29 Eric V. Smithbpo-33175: dataclasses should look up __set_name__...
2018-03-29 Ned Deilybpo-32726: macOS 10.6+ installer now builds Tcl/TK...
2018-03-28 Julien PalardFIX documentation and NEWS of ThreadedHTTPServer. ...
2018-03-28 Julien PalardFix typos '.::' should typically just be '::'. (GH...
2018-03-28 Serhiy StorchakaFix duplicating words words. (GH-6296)
2018-03-28 Antoine Pitroubpo-33126: Document PyBuffer_ToContiguous() (#6292)
2018-03-28 INADA Naokis/the the/the/ (GH-6287)
2018-03-28 Ned Deilybpo-33163: Upgrade pip to 9.0.3 and setuptools to v39...
next