Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d741a880497b8458ef068c111caa64546166e3ff
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
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
614bfcc
Issue 24366: Indent code (thanks to li4ick for reporting).
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
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
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
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
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
· 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
cbfe07e
Issue 24215: Added tests for more builtin types in test_pprint.
by Serhiy Storchaka
· 9 years ago
c0e0022
Issue #24134: Use assertRaises() in context manager form in test_slice to
by Serhiy Storchaka
· 9 years ago
ef94869
Issue #24245: Eliminated senseless expect clauses that have no any effect in
by Serhiy Storchaka
· 9 years ago
5d6b7b1
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
by Serhiy Storchaka
· 9 years ago
f6d1f1f
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
by Antoine Pitrou
· 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
6371446
#24215: also back out changeset that broke test_trace in 3.4.
by R David Murray
· 9 years ago
ae760c0
Issue #6598: Increased time precision and random number range in
by Serhiy Storchaka
· 9 years ago
315e104
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 9 years ago
2a8baed
Issue #24233: Add a proper link to socket.getfqdn() documentation.
by Berker Peksag
· 9 years ago
ed9ed7f
Fix typo in Nisc/NEWS.
by Berker Peksag
· 9 years ago
7e29eea
Fixed typos in comments.
by Serhiy Storchaka
· 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
· 10 years ago
610a51f
Issue #23757: Only call the concrete list API for exact lists.
by Raymond Hettinger
· 10 years ago
6558190
Issue #22155: News entry.
by Terry Jan Reedy
· 10 years ago
d986563
Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
by Terry Jan Reedy
· 10 years ago
0e8168c
#24216: fix typo
by R David Murray
· 10 years ago
296c66e
Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.
by Terry Jan Reedy
· 10 years ago
a0b8a50
Issue #24212: Put reference in idle.__main__ to issue with explanation.
by Terry Jan Reedy
· 10 years ago
5dbb40f
Added tests for more builtin types. Made test_pprint discoverable.
by Serhiy Storchaka
· 10 years ago
031d064
Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
by Terry Jan Reedy
· 10 years ago
a7d00c2
Reverted issue #24134 changes (except new tests).
by Serhiy Storchaka
· 10 years ago
75fb816
Issue #23184: idle tests, remove unused names and imports.
by Terry Jan Reedy
· 10 years ago
038c16b
Issue #23184: idlelib, remove more unused names and imports.
by Terry Jan Reedy
· 10 years ago
2733618
idlelib: remove unused names and imports (one is a duplicate import).
by Terry Jan Reedy
· 10 years ago
8279619
Issue 24191: Document BoundArguments.signature
by Yury Selivanov
· 10 years ago
2249d9f
Make sentence correct English.
by R David Murray
· 10 years ago
0a560a1
#23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 10 years ago
3afdb28
Fix mangled wording
by Raymond Hettinger
· 10 years ago
c58cca5
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
by Yury Selivanov
· 10 years ago
d08c363
Sync asyncio code from default branch.
by Yury Selivanov
· 10 years ago
3a81f9b
Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers.
by Berker Peksag
· 10 years ago
a378025
Issue #19934: Document *None* as an acceptable input to Counter.most_common([n])
by Raymond Hettinger
· 10 years ago
19a3f17
use imperative
by Benjamin Peterson
· 10 years ago
e8944cb
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
by Yury Selivanov
· 10 years ago
c2dd680
Issue #23983: Update the pty module example.
by Berker Peksag
· 10 years ago
ea6d559
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
by Berker Peksag
· 10 years ago
b9db9e1
Defend against a mutation during comparison
by Raymond Hettinger
· 10 years ago
1af2bf7
asyncio: Support PEP 492. Issue #24017.
by Yury Selivanov
· 10 years ago
d7e19bb
docs/asyncio: Document new ensure_future() and deprecated async()
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
5d87ec2
Fix NEWS file.
by Yury Selivanov
· 10 years ago
59eb9a4
asyncio: async() function is deprecated in favour of ensure_future().
by Yury Selivanov
· 10 years ago
740169c
Sync asyncio changes from the main repo.
by Yury Selivanov
· 10 years ago
37c4f78
add trailing slash
by Benjamin Peterson
· 10 years ago
Next »