Commit Graph

12 Commits

Author SHA1 Message Date
Antoine Pitrou 5bf886ecbb PEP 574: update (#883)
* PEP 574: add bit of trivia about the undocumented "inst_persistent_id" hook

Communicated by Martin Gfeller.

* PEP 574: make it a requirement that buffers are contiguous
2019-01-27 21:48:33 +10:00
Antoine Pitrou 7808074692
PEP 574: minor updates (GH-805)
* Fix example
* Mention Numpy implementation and benchmark
2018-10-11 13:54:53 +02:00
Antoine Pitrou 4df40cca06 PEP 574: Rephrase and clarify the "open questions" (#752) 2018-08-04 14:52:39 +10:00
Antoine Pitrou 9b8ee10c15
PEP 574: mention experimental support in Apache Arrow (#750) 2018-07-30 19:09:57 +02:00
Antoine Pitrou 1ed3043948 PEP 574: change buffer callback semantics (#742)
`buffer_callback` now takes a single buffer argument and can return a true-ish
value if the buffer is to be considered in-band.
2018-07-20 21:25:18 +10:00
Antoine Pitrou 6482422d75
PEP 574: Retitle "Alternatives" to "Rejected alternatives" (#696) 2018-07-06 17:37:02 +02:00
Antoine Pitrou 267ef773c6
PEP 574: add mention of in-band performance (#687) 2018-07-02 22:44:31 +02:00
Antoine Pitrou bebfd65c2b
PEP 574: add implementation (#663) 2018-05-24 00:05:19 +02:00
Antoine Pitrou bad793c121
PEP 574: fix error in code sample (#662) 2018-05-22 23:35:23 +02:00
Olivier Grisel 91279babfc Rename BYTEARRAY to BYTEARRAY8 (#625) 2018-04-20 17:18:24 +02:00
Antoine Pitrou 61cb444e6d
PEP 574 additions (#621) 2018-04-13 18:16:58 +02:00
Antoine Pitrou da4e36a422
PEP draft: pickle protocol 5 (#602) 2018-03-28 19:53:02 +02:00