Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) | Serhiy Storchaka | 2022-09-24 | 1 | -1/+1 |
| | |||||
* | gh-91362: reword pickle docs to account for nested classes (#92429) | Shantanu | 2022-05-21 | 1 | -6/+6 |
| | | | Fixes #91362 | ||||
* | pickle docs: Fix typos and improve wording (GH-24776) | Géry Ogam | 2022-04-07 | 1 | -24/+23 |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | bpo-26579: Add object.__getstate__(). (GH-2821) | Serhiy Storchaka | 2022-04-06 | 1 | -8/+27 |
| | | | | | | | Copying and pickling instances of subclasses of builtin types bytearray, set, frozenset, collections.OrderedDict, collections.deque, weakref.WeakSet, and datetime.tzinfo now copies and pickles instance attributes implemented as slots. | ||||
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -6/+6 |
| | | | | | The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did. | ||||
* | bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) | Serhiy Storchaka | 2020-05-02 | 1 | -1/+1 |
| | | | | It was positional-only de facto: documentation and two implementations used three different name. | ||||
* | bpo-39435: Fix docs for pickle.loads (GH-18160) | Shantanu | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) | Furkan Önder | 2020-04-18 | 1 | -3/+3 |
| | | | Automerge-Triggered-By: @pitrou | ||||
* | bpo-38388: Document pickle protocol version 5 (GH-16639) | Dima Tisnek | 2019-11-03 | 1 | -1/+5 |
| | |||||
* | bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) | Daniel Pope | 2019-08-31 | 1 | -4/+18 |
| | |||||
* | Update pickle.rst (GH-14128) | Géry Ogam | 2019-08-07 | 1 | -17/+19 |
| | | | | * Edits for readability and grammar | ||||
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -1/+1 |
| | | | Also updates some (unreleased) event names to be consistent with the others. | ||||
* | bpo-36785: PEP 574 implementation (GH-7076) | Antoine Pitrou | 2019-05-26 | 1 | -57/+214 |
| | |||||
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+1 |
| | | | Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. | ||||
* | Fix typos in documentation (#13344) | Xtreak | 2019-05-16 | 1 | -1/+1 |
| | |||||
* | bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) | Pierre Glaser | 2019-05-08 | 1 | -0/+71 |
| | | | | Enable custom reduction callback registration for functions and classes in _pickle.c, using the new Pickler's attribute ``reducer_override``. | ||||
* | bpo-35900: Add a state_setter arg to save_reduce (GH-12588) | Pierre Glaser | 2019-05-08 | 1 | -1/+10 |
| | | | | | Allow reduction methods to return a 6-item tuple where the 6th item specifies a custom state-setting method that's called instead of the regular ``__setstate__`` method. | ||||
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | bpo-22005: Document the reality of pickle compatibility. (GH-11054) | Gregory P. Smith | 2018-12-09 | 1 | -1/+3 |
| | |||||
* | bpo-22005: Fixed unpickling instances of datetime classes pickled by Python ↵ | Serhiy Storchaka | 2018-12-07 | 1 | -0/+6 |
| | | | | | | 2. (GH-11017) encoding='latin1' should be used for successful decoding. | ||||
* | Fix typo in object.__getnewargs__() documentation (GH-7554) | Andrés Delfino | 2018-06-10 | 1 | -1/+1 |
| | |||||
* | bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) | Łukasz Langa | 2018-04-04 | 1 | -6/+14 |
| | | | This makes performance better and produces shorter pickles. This change is backwards compatible up to the oldest currently supported version of Python (3.4). | ||||
* | Fix trivial typo in pickle.rst (#4955) | Sebastian Pucilowski | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -5/+9 |
|\ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -5/+9 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Issue #25523: Merge a-to-an corrections from 3.5. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | | | Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__. | Serhiy Storchaka | 2015-10-13 | 1 | -6/+13 |
|/ / | |||||
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-07-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 'not' is very important here | Benjamin Peterson | 2015-07-06 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-07-06 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | tighten warning | Benjamin Peterson | 2015-07-06 | 1 | -3/+3 |
| | | |||||
| * | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -1/+1 |
| | | |||||
* | | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 1 | -1/+1 |
| | | |||||
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|/ | |||||
* | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -1/+0 |
| | |||||
* | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
| | |||||
* | Fix the description of pickle protocol numbers | Antoine Pitrou | 2014-01-21 | 1 | -26/+13 |
| | |||||
* | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. | Alexandre Vassalotti | 2013-12-07 | 1 | -42/+46 |
| | | | | | | | Initial patch by Merlijn van Deen. I've added a few unrelated docstring fixes in the patch while I was at it, which makes the documentation for pickle a bit more consistent. | ||||
* | Mention pickle protocol 4, and some tweaks. | Antoine Pitrou | 2013-12-07 | 1 | -7/+18 |
| | |||||
* | Issue #19900: improve generalities at the start of the pickle module doc | Antoine Pitrou | 2013-12-06 | 1 | -20/+53 |
|\ | |||||
| * | Issue #19900: improve generalities at the start of the pickle module doc | Antoine Pitrou | 2013-12-06 | 1 | -20/+53 |
| | | |||||
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -6/+6 |
|\ \ | |/ |