Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f3914eb16d28ad9eb20fe5133d9aa83658bcc27f
f3914eb
co_lnotab supports negative line number delta
by Victor Stinner
· 9 years ago
316fcc8
merge from 3.5
by Senthil Kumaran
· 9 years ago
6a0514e
issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs.
by Senthil Kumaran
· 9 years ago
b56837a
Merge 3.5
by Victor Stinner
· 9 years ago
bfd316e
Add _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
5ccbf79
Issue #26147: xmlrpc now works with strings not encodable with used
by Serhiy Storchaka
· 9 years ago
aebb6d3
Issue #26147: xmlrpc now works with strings not encodable with used
by Serhiy Storchaka
· 9 years ago
5d69e68
Issue #5626: Remove misleading comment from socket.gethostname() documentation
by Berker Peksag
· 9 years ago
744fdfb
Issue #5626: Remove misleading comment from socket.gethostname() documentation
by Berker Peksag
· 9 years ago
4f49c1c
Issue #26157: Fix typos in asyncio-eventloop.rst
by Berker Peksag
· 9 years ago
49c9edf
Issue #26157: Fix typos in asyncio-eventloop.rst
by Berker Peksag
· 9 years ago
33abe9a
Merge update to pip/setuptools
by Donald Stufft
· 9 years ago
1dce2c7
Merge update to pip/setuptools
by Donald Stufft
· 9 years ago
33a8276
Update pip to 8.0.0 and setuptools to 19.4
by Donald Stufft
· 9 years ago
4918b47
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
by Serhiy Storchaka
· 9 years ago
d205d01
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
by Serhiy Storchaka
· 9 years ago
31a858c
Issue #16620: Got rid of using undocumented function glob.glob1().
by Serhiy Storchaka
· 9 years ago
47670eb
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
by Serhiy Storchaka
· 9 years ago
e914cd1
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
by Serhiy Storchaka
· 9 years ago
70c6a13
Merge 3.5
by Victor Stinner
· 9 years ago
47b91b0
Fix BytecodeTestCase.assertNotInBytecode()
by Victor Stinner
· 9 years ago
2c02849
merge 3.5 (#25731)
by Benjamin Peterson
· 9 years ago
9ad1154
set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731)
by Benjamin Peterson
· 9 years ago
3114d76
merge from 3.5
by Senthil Kumaran
· 9 years ago
9e9f850
issue23962 - Reference the correct TimeoutError in concurrent.futures documentation.
by Senthil Kumaran
· 9 years ago
f12dc26
Issue #25859: Merge NNTP test server from 3.5
by Martin Panter
· 9 years ago
8f19e8e
Issue #25859: Reimplement NNTP test_starttls() using local server
by Martin Panter
· 9 years ago
9913205
Issue #25366: Skip test_with_pip when threading module is not available
by Berker Peksag
· 9 years ago
1b25eff
Issue #25366: Skip test_with_pip when threading module is not available
by Berker Peksag
· 9 years ago
9d4f3d8
Added exceptins for testing non-reversible import mapping for Issue #26013.
by Serhiy Storchaka
· 9 years ago
5c1d9d2
Added exceptins for testing non-reversible import mapping for Issue #26013.
by Serhiy Storchaka
· 9 years ago
905a97d
Issue #26013: Added compatibility with broken protocol 2 pickles created
by Serhiy Storchaka
· 9 years ago
111c7b9
Issue #26013: Added compatibility with broken protocol 2 pickles created
by Serhiy Storchaka
· 9 years ago
75ed708
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
by Serhiy Storchaka
· 9 years ago
084f7e4
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
by Serhiy Storchaka
· 9 years ago
9cc4ed5
Issue #26129: Deprecated accepting non-integers in grp.getgrgid().
by Serhiy Storchaka
· 9 years ago
9def284
subprocess._optim_args_from_interpreter_flags()
by Victor Stinner
· 9 years ago
c437d0c
Fix test_compilepath() of test_compileall
by Victor Stinner
· 9 years ago
4b5b062
Fix indentation of continuation lines.
by Georg Brandl
· 9 years ago
5c60ea3
Fix two instances of wrong indentation.
by Georg Brandl
· 9 years ago
613065b
Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.
by Senthil Kumaran
· 9 years ago
5ad53bf
Merge from 3.5
by Senthil Kumaran
· 9 years ago
76d9a6b
Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell.
by Senthil Kumaran
· 9 years ago
5f6ccc7
Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).
by Stefan Krah
· 9 years ago
ab061cf
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
3567651
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
by Terry Jan Reedy
· 9 years ago
a8a3a1b
merge from 3.5
by Senthil Kumaran
· 9 years ago
80538e9
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
by Senthil Kumaran
· 9 years ago
709c2ae
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
by Steve Dower
· 9 years ago
332334f
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
by Steve Dower
· 9 years ago
ca9aab1
Issue #26073: Update the list of magic numbers in launcher
by Steve Dower
· 9 years ago
87fb7f6
Issue #26073: Update the list of magic numbers in launcher
by Steve Dower
· 9 years ago
c3cd76a
Issue #26065: Excludes venv from library when generating embeddable distro.
by Steve Dower
· 9 years ago
10cabcb
Issue #26065: Excludes venv from library when generating embeddable distro.
by Steve Dower
· 9 years ago
6932b5b
Merge
by Steve Dower
· 9 years ago
d8ce735
Issue #25850: Use cross-compilation by default for 64-bit Windows.
by Steve Dower
· 9 years ago
2ae4ea5
use public 'value'
by Ethan Furman
· 9 years ago
1d32941
Issue #25850: Use cross-compilation by default for 64-bit Windows.
by Steve Dower
· 9 years ago
51578c0
Issue #25089: Adds short documentation section for modifying an install.
by Steve Dower
· 9 years ago
e248f68
Issue #25089: Adds short documentation section for modifying an install.
by Steve Dower
· 9 years ago
5318d10
Issue #23883: grp and pwd are None on Windows
by Martin Panter
· 9 years ago
2c1d3e3
Issue #23883: Removed redundant names from blacklists.
by Serhiy Storchaka
· 9 years ago
e8afd01
Issue #23883: Update news
by Martin Panter
· 9 years ago
104dcda
Issue #23883: Add missing APIs to tarfile.__all__
by Martin Panter
· 9 years ago
4eb376c
Issue #23883: Add missing APIs to calendar.__all__
by Martin Panter
· 9 years ago
7978e10
Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues
by Martin Panter
· 9 years ago
7b3a82f
Merge from 3.5
by Senthil Kumaran
· 9 years ago
a82908f
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args.
by Senthil Kumaran
· 9 years ago
2033f41
Issue #26127: Merge test_gdb fix from 3.5
by Martin Panter
· 9 years ago
7a5fe6d
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
by Martin Panter
· 9 years ago
2139a9f
Issue #26127: Merge tokenize documentation
by Martin Panter
· 9 years ago
20b1bfa
Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost
by Martin Panter
· 9 years ago
d7a815b
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
a3a5833
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
c7b05a4
Make the error message regex more lenient so that it matches both
by Gregory P. Smith
· 9 years ago
ccf44b0
branch merge
by Ethan Furman
· 9 years ago
60255b6
revert change 87a9dff5106c: pure Enum members again evaluate to True;
by Ethan Furman
· 9 years ago
63b8505
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
by Brett Cannon
· 9 years ago
43cfd82
Merge for issue #17633
by Brett Cannon
· 9 years ago
56aae8f
Issue #17633: Improve support for namespace packages with zipimport.
by Brett Cannon
· 9 years ago
43dab4b
Merge 'used with permission' additions
by Brett Cannon
· 9 years ago
07b954d
Add some "used with permission" mentions where external resources are referenced.
by Brett Cannon
· 9 years ago
2f1a0b6
Merge for issue #26114
by Brett Cannon
· 9 years ago
45adb31
Issue #26114: Remove a reference to 'Numerical Recipes'.
by Brett Cannon
· 9 years ago
4edc0e8
Issue #25940: Merge ETIMEDOUT fix from 3.5
by Martin Panter
· 9 years ago
a8b43b5
Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
3f2240c
Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
by Martin Panter
· 9 years ago
fab75d9
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
by Martin Panter
· 9 years ago
035583b
Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT
by Martin Panter
· 9 years ago
8df9848
Issue #25940: test_ssl is working again
by Martin Panter
· 9 years ago
3570e02
Issue #25940: Merge self-signed.pythontest.net testing from 3.5
by Martin Panter
· 9 years ago
40b97ec
Issue #25940: Update new SSL tests for self-signed.pythontest.net
by Martin Panter
· 9 years ago
17cbee4
Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5
by Martin Panter
· 9 years ago
3b63dc3
- merge 3.5
by doko@ubuntu.com
· 9 years ago
17210f5
dictobject.c(dict_sizeof): Make it static again.
by doko@ubuntu.com
· 9 years ago
b55f8b7
Issue #25940: Update new SSL tests for self-signed.pythontest.net
by Martin Panter
· 9 years ago
514bb07
Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4
by Martin Panter
· 9 years ago
73f5507
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
by Martin Panter
· 9 years ago
3d81d93
Issue #25940: Use self-signed.pythontest.net in SSL tests
by Martin Panter
· 9 years ago
86f7109
Issue #25822: Add docstrings to the fields of urllib.parse results.
by Senthil Kumaran
· 9 years ago
Next »