Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
KLab Inc.
- Tokyo, Japan
- https://methane.hatenablog.jp/
Pinned
739 contributions in the last year
Activity overview
Contributed to
python/cpython,
msgpack/msgpack-python,
PyMySQL/mysqlclient-python
and 5 other
repositories
Contribution activity
December 2019
- methane/packaging.python.org Python
Created a pull request in python/cpython that received 7 comments
bpo-39035: travis: Don't use beta group
I hope this makes Travis more stable. https://bugs.python.org/issue39035
+0
−1
•
7
comments
- Make Timestamp hashable
- Refine Timestamp APIs
- Support datetime.
- Update README
- Make strict_map_key default to True
- Unpacker: Change max_buffer_size to 100MiB
- Move Black from Travis to Github Actions
- Fix fallback Unpacker.read_bytes()
- travis: Use codecov
- Use new msgpack spec by default.
- Remove deprecated submodule unpack
- fallback: Remove old buffer protocol support
- Drop old buffer protocol support
- Add Timestamp support
- Intern map keys
- Remove encoding option from Unpacker.
- Ressurect unicode_errors of the Packer.
- Remove encoding/unicode_errors from Packer
- Use Github Actions for Windows
- bpo-39087: Make PyUnicode_AsUTF8AndSize faster.
- bpo-39087: Add PyUnicode_GetUTF8Buffer().
- [3.5] bpo-39035: travis: Update image to xenial
- [3.6] bpo-39035: travis: Update image to xenial
- [2.7] bpo-39035: travis: Don't use beta group
- [3.7] bpo-39035: travis: Don't use beta group
- [3.8] bpo-39035: travis: Don't use beta group
- [3.7] Add PYTHONUTF8 to commandline usage. (GH-17587)
- Add PYTHONUTF8 to commandline usage.
- [3.7] bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
- bpo-33684: json.tool: Use utf-8 for infile and outfile.
- bpo-36839: Support the buffer protocol in code objects
- [3.8] Add PYTHONUTF8 to commandline usage. (GH-17587)
- bpo-39028: Performance enhancement in keyword extraction
- bpo-36406: Handle namespace packages in doctest
- bpo-29636: json.tool: Add document for indentation options.
- bpo-27413: json.tool: Add `--no-ensure-ascii` option.
- [3.8] bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Created an issue in msgpack/msgpack-python that received 1 comment
Packer: Change strict_types default to True.
Because:
Better performance
Users can customize how subclasses are serialized usingdefault. (e.g. namedtuple)
1
comment