Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / thriftrw/thriftrw-python issues and pull requests

#173 - Re-support Python 2

Pull Request - State: open - Opened by albertyw over 1 year ago

#172 - Set up automatic publishing to readthedocs

Issue - State: open - Opened by albertyw almost 2 years ago

#171 - Release v1.9.0

Pull Request - State: closed - Opened by albertyw almost 2 years ago

#170 - Set up Github Actions

Pull Request - State: closed - Opened by albertyw almost 2 years ago - 1 comment

#169 - Update dependencies

Pull Request - State: closed - Opened by albertyw almost 2 years ago

#168 - Update to a Cython version that supports Python 3.10+

Pull Request - State: closed - Opened by albertyw almost 2 years ago

#167 - Update official support and tests for new/deprecated python versions

Pull Request - State: closed - Opened by albertyw almost 2 years ago

#166 - Support Python 3.10+

Issue - State: closed - Opened by albertyw almost 2 years ago - 2 comments

#165 - Remove custom travis configs

Pull Request - State: closed - Opened by albertyw almost 2 years ago - 1 comment

#164 - PSA: This repository will be archived in three weeks

Issue - State: open - Opened by abhinav over 2 years ago

#163 - Remove support for python 3.4

Pull Request - State: closed - Opened by albertyw almost 5 years ago - 1 comment

#162 - Remove Python 2 Support

Pull Request - State: closed - Opened by albertyw almost 5 years ago - 1 comment

#161 - Support python 3.8

Pull Request - State: closed - Opened by albertyw almost 5 years ago - 1 comment

#160 - Add a better error output for invalid thrift includes

Pull Request - State: closed - Opened by albertyw about 5 years ago - 2 comments

#159 - IDL parser fails on space between * and /

Issue - State: open - Opened by albertyw over 5 years ago

#158 - Implement __hash__ on hashable types

Pull Request - State: closed - Opened by blampe over 5 years ago - 2 comments

#157 - README: Switch to travis-ci.com for badge

Pull Request - State: closed - Opened by abhinav over 5 years ago - 1 comment

#156 - setup.py: Don't check cython version

Pull Request - State: closed - Opened by abhinav over 5 years ago - 2 comments

#155 - Support Including Implicit Relative Paths

Pull Request - State: closed - Opened by albertyw almost 6 years ago - 3 comments

#154 - Support enums from the future

Pull Request - State: closed - Opened by abhinav about 6 years ago - 2 comments

#153 - Support string enum values in from_primitive

Pull Request - State: closed - Opened by recht about 6 years ago - 2 comments

#152 - Make a new release

Issue - State: closed - Opened by albertyw over 6 years ago - 2 comments

#151 - Setting up a new release.

Pull Request - State: closed - Opened by abhinav over 6 years ago - 1 comment

#150 - Remove pypy support

Pull Request - State: closed - Opened by albertyw over 6 years ago - 2 comments

#149 - Support python3.7

Pull Request - State: closed - Opened by albertyw over 6 years ago - 5 comments

#148 - Remove python 3.3

Pull Request - State: closed - Opened by albertyw over 6 years ago - 2 comments

#147 - thriftrw fails to install for python3.7

Issue - State: closed - Opened by albertyw over 6 years ago

#146 - Implement __hash__ on struct and union types

Pull Request - State: closed - Opened by cjmaio almost 7 years ago - 2 comments

#145 - FunctionResultSpec: Fix unexpected return segfault

Pull Request - State: closed - Opened by abhinav about 7 years ago - 3 comments

#144 - travis: Fix build

Pull Request - State: closed - Opened by abhinav about 7 years ago - 3 comments

#143 - Fix input too short errors being ignored

Pull Request - State: closed - Opened by abhinav about 7 years ago - 3 comments

#142 - IDL parser fails on grave accent in comments

Issue - State: open - Opened by srussell-uber over 7 years ago - 1 comment

#141 - Thrift structures that are equal do not hash to the same value

Issue - State: closed - Opened by zmanji almost 8 years ago - 1 comment

#140 - c source should be included with source distribution

Issue - State: closed - Opened by clin88 almost 8 years ago - 1 comment

#139 - Optimize deserialization path.

Pull Request - State: closed - Opened by clin88 almost 8 years ago - 8 comments

#138 - Optimize serialization path further.

Pull Request - State: closed - Opened by clin88 almost 8 years ago - 4 comments

#137 - Add validation optimization.

Pull Request - State: closed - Opened by clin88 about 8 years ago - 7 comments

#136 - Streaming read optimization.

Pull Request - State: closed - Opened by clin88 about 8 years ago - 7 comments

#135 - Refactor read path to stream directly from memory buffer.

Pull Request - State: closed - Opened by clin88 about 8 years ago - 1 comment

#134 - Add write_to for primitives.

Pull Request - State: closed - Opened by clin88 about 8 years ago - 2 comments

#133 - In StructTypeSpec.validate exceptions, indicate which field failed to validate.

Pull Request - State: closed - Opened by TheJakeSchmidt about 8 years ago - 3 comments

#132 - Check the magnitude of integer types in validate().

Pull Request - State: closed - Opened by TheJakeSchmidt about 8 years ago - 8 comments

#131 - Make OverflowError messages more informative

Issue - State: closed - Opened by TheJakeSchmidt about 8 years ago - 1 comment

#130 - Remove import * from tests

Pull Request - State: closed - Opened by abhinav over 8 years ago - 1 comment

#129 - structs: Don't persist mutations to default values

