Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
763a61ca954a1c5a1b56411dd5e57a7d58afff75
763a61c
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
by Serhiy Storchaka
· 9 years ago
149d080
Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly
by Serhiy Storchaka
· 9 years ago
f1669a3
Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests
by Martin Panter
· 9 years ago
ec3c245
Issue #26609: Fix up Python 2 port
by Martin Panter
· 9 years ago
af58c85
Issue #26609: Fix HTTP server tests to request an absolute URL path
by Martin Panter
· 9 years ago
7784888
Issue #19377: Add .svg to mimetypes.types_map
by Berker Peksag
· 9 years ago
81f8d57
Issue #13952: Add .csv to mimetypes.types_map
by Berker Peksag
· 9 years ago
265bc81
Issue #16329: Add .webm to mimetypes.types_map
by Berker Peksag
· 9 years ago
86e0d57
Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest
by Martin Panter
· 9 years ago
bc62af1
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
aad86a6
Issue #6953: Rearrange and expand Readline module documentation
by Martin Panter
· 9 years ago
3c38dcc
Fix typos in documentation and comments
by Martin Panter
· 9 years ago
ed06e8f
Issue #23735: Avoid sighandler_t Gnu-ism
by Martin Panter
· 9 years ago
a70c323
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
by Martin Panter
· 9 years ago
ce9f8e2
Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links
by Martin Panter
· 9 years ago
cb7fff5
Added a cookbook recipe for a logging context manager.
by Vinay Sajip
· 9 years ago
838b133
Remove redundant leading zeroes in PEP references.
by Serhiy Storchaka
· 9 years ago
68822a0
Issue #22854: fileno() is always required in IOBase; remove test
by Martin Panter
· 9 years ago
0ed3891
Issue #26492: Added additional tests for exhausted iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
14a7d63
Issue #26494: Fixed crash on iterating exhausting iterators.
by Serhiy Storchaka
· 9 years ago
d524b70
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
by Martin Panter
· 9 years ago
b8089b4
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
by Martin Panter
· 9 years ago
6ce9f4b
Revert the last change:
by doko@ubuntu.com
· 9 years ago
ed282af
Makefile.pre.in:
by doko@ubuntu.com
· 9 years ago
b703611
Issue #24266: Cancel history search mode with Ctrl+C in Readline 7
by Martin Panter
· 9 years ago
9b15490
remove useless $ keyword (closes #17167)
by Benjamin Peterson
· 9 years ago
127f0d8
Issue #15660: Further clarify 0 prefix for width specifier in formats.
by Terry Jan Reedy
· 9 years ago
9d9d99c
whitespace
by Terry Jan Reedy
· 9 years ago
d0c21de
Document maintenance of idlelib/help.html in idlelib.
by Terry Jan Reedy
· 9 years ago
a9c24a6
Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes.
by Terry Jan Reedy
· 9 years ago
6d297cb
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
cac1d23
Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
67818a1
Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py.
by Serhiy Storchaka
· 9 years ago
6765015
Issue #18048: Rename test_coding.py to test_source_encoding.py.
by Serhiy Storchaka
· 12 years ago
dbcd457
Issue #23857: Implement PEP 493
by Nick Coghlan
· 9 years ago
3a4bdb6
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
by Ezio Melotti
· 9 years ago
9cb2074
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji.
by Steve Dower
· 9 years ago
2bf60cb
Issue #19450: Update Windows builds to use SQLite 3.8.11.0.
by Steve Dower
· 9 years ago
115d858
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
by Donald Stufft
· 9 years ago
a45120d
Issue #17603: Check for st_blocks field without requiring fileblocks.o
by Martin Panter
· 9 years ago
ec8d6c2
Skip test_site if USER_SITE cannot be created
by Victor Stinner
· 9 years ago
d351827
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
aac1dd0
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
by Ezio Melotti
· 9 years ago
6066257
#25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park.
by Ezio Melotti
· 9 years ago
deb1a90
Issue #26513: Fixes platform module detection of Windows Server
by Steve Dower
· 9 years ago
5c2cb82
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
by Serhiy Storchaka
· 9 years ago
ca76100
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
by Terry Jan Reedy
· 9 years ago
3d3a8f6
#26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B.
by Ezio Melotti
· 9 years ago
8285a70
Issue #16851: Add Anna Koroliuk to Misc/ACKS
by Victor Stinner
· 9 years ago
498834b
Fix inspect.ismethod() doc
by Victor Stinner
· 9 years ago
0fd213c
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
by Serhiy Storchaka
· 9 years ago
2c311f9
Issue #15068: Avoid creating a reference loop in fileinput.
by Serhiy Storchaka
· 9 years ago
b6d633c
Backed out changeset: e7065fc4a6c2
by Steve Dower
· 9 years ago
2f7570f
Force clean externals on buildbots.
by Steve Dower
· 9 years ago
b3fbbf4
Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
by Steve Dower
· 9 years ago
69b7f81
Issue #15068: Got rid of excessive buffering in the fileinput module.
by Serhiy Storchaka
· 9 years ago
2d80fb3
Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform.
by Serhiy Storchaka
· 9 years ago
20c8cd9
Issue #26456: Force all child threads to terminate in TestForkInThread
by Martin Panter
· 9 years ago
b5805b5
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
by Ned Deily
· 9 years ago
4ddb44a
properly use PyObject_CallMethod in dictview binary operations (closes #26478)
by Benjamin Peterson
· 9 years ago
69d7f6a
Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer.
by Ned Deily
· 9 years ago
2ec5fd5
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
by Raymond Hettinger
· 9 years ago
87640b3
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
by Berker Peksag
· 9 years ago
9e00088
Issue #26167: Backported copy tests.
by Serhiy Storchaka
· 9 years ago
a61bfdb
Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.
by Serhiy Storchaka
· 9 years ago
7c033e6
Issue #26486: Backported some pickle tests from 3.x.
by Serhiy Storchaka
· 9 years ago
e41dc4f
Issue #26485: Fix Sphinx warning in Doc/license.rst
by Berker Peksag
· 9 years ago
deffc0b
issue26484 - fix the broken table in the doc about len().
by Gregory P. Smith
· 9 years ago
79f657c
Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++.
by Serhiy Storchaka
· 9 years ago
bb56936
Issue #26246: Set initial value of the hidden attr when creating copy button.
by Berker Peksag
· 9 years ago
b6b1ab4
Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost
by Martin Panter
· 9 years ago
97b6e0b
Fix typo.
by Georg Brandl
· 9 years ago
5a3e8e5
Issue 13573: Document that csv.writer uses str() for floats instead of repr().
by Raymond Hettinger
· 9 years ago
ef85a1a
Issue #22836: Keep exception reports sensible despite errors
by Martin Panter
· 9 years ago
f9ce84b
#26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.
by Ezio Melotti
· 9 years ago
83e9b57
Issue #24421: Compile _math.c separately to avoid race condition
by Martin Panter
· 10 years ago
a575839
Fix rstlint to also look for indented comments that should be directives.
by Georg Brandl
· 9 years ago
ee7fe38
Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost.
by Serhiy Storchaka
· 9 years ago
7a7ad35
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
by Ned Deily
· 9 years ago
942f3de
Change OS X installer builds targeted for 10.10 and above to build
by Ned Deily
· 9 years ago
83abccb
Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
by Ned Deily
· 9 years ago
098f6d0
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
by Martin Panter
· 9 years ago
39267c2
Issue #22088: Clarify base-64 alphabets and which characters are discarded
by Martin Panter
· 9 years ago
3058eb4
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
by Ned Deily
· 9 years ago
9037834
Issue #26417: Prevent spurious errors and incorrect defaults when
by Ned Deily
· 9 years ago
c46a2eb
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
by Zachary Ware
· 9 years ago
be9ddc1
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
by Martin Panter
· 9 years ago
3e85838
Fix errors in XML-RPC client example code
by Martin Panter
· 9 years ago
35bb78e
Added simple threading example to logging cookbook.
by Vinay Sajip
· 9 years ago
59b9a16
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
by Martin Panter
· 9 years ago
d6dd0e6
Closes #20169: fix inner links random doc.
by Georg Brandl
· 9 years ago
94035f3
Issue #15608: Improve socketserver module documentation
by Martin Panter
· 9 years ago
63d1f47
Issue #26309: Rewrite test in main thread and avoid race condition
by Martin Panter
· 9 years ago
ba8474b
Issue #26309: Shut down SocketServer request if verify_request() is false
by Martin Panter
· 9 years ago
51b13e5
fix typo (closes #26378)
by Benjamin Peterson
· 9 years ago
b2e3946
open the cert store readonly
by Benjamin Peterson
· 9 years ago
1c2a7b5
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
by Ned Deily
· 9 years ago
fdb959b
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
by Ned Deily
· 9 years ago
674a3cd
Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with
by Charles-François Natali
· 10 years ago
c665ff6
Closes #26320: fix stylesheet after Sphinx update.
by Georg Brandl
· 10 years ago
Next »