Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d3a2a95125167564aed33286933dd224a1f47b7e
d3a2a95
use correct __new__ method (closes #24552)
by Benjamin Peterson
· 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
3ef8058
remove stray '(' (closes #24547)
by Benjamin Peterson
· 9 years ago
fe6399e
Update setuptools to 18.0.1 and pip to 7.1.0
by Donald Stufft
· 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
89584c9
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 9 years ago
1096f76
Issue #24509: Clarify Handle.cancel() and loop.call_* methods.
by Yury Selivanov
· 9 years ago
bb96134
asyncio.docs: Use less confusing title
by Yury Selivanov
· 9 years ago
339d5e7
Fix asyncio unittests in debug mode
by Yury Selivanov
· 9 years ago
29a602a
Issue #24400: Fix CoroWrapper for 'async def' coroutines
by Yury Selivanov
· 9 years ago
dfbd27f
asyncio: Merge changes from issue #24400.
by Yury Selivanov
· 9 years ago
6bc217d
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
by Antoine Pitrou
· 9 years ago
e411b66
Issue #20387: Restore retention of indentation during untokenize.
by Dingyuan Wang
· 9 years ago
b6d1cdd
Issue #20387: Correct test to properly capture expectation.
by Jason R. Coombs
· 9 years ago
03863d2
Fixed documentation of functions with const char* arguments.
by Serhiy Storchaka
· 9 years ago
5fa22fc
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 9 years ago
73c95f1
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
by Serhiy Storchaka
· 9 years ago
753a1df
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
5713b3c
Issue #20387: Add test capturing failure to roundtrip indented code in tokenize module.
by Jason R. Coombs
· 9 years ago
7cf3638
Remove unused import and remove doctest-only import into doctests.
by Jason R. Coombs
· 9 years ago
9fe1643
Deprecate unused scripts in Tools/buildbot.
by Zachary Ware
· 9 years ago
d1f7c59
Update PCbuild/readme.txt
by Zachary Ware
· 9 years ago
b4760ef
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
by Senthil Kumaran
· 9 years ago
1c90670
Issue #24453: Fix doubled word.
by Raymond Hettinger
· 9 years ago
192c750
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
by Berker Peksag
· 9 years ago
6ac5cc1
whitespace
by Terry Jan Reedy
· 9 years ago
fe63c9a
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
by Terry Jan Reedy
· 9 years ago
e12e7aa
Issue #15745: Rewrite os.utime() tests in test_os
by Victor Stinner
· 9 years ago
f5d4523
Closes issue #24405: mark set display as code.
by Terry Jan Reedy
· 9 years ago
d741a88
Fixed indentation of Python examples in C comments.
by Serhiy Storchaka
· 9 years ago
6250df8
Clean up/refactor the batch scripts used for building on Windows.
by Zachary Ware
· 9 years ago
17d5f47
- Issue #24351: Clarify what is meant by "identifier" in the context of
by Barry Warsaw
· 9 years ago
f330d53
#23891: correctly refer to PyPI as "Python Package Index"
by Tal Einat
· 9 years ago
c0ed707
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
d004071
#23891: remove extra words
by Andrew Kuchling
· 9 years ago
dd15b36
#23891: add a section to the Tutorial describing virtual environments and pip
by Andrew Kuchling
· 9 years ago
4a75174
Add link to pyvideoorg
by Andrew Kuchling
· 9 years ago
ecacfd8
#23891: rework discussion of python-list a bit
by Andrew Kuchling
· 9 years ago
614bfcc
Issue 24366: Indent code (thanks to li4ick for reporting).
by Yury Selivanov
· 9 years ago
86c3a3b
merge 3.2
by Benjamin Peterson
· 9 years ago
b03856a
keep distutils version in sync with python version automatically
by Benjamin Peterson
· 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
d71b170
#23891: describe a few more modules in the tutorial
by Andrew Kuchling
· 10 years ago
07c0025
Issue #24299: Fixed test__locale on Solaris.
by Serhiy Storchaka
· 9 years ago
d9ede87
that this is "for Python" is obvious
by Benjamin Peterson
· 9 years ago
12b50ce
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
by Berker Peksag
· 9 years ago
2558774
Issue #24148: Fix incorrect Stats.sort_stats() example.
by Berker Peksag
· 9 years ago
e126857
Issue 24366: Merge 3.3
by Yury Selivanov
· 9 years ago
96cf848
Upgrade pip to 7.0.3 and setuptools to 17.0
by Donald Stufft
· 9 years ago
71a8589
Closes #24267 - Does not check version on ensurepip uninstall
by Donald Stufft
· 9 years ago
11cf4f6
Issue #24357: use example.org instead
by Ned Deily
· 9 years ago
834f029
Issue #24357: fix real typo
by Ned Deily
· 9 years ago
9e2dc3f
Issue #24357: fix typo
by Ned Deily
· 9 years ago
1b79e2d
Issue #24357: Change host in socket.getaddrinfo example to one that
by Ned Deily
· 9 years ago
70adad2
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
by Yury Selivanov
· 9 years ago
a316085
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
by Yury Selivanov
· 9 years ago
0339568
Issue 22357: Document __qualname__ in inspect.rst
by Yury Selivanov
· 9 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
1ad08a5
asyncio: Drop some useless code from tasks.py.
by Yury Selivanov
· 9 years ago
46c759d
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
by Yury Selivanov
· 9 years ago
68fe9aa
update for 3.6 emerging
by Benjamin Peterson
· 9 years ago
72c2400
Issue 24304: Fix broken license link in FAQ.
by Ned Deily
· 9 years ago
ca208a0
Moved Misc/NEWS entries to correct section and fix formatting.
by Serhiy Storchaka
· 9 years ago
82d8f06
merge 3.3
by Benjamin Peterson
· 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
a6f6a68
whitespace
by Terry Jan Reedy
· 9 years ago
571164f
Add pointer to IDLE what's new file.
by Terry Jan Reedy
· 9 years ago
c4dc43e
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
4cbb9e6
Add NEWS item for Idle.
by Terry Jan Reedy
· 9 years ago
43cba21
Make expression legal python by adding '1'.
by Terry Jan Reedy
· 9 years ago
c4ae86e
merge 3.3 (#22931)
by Benjamin Peterson
· 9 years ago
7bf0d5a
Upgrade pip to 7.0.1
by Donald Stufft
· 9 years ago
9ecf9e2
Issue #24219: Remove duplicate literal in docs.
by Raymond Hettinger
· 9 years ago
08d230a
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
by Serhiy Storchaka
· 9 years ago
df9ba36
Upgrade pip to 7.0 and setuptools to 16.0
by Donald Stufft
· 10 years ago
bf341fb
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
by Yury Selivanov
· 10 years ago
0978b5c
Fixed issue number for issue #22939.
by Serhiy Storchaka
· 10 years ago
4faf5c5
Issue #23985: Fixed integer overflow in iterator object. Patch by
by Serhiy Storchaka
· 10 years ago
cbfe07e
Issue 24215: Added tests for more builtin types in test_pprint.
by Serhiy Storchaka
· 10 years ago
c0e0022
Issue #24134: Use assertRaises() in context manager form in test_slice to
by Serhiy Storchaka
· 10 years ago
Next »