Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
59fe937c50b3887dd68de40d7110e4a848b213ae
/
Misc
ce5179f
Issue #23601: Use small object allocator for dict key objects
by Raymond Hettinger
· 9 years ago
396cbd6
Issue #23076: Path.glob() now raises a ValueError if it's called with an
by Berker Peksag
· 9 years ago
4a208e4
Issue #23076: Path.glob() now raises a ValueError if it's called with an
by Berker Peksag
· 9 years ago
cca3299
Issue #4806: Merge * unpacking fix from 3.5
by Martin Panter
· 9 years ago
b594422
Issue #4806: Avoid masking original TypeError in call with * unpacking
by Martin Panter
· 9 years ago
2552c2d
Issue #26202: copy.deepcopy() now correctly copies range() objects with
by Serhiy Storchaka
· 9 years ago
0a20bbf
Issue #26202: copy.deepcopy() now correctly copies range() objects with
by Serhiy Storchaka
· 9 years ago
8abaa9a
Issue #19883: Fixed possible integer overflows in zipimport.
by Serhiy Storchaka
· 9 years ago
d5db573
Issue #19883: Fixed possible integer overflows in zipimport.
by Serhiy Storchaka
· 9 years ago
c8d2fb4
Merge 3.5: Issue #26227
by Victor Stinner
· 9 years ago
7240030
Windows: Decode hostname from ANSI code page
by Victor Stinner
· 9 years ago
9d48869
Issue #19023: Merge ctypes doc and tests from 3.5
by Martin Panter
· 9 years ago
34360c8
Issue #19023: Document ctypes array and pointer classes
by Martin Panter
· 9 years ago
3743432
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
by Raymond Hettinger
· 9 years ago
f2c1aa1
Add ast.Constant
by Victor Stinner
· 9 years ago
9fa8126
Issue #18018: Raise an ImportError if a relative import is attempted
by Brett Cannon
· 9 years ago
849113a
Issue #25791: Warn when __package__ != __spec__.parent.
by Brett Cannon
· 9 years ago
3cdd5fb
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
efb2413
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
e3560a7
site: error on sitecustomize import error
by Victor Stinner
· 9 years ago
875dde4
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
d99cd33
Issue #26106: doc: Move text of licenses to parsed literal block
by Victor Stinner
· 9 years ago
2b0b5ac
merge 3.5 (#26171)
by Benjamin Peterson
· 9 years ago
47b8ba2
merge 3.4 (#26171)
by Benjamin Peterson
· 9 years ago
c4032da
prevent buffer overflow in get_data (closes #26171)
by Benjamin Peterson
· 9 years ago
f3914eb
co_lnotab supports negative line number delta
by Victor Stinner
· 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
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
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
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
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
9cc4ed5
Issue #26129: Deprecated accepting non-integers in grp.getgrgid().
by Serhiy Storchaka
· 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
d8ce735
Issue #25850: Use cross-compilation by default for 64-bit Windows.
by Steve Dower
· 9 years ago
1d32941
Issue #25850: Use cross-compilation by default for 64-bit Windows.
by Steve Dower
· 9 years ago
e8afd01
Issue #23883: Update news
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
63b8505
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
by Brett Cannon
· 9 years ago
56aae8f
Issue #17633: Improve support for namespace packages with zipimport.
by Brett Cannon
· 9 years ago
3570e02
Issue #25940: Merge self-signed.pythontest.net testing from 3.5
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
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
4e280a6
Add a NEWS entry for Issue #22642.
by Senthil Kumaran
· 9 years ago
e2c9adb
Closes #25348: Merge with 3.5
by Zachary Ware
· 9 years ago
bed30c3
Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat
by Zachary Ware
· 9 years ago
305e355
Merge heads.
by Barry Warsaw
· 9 years ago
3d220cc
As per further discussion, re-enable the typeobject.c guard for picklability.
by Barry Warsaw
· 9 years ago
0633cb7
Merge 3.5
by doko@ubuntu.com
· 9 years ago
b2b1217
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
by doko@ubuntu.com
· 9 years ago
37dc2b2
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.
by Yury Selivanov
· 9 years ago
ec71f17
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
by Barry Warsaw
· 9 years ago
885e193
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
by Barry Warsaw
· 9 years ago
4f8273d
Merge 3.5 (issue #26050)
by Yury Selivanov
· 9 years ago
b4b8a0e
Merge 3.4 (Issue #26050)
by Yury Selivanov
· 9 years ago
d9d0e86
Issue #26050: Add asyncio.StreamReader.readuntil() method.
by Yury Selivanov
· 9 years ago
96b531a
Issue #26069: Remove the deprecated apis in the trace module.
by Senthil Kumaran
· 9 years ago
3feb946
Add missing Misc/NEWS update
by Andrew Svetlov
· 9 years ago
34dd59e
merge 3.5
by Andrew Svetlov
· 9 years ago
c07b16b
Sync with asyncio repo
by Andrew Svetlov
· 9 years ago
3acf170
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
2a97f8a
Issue #26029: Remove extraneous word. Patch by Upendra Kumar.
by Terry Jan Reedy
· 9 years ago
b94591c
merge from 3.5
by Senthil Kumaran
· 9 years ago
81bc927
Issue #22138: Fix mock.patch behavior when patching descriptors. Restore
by Senthil Kumaran
· 9 years ago
5db60aa
merge 3.5 (closes #25672)
by Benjamin Peterson
· 9 years ago
3b1a8b3
enable SSL_MODE_RELEASE_BUFFERS
by Benjamin Peterson
· 9 years ago
483397a
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
1a4afec
Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
e428231
Issue #22570: Add 'path' attribute to pathlib.Path objects.
by Guido van Rossum
· 9 years ago
e630b68
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
520f297
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
69bfb15
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
by Guido van Rossum
· 9 years ago
080169c
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
d54377d
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
6c2d33a
Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.
by Guido van Rossum
· 9 years ago
317f64f
#21815: violate IMAP RFC to be compatible with, e.g., gmail
by R David Murray
· 9 years ago
01759d5
Merge: #22709: Use stdin as-is if it does not have a buffer attribute.
by R David Murray
· 9 years ago
830207e
#22709: Use stdin as-is if it does not have a buffer attribute.
by R David Murray
· 9 years ago
288cb25
Issue #25961: Disallowed null characters in the type name.
by Serhiy Storchaka
· 9 years ago
42bf8fc
Issue #25961: Disallowed null characters in the type name.
by Serhiy Storchaka
· 9 years ago
0d250bc
Issue #25971: Optimized creating Fractions from floats by 2 times and from
by Serhiy Storchaka
· 9 years ago
5aab44b
merge 3.5 (#25973)
by Benjamin Peterson
· 9 years ago
3cc8f4b
make recording and reporting errors and nonlocal and global directives more robust (closes #25973)
by Benjamin Peterson
· 9 years ago
eae3079
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.
by Brett Cannon
· 9 years ago
6f54708
Fix typo.
by Stefan Krah
· 9 years ago
Next »