Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
36c0500990a383a47228855bae712595f7f5e1d5
36c0500
Tweak the comments
by Raymond Hettinger
· 9 years ago
fbffdef
Issue #24762: Speed-up frozenset_hash() and greatly beef-up the comments.
by Raymond Hettinger
· 9 years ago
99b80b5
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
26f6676
Merge with 3.4
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
d27d938
Merge 3.5 (asyncio tests)
by Victor Stinner
· 9 years ago
a0a28b0
Merge 3.4 (asyncio test)
by Victor Stinner
· 9 years ago
9a82bd4
Issue #24763: Fix asyncio test on Windows
by Victor Stinner
· 9 years ago
354b6e5
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 9 years ago
19fae1a
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 9 years ago
2080dc9
Issue #22932: Fix timezones in email.utils.formatdate.
by Robert Collins
· 9 years ago
12f896c
Fix minor typo in a comment
by Raymond Hettinger
· 9 years ago
9591bf1
Merge 3.5 (asyncio)
by Victor Stinner
· 9 years ago
a7a4c41
Merge 3.4 (asyncio)
by Victor Stinner
· 9 years ago
6fb1e74
Fix ResourceWarning in asyncio.BaseSubprocessTransport
by Victor Stinner
· 9 years ago
daffc91
Issue #24681: Move the most likely test first in set_add_entry().
by Raymond Hettinger
· 9 years ago
746f6af
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
b20ac4d
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
062759f
Issue 24759: Gracefull exit Idle if ttk import fails.
by Terry Jan Reedy
· 9 years ago
fa3922c
Issue #13248: Delete remaining references of inspect.getargspec().
by Berker Peksag
· 9 years ago
2808e44
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 9 years ago
78378e8
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 9 years ago
5ccc18f
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
by Robert Collins
· 9 years ago
cd111d5
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
659fcb0
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
30f1f67
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
by Terry Jan Reedy
· 9 years ago
e63a329
Update default msvccompiler link options to match the options used for core builds.
by Steve Dower
· 9 years ago
b465cb5
Update default msvccompiler link options to match the options used for core builds.
by Steve Dower
· 9 years ago
4de1c1a
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
by Berker Peksag
· 9 years ago
7e94e8e
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
by Berker Peksag
· 9 years ago
41ca828
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
by Berker Peksag
· 9 years ago
317ccf3
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
by Berker Peksag
· 9 years ago
4333d8b
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
by Berker Peksag
· 9 years ago
f716e74
Merge 3.5 (os.urandom)
by Victor Stinner
· 9 years ago
61d5aab
py_getrandom(): getrandom() *can* return EINTR
by Victor Stinner
· 9 years ago
eb2bdfe
Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation.
by Berker Peksag
· 9 years ago
707deb9
Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation.
by Berker Peksag
· 9 years ago
76b1714
Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers.
by Berker Peksag
· 9 years ago
ada5578
Merge with 3.5 for Issue #24729
by Jason R. Coombs
· 9 years ago
0598da3
Merge with 3.4 for Issue #24729
by Jason R. Coombs
· 9 years ago
dcf841b
Merge
by Jason R. Coombs
· 9 years ago
8ed4818
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
by Robert Collins
· 9 years ago
f8d5063
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
by Robert Collins
· 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
e625e7c
Merge 3.5 (Misc/ACKS)
by Victor Stinner
· 9 years ago
991d1d3
Merge 3.4 (Misc/ACKS)
by Victor Stinner
· 9 years ago
111803c
Issue #23319: Add Matthieu Gautier to Misc/ACKS
by Victor Stinner
· 9 years ago
245edd4
Merge 3.5 (ctypes)
by Victor Stinner
· 9 years ago
5ef6fde
Merge 3.4 (ctypes)
by Victor Stinner
· 9 years ago
9c631a0
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
by Victor Stinner
· 9 years ago
34a0105
Issue #19450: merge from 3.5
by Ned Deily
· 9 years ago
e0374c7
Issue #19450: merge from 3.4
by Ned Deily
· 9 years ago
bb1c079
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
by Ned Deily
· 9 years ago
d32a944
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 9 years ago
f7e3b5e
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 9 years ago
1ee9283
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 9 years ago
9f0b5e7
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
ace8848
What's New in Python 3.5: document os.urandom() changes
by Victor Stinner
· 9 years ago
a1d9fa3
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
9881013
What's New in Python 3.5: document socket.sendall() change on timeout
by Victor Stinner
· 9 years ago
5019d55
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
287452e
What's New in Python 3.5: Document ssl methods change on timeout
by Victor Stinner
· 9 years ago
e036611
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
6752d65
What's New in Python 3.5: move PEP 475 doc
by Victor Stinner
· 9 years ago
d8de44b
Issue #24729: Update tutorial to match implementation.
by Alessandro Cucci
· 9 years ago
079e080
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
by Steve Dower
· 9 years ago
4e167ca
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
by Steve Dower
· 9 years ago
54d361f
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
by Steve Dower
· 9 years ago
0ffc48e
merge
by Raymond Hettinger
· 9 years ago
d2117e1
merge
by Raymond Hettinger
· 9 years ago
acd61b6
Issue #24735: Fix invalid memory access in combinations_with_replacement()
by Raymond Hettinger
· 9 years ago
c6d9228
Issue #23426: run_setup was broken in distutils.
by Robert Collins
· 9 years ago
9c11d91
Merge with 3.5
by Steve Dower
· 9 years ago
de9fb28
Allow intermediate build directory to be overridden.
by Steve Dower
· 9 years ago
639f421
Merge 3.5 (socket)
by Victor Stinner
· 9 years ago
bea232a
Issue #24732, #23834: Fix sock_accept_impl() on Windows
by Victor Stinner
· 9 years ago
d7a094c1c
Issue #23441: rcompleter now prints a tab character instead of displaying
by Berker Peksag
· 9 years ago
0659c43
Issue #23441: rcompleter now prints a tab character instead of displaying
by Berker Peksag
· 9 years ago
aaf6114
Issue #23441: rcompleter now prints a tab character instead of displaying
by Berker Peksag
· 9 years ago
a98dcd8
Issue #24728: Null merge
by Berker Peksag
· 9 years ago
367c07f
Issue #24728: Null merge
by Berker Peksag
· 9 years ago
0bd5fb0
Issue #24728: Fix building without threads.
by Berker Peksag
· 9 years ago
ff9fe23
Fix refleak.
by Stefan Krah
· 9 years ago
c0cbed1
Fix refleak.
by Stefan Krah
· 9 years ago
3e1770f
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 9 years ago
f66f420
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 9 years ago
ddc7440
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
by Robert Collins
· 9 years ago
71427ee
Merge Python 3.5.0b4 changes back with 3.5 branch head.
by Larry Hastings
· 9 years ago
3d1dc90
Post-release updates for Python 3.5.0b4.
by Larry Hastings
· 9 years ago
870db90
Closes #20544: use specific asserts in operator tests.
by Antoine Pitrou
· 9 years ago
0ccf208
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
f002225
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
83236f7
Issue #24683: Fixed crashes in _json functions called with arguments of
by Serhiy Storchaka
· 9 years ago
baacc61
Added tag v3.5.0b4 for changeset c0d641054635
by Larry Hastings
· 9 years ago
164df4e
Version bump for Python 3.5.0b4.
by Larry Hastings
· 9 years ago
197ae02
Updated pydoc topics for 3.5.0b4.
by Larry Hastings
· 9 years ago
aece824
Issue #24710: Use cls in TracebackException.from_exception.
by Robert Collins
· 9 years ago
c94a1dc
- Issue #2091: error correctly on open() with mode 'U' and '+'
by Robert Collins
· 9 years ago
8826672
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
by Berker Peksag
· 9 years ago
Next »