Pull Request - State: closed - Opened by abhinav over 8 years ago - 3 comments

#128 - requirements: Add version bounds for cython

Pull Request - State: closed - Opened by abhinav over 8 years ago - 1 comment

#127 - fix mutable default args handling

Pull Request - State: closed - Opened by chirayuk over 8 years ago - 3 comments

#126 - Respect `strict=False` for exceptions.

Pull Request - State: closed - Opened by abhinav over 8 years ago - 6 comments

#125 - (c) 2016

Pull Request - State: closed - Opened by abhinav over 8 years ago - 2 comments

#124 - module.__types__ is a tuple for primitive typedefs

Issue - State: open - Opened by abhinav over 8 years ago

#122 - Receiving unrecognized enums should not fail the request

Issue - State: closed - Opened by abhinav over 8 years ago - 1 comment

#121 - Unfilled unions must be treated as if they were absent

Issue - State: closed - Opened by abhinav over 8 years ago - 1 comment

#120 - Use streaming API to encode and decode values. In addition, optimize validation.

Pull Request - State: closed - Opened by abhinav over 8 years ago - 4 comments

#119 - Fix order of arguments in struct docstrings.

Pull Request - State: closed - Opened by abhinav over 8 years ago - 4 comments

#118 - Constructor documentation has arguments in the wrong order

Issue - State: closed - Opened by Groxx over 8 years ago - 6 comments

#117 - Build wheels for linux

Issue - State: closed - Opened by GoodWriteHQ over 8 years ago - 1 comment
Labels: wontfix

#116 - Add benchmark for nested structs

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 2 comments

#115 - Fix support for Decimal/Fraction values for float fields.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 2 comments

#114 - Fix benchmark set sample

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 1 comment

#113 - Add support for TCompactProtocol

Issue - State: open - Opened by abhinav almost 9 years ago

#112 - Use str, not unicode for type names.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 4 comments

#111 - Update links to the repo in README, etc.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 2 comments

#110 - Add pxd files for all specs.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 4 comments

#109 - Reduce Python interaction during serialization

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 4 comments

#108 - py.type = datetime

Issue - State: open - Opened by abhinav almost 9 years ago

#107 - Pre-allocate buffer for serialization

Issue - State: open - Opened by abhinav almost 9 years ago - 1 comment

#106 - Expose the Protocol on $module.{dumps,loads}

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 5 comments

#105 - Update HTTP examples to display full wrapping/unwrapping logic

Issue - State: open - Opened by abhinav almost 9 years ago

#104 - Message envelope and uncaught exceptions

Issue - State: open - Opened by abhinav almost 9 years ago - 2 comments

#103 - Client/Server API

Issue - State: open - Opened by abhinav almost 9 years ago - 4 comments

#102 - Support enum item value collision

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 3 comments

#101 - Add py.primitiveType annotation for enums

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 15 comments

#100 - Add contributing doc

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 3 comments

#99 - Move FieldSpec to separate module

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 2 comments

#98 - Add service to function spec

Pull Request - State: closed - Opened by GoodWriteHQ almost 9 years ago - 2 comments

#97 - Add __thrift_module__ to struct, union, and enum

Pull Request - State: closed - Opened by GoodWriteHQ almost 9 years ago - 2 comments

#96 - Add i8 as alias for byte.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 3 comments

#95 - Add support for TJSONProtocol

Issue - State: open - Opened by shirchen almost 9 years ago

#94 - Support for i8

Issue - State: closed - Opened by abhinav almost 9 years ago

#93 - Implement include-as syntax.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 6 comments

#92 - Update setup.py classifiers.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 3 comments

#91 - Allow unions to specify fields as optional.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 2 comments

#90 - Expose .thrift file source under __thrift_source__ in generated modules.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 4 comments

#89 - Expose result_type on the surface for args type.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 3 comments

#88 - Generating fake objects

Issue - State: open - Opened by abhinav almost 9 years ago
Labels: enhancement

#87 - Fix references to version 0.6.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 2 comments

#86 - Added cython to installation requirements

Pull Request - State: closed - Opened by webmaven almost 9 years ago - 21 comments

#85 - Support value-less annotations.

Pull Request - State: closed - Opened by abhinav almost 9 years ago - 3 comments

#84 - Value-less annotations

Issue - State: closed - Opened by abhinav almost 9 years ago

#83 - Enforce unambiguous case

Issue - State: open - Opened by kriskowal about 9 years ago

#82 - Export version number in thriftrw.__version__

Pull Request - State: closed - Opened by abhinav about 9 years ago - 2 comments

#78 - Type annotations can skip values

Issue - State: closed - Opened by abhinav about 9 years ago - 1 comment

#77 - Setup.py tags are inaccurate

Issue - State: closed - Opened by GoodWriteHQ about 9 years ago
Labels: bug

#75 - Include-as syntax

Issue - State: closed - Opened by abhinav about 9 years ago
Labels: enhancement

#71 - Avoid multiple validation

Issue - State: closed - Opened by abhinav about 9 years ago - 1 comment
Labels: bug

#66 - Attach thrift files to service object

Issue - State: closed - Opened by GoodWriteHQ about 9 years ago

#56 - Enum from_primitive should accept strings

Issue - State: closed - Opened by abhinav about 9 years ago - 2 comments

#43 - only throw an error if a union specifies "required"

Issue - State: closed - Opened by blampe about 9 years ago - 2 comments

#22 - Generated classes to have reference to module for dumps/loads/etc...

Issue - State: closed - Opened by abhinav about 9 years ago - 5 comments