-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: MagicStack/py-pgproto
base: uuid
head repository: MagicStack/py-pgproto
compare: master
- 15 commits
- 16 files changed
- 11 contributors
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7f1a02 - Browse repository at this point
Copy the full SHA e7f1a02View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9a747d - Browse repository at this point
Copy the full SHA a9a747dView commit details -
Remove the duplicate buffer bounds check (#16)
frb_check does exactly the same: `n > frb.len`
Configuration menu - View commit details
-
Copy full SHA for c26f179 - Browse repository at this point
Copy the full SHA c26f179View commit details -
Configuration menu - View commit details
-
Copy full SHA for debae2b - Browse repository at this point
Copy the full SHA debae2bView commit details -
To support illumos based distributions the endian.h could be included on the specified location.
Configuration menu - View commit details
-
Copy full SHA for 881be4c - Browse repository at this point
Copy the full SHA 881be4cView commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1618aa - Browse repository at this point
Copy the full SHA d1618aaView commit details -
Default to not-encoding JSON instead of raising
A regression from #18.
Configuration menu - View commit details
-
Copy full SHA for 1c3cad1 - Browse repository at this point
Copy the full SHA 1c3cad1View commit details
Commits on Mar 1, 2024
-
Export json_encode/decode functions (#26)
Otherwise we get compilation warnings: ``` asyncpg/pgproto/pgproto.c:23994:18: warning: ‘__pyx_f_7asyncpg_7pgproto_7pgproto_json_decode’ defined but not used [-Wunused-function] 23994 | static PyObject *__pyx_f_7asyncpg_7pgproto_7pgproto_json_decode(struct __pyx_obj_7asyncpg_7pgproto_7pgproto_CodecContext *__pyx_v_settings, struct __pyx_t_7asyncpg_7pgproto_7pgproto_FRBuffer *__pyx_v_buf) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asyncpg/pgproto/pgproto.c:23886:18: warning: ‘__pyx_f_7asyncpg_7pgproto_7pgproto_json_encode’ defined but not used [-Wunused-function] 23886 | static PyObject *__pyx_f_7asyncpg_7pgproto_7pgproto_json_encode(struct __pyx_obj_7asyncpg_7pgproto_7pgproto_CodecContext *__pyx_v_settings, struct __pyx_obj_7asyncpg_7pgproto_7pgproto_WriteBuffer *__pyx_v_buf, PyObject *__pyx_v_obj) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```Configuration menu - View commit details
-
Copy full SHA for ea27e3f - Browse repository at this point
Copy the full SHA ea27e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cad045 - Browse repository at this point
Copy the full SHA 3cad045View commit details
Commits on May 9, 2024
-
typing.Textis deprecated (#27)Use `str` instead. Source: - https://github.com/python/cpython/blob/35b5eaa176a5bae8a0cacb9c9f40ec948ecc4325/Lib/typing.py#L3419-L3420 - python/cpython#92332
Configuration menu - View commit details
-
Copy full SHA for 4df3c26 - Browse repository at this point
Copy the full SHA 4df3c26View commit details
Commits on Jul 9, 2024
-
Make redirect_messages return count (#28)
ReadBuffer.redirect_messages now returns the number of messages redirected. This is needed for counting RowDescription messages to figure out how many rows were modified by DML statements.
Configuration menu - View commit details
-
Copy full SHA for 780c522 - Browse repository at this point
Copy the full SHA 780c522View commit details
Commits on Nov 5, 2024
-
Work around a recent Cython bug. (#29)
I'll be sending a fix upstream also but I want to move things forward on our side without waiting for a Cython release.
Configuration menu - View commit details
-
Copy full SHA for b8109fb - Browse repository at this point
Copy the full SHA b8109fbView commit details
Commits on Nov 8, 2024
-
Make
buffer.pyxmore standaloneMove some definitions into `buffer.{pyx,pxd}` to reduce the hassle of cimporting it.Configuration menu - View commit details
-
Copy full SHA for 9f415b2 - Browse repository at this point
Copy the full SHA 9f415b2View commit details
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a9d2992 - Browse repository at this point
Copy the full SHA a9d2992View commit details -
Remove cdef from UUID class variable
This makes it so that Cython can store it in the module state
Configuration menu - View commit details
-
Copy full SHA for a29a6f6 - Browse repository at this point
Copy the full SHA a29a6f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff uuid...master