Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2756d8aa11f7f207a3923a9c91b82176ec77d0f0
/
Misc
2756d8a
Idle NEWS entries.
by Terry Jan Reedy
· 9 years ago
a350e85
Issue #23672: ACKS
by Terry Jan Reedy
· 9 years ago
9644f24
Issue #24774: Fix docstring in http.server.test.
by Robert Collins
· 9 years ago
ac37ba0
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
by Robert Collins
· 9 years ago
edbc28c
#21167: Fix definition of NAN when ICC used without -fp-model strict.
by R David Murray
· 9 years ago
054d3cd
Fixed doubled spaces in Misc/NEWS.
by Serhiy Storchaka
· 9 years ago
d84b29f
Issue #4395: Better testing and documentation of binary operators.
by Robert Collins
· 9 years ago
86b34da
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
by Berker Peksag
· 9 years ago
3fc0f2d
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
by Yury Selivanov
· 9 years ago
91e561a
Issue #24129: Clarify reference docs for name resolution.
by Nick Coghlan
· 9 years ago
920a335
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
by Zachary Ware
· 9 years ago
1ae28d2
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
by Robert Collins
· 9 years ago
2fee5c9
Issue #24021: docstring for urllib.urlcleanup.
by Robert Collins
· 9 years ago
a0e5d98
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
by Robert Collins
· 9 years ago
3e77677
Issue #23652: Make the select module compile against LSB headers.
by Zachary Ware
· 9 years ago
1c837f4
Issue 24745: Add ACKS entry.
by Terry Jan Reedy
· 9 years ago
231007f
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
by Terry Jan Reedy
· 9 years ago
2080dc9
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 9 years ago
5ccc18f
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 9 years ago
dcf841b
Merge
by Jason R. Coombs
· 9 years ago
bd4dd54
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
by Robert Collins
· 9 years ago
842c074
Issue #24729: Correct reference to open function.
by Jason R. Coombs
· 9 years ago
111803c
Issue #23319: Add Matthieu Gautier to Misc/ACKS
by Victor Stinner
· 9 years ago
9c631a0
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
by Victor Stinner
· 9 years ago
bb1c079
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
by Ned Deily
· 9 years ago
1ee9283
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 9 years ago
54d361f
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
by Steve Dower
· 9 years ago
acd61b6
Issue #24735: Fix invalid memory access in combinations_with_replacement()
by Raymond Hettinger
· 9 years ago
aaf6114
Issue #23441: rcompleter now prints a tab character instead of displaying
by Berker Peksag
· 9 years ago
ddc7440
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 9 years ago
83236f7
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
5a294d8
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
by Berker Peksag
· 9 years ago
178f0b6
Issue #24620: Random.setstate() now validates the value of state last element.
by Serhiy Storchaka
· 9 years ago
e02f6c2
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
by Robert Collins
· 9 years ago
689b55c
Issue #24603: Update the Windows build to use OpenSSL 1.0.2d
by Zachary Ware
· 9 years ago
3018cc4
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
by Serhiy Storchaka
· 9 years ago
5329aaa
Issue #21750: mock_open.read_data can now be read from each instance, as it
by Robert Collins
· 9 years ago
579db16
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
by Victor Stinner
· 9 years ago
b37f43f
- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
by Robert Collins
· 9 years ago
d44768f
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
by Serhiy Storchaka
· 9 years ago
ebbdb7d
Corrected empty lines in Misc/NEWS.
by Serhiy Storchaka
· 9 years ago
03d6ee3
Issue #18684: Fixed reading out of the buffer in the re module.
by Serhiy Storchaka
· 9 years ago
0357268
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
by Lars Gustäbel
· 9 years ago
1da0612
merge heads
by Benjamin Peterson
· 9 years ago
2a48a6e
merge 3.3 (#24407)
by Benjamin Peterson
· 9 years ago
a82f77f
protect against mutation of the dict during insertion (closes #24407)
by Benjamin Peterson
· 9 years ago
0454d48
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
by Ned Deily
· 9 years ago
a09ef03
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
by Steve Dower
· 9 years ago
80f78a3
fix use after free (closes #24552)
by Benjamin Peterson
· 9 years ago
b7a688b
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 9 years ago
05744ac
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
by Serhiy Storchaka
· 9 years ago
7b6e3b9
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
by Serhiy Storchaka
· 9 years ago
50373e6
Issue #20387: Merge
by Jason R. Coombs
· 9 years ago
449e2be
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
by Serhiy Storchaka
· 9 years ago
80c29ac
Issue #20387: Merge patch and test
by Jason R. Coombs
· 9 years ago
101ff35
Issue #24336: The contextmanager decorator now works with functions with
by Serhiy Storchaka
· 9 years ago
acac1e0
merge 3.3
by Benjamin Peterson
· 9 years ago
dac3ab8
add issue number
by Benjamin Peterson
· 9 years ago
ff0f322
merge 3.3
by Benjamin Peterson
· 9 years ago
59b08c1
use safe allocation and reallocation macros
by Benjamin Peterson
· 9 years ago
d1d628d
Issue #20387: Update Misc/NEWS
by Jason R. Coombs
· 9 years ago
6bc217d
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 9 years ago
17d5f47
- Issue #24351: Clarify what is meant by "identifier" in the context of
by Barry Warsaw
· 9 years ago
d504f20
merge 3.2 (#22931)
by Benjamin Peterson
· 9 years ago
9bd476e
allow square brackets in cookie values (closes #22931)
by Benjamin Peterson
· 9 years ago
deff2b7
be more robust against the filters list changing under us (closes #24096)
by Benjamin Peterson
· 10 years ago
501182a
just sort the items tuple directly (closes #24094)
by Benjamin Peterson
· 10 years ago
51454a6
merge 3.2 (#24044)
by Benjamin Peterson
· 10 years ago
0823ffb
properly handle malloc failure (closes #24044)
by Benjamin Peterson
· 10 years ago
418fd74
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
by Christian Heimes
· 10 years ago
f28fa66
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
by Serhiy Storchaka
· 9 years ago
fa494fd
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
by Serhiy Storchaka
· 9 years ago
50451eb
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
by Serhiy Storchaka
· 9 years ago
46c759d
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
by Yury Selivanov
· 9 years ago
ca208a0
Moved Misc/NEWS entries to correct section and fix formatting.
by Serhiy Storchaka
· 9 years ago
387729e
Issue #23840: tokenize.open() now closes the temporary binary file on error to
by Victor Stinner
· 9 years ago
410d77f
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
4cbb9e6
Add NEWS item for Idle.
by Terry Jan Reedy
· 9 years ago
c4ae86e
merge 3.3 (#22931)
by Benjamin Peterson
· 9 years ago
08d230a
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
by Serhiy Storchaka
· 9 years ago
bf341fb
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
by Yury Selivanov
· 9 years ago
0978b5c
Fixed issue number for issue #22939.
by Serhiy Storchaka
· 9 years ago
4faf5c5
Issue #23985: Fixed integer overflow in iterator object. Patch by
by Serhiy Storchaka
· 9 years ago
5d6b7b1
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
by Serhiy Storchaka
· 9 years ago
2545411
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data.
by Antoine Pitrou
· 9 years ago
ae760c0
Issue #6598: Increased time precision and random number range in
by Serhiy Storchaka
· 9 years ago
ed9ed7f
Fix typo in Nisc/NEWS.
by Berker Peksag
· 9 years ago
5bf3120
Issue #24091: Fixed various crashes in corner cases in C implementation of
by Serhiy Storchaka
· 9 years ago
ca7fecb
Issue #24102: Fixed exception type checking in standard error handlers.
by Serhiy Storchaka
· 9 years ago
0a29e89
Issue #21931: Fix error handling in msilib.FCICreate().
by Zachary Ware
· 9 years ago
610a51f
Issue #23757: Only call the concrete list API for exact lists.
by Raymond Hettinger
· 9 years ago
6558190
Issue #22155: News entry.
by Terry Jan Reedy
· 9 years ago
a7d00c2
Reverted issue #24134 changes (except new tests).
by Serhiy Storchaka
· 9 years ago
ea6d559
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 9 years ago
5d87ec2
Fix NEWS file.
by Yury Selivanov
· 9 years ago
59eb9a4
asyncio: async() function is deprecated in favour of ensure_future().
by Yury Selivanov
· 9 years ago
740169c
Sync asyncio changes from the main repo.
by Yury Selivanov
· 9 years ago
37c4f78
add trailing slash
by Benjamin Peterson
· 9 years ago
65bcdd7
ensure .keywords is always a dict
by Benjamin Peterson
· 10 years ago
01b0883
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
by Larry Hastings
· 10 years ago
Next »