Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b0b224233e481d979430a54d257d871424ff19fb
b0b2242
Issue #14385: Support other types than dict for __builtins__
by Victor Stinner
· 13 years ago
05fac02
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
cc19140
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
665c3b3
update importlib...
by Benjamin Peterson
· 13 years ago
2a481e5
don't bother keeping a set we'll never use
by Benjamin Peterson
· 13 years ago
23bba4c
Issue #11750: The Windows API functions scattered in the _subprocess and
by Antoine Pitrou
· 13 years ago
c51b7fd
1) Simplify comment -- one has to read the complete proof (available in ACL2)
by Stefan Krah
· 13 years ago
5d0d2e2
Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail.
by Stefan Krah
· 13 years ago
ed4b21f
Cosmetic change: initialize digits to 1 (redundant).
by Stefan Krah
· 13 years ago
bc771e9
Remove redundant finalization of the result.
by Stefan Krah
· 13 years ago
aecaf0b
Fix comments and whitespace.
by Stefan Krah
· 13 years ago
6369f77
Support mythical ones' complement machines.
by Stefan Krah
· 13 years ago
140893c
The previous code is correct, but hard to verify: The libmpdec documentation
by Stefan Krah
· 13 years ago
447f0cc
merge 3.2
by Benjamin Peterson
· 13 years ago
2c14146
improve
by Benjamin Peterson
· 13 years ago
6e3358a
merge 3.2 (#14612)
by Benjamin Peterson
· 13 years ago
e42fb30
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
by Benjamin Peterson
· 13 years ago
eca8518
Merge heads
by Antoine Pitrou
· 13 years ago
ec9bac4
Fix it for good :-)
by Antoine Pitrou
· 13 years ago
d76bc7a
rollback 005fd1fe31ab (see #14609 and #14582)
by Benjamin Peterson
· 13 years ago
da20cd2
fix refcnt/style/debuging oversights
by Benjamin Peterson
· 13 years ago
94c001b
Fix email post-commit review comments.
by Brian Curtin
· 13 years ago
03c7ed1
Merge
by Brett Cannon
· 13 years ago
7bd329d
Issue #12599: Be more strict in accepting None vs. a false-like object
by Brett Cannon
· 13 years ago
2a1fdc4
merge 3.2 (#14607)
by Benjamin Peterson
· 13 years ago
32c59b6
mangle keyword-only argname when loading defaults (closes #14607)
by Benjamin Peterson
· 13 years ago
64befe9
Issue #13959: Re-implement imp.load_compiled() in imp.py.
by Brett Cannon
· 13 years ago
273323c
Issue #14592: A relative import will raise a KeyError if __package__
by Brett Cannon
· 13 years ago
09b86d1
Fix #14600. Correct reference handling and naming of ImportError convenience function
by Brian Curtin
· 13 years ago
fba807a
Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
by Charles-François Natali
· 13 years ago
ab2d58e
Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
by Charles-François Natali
· 13 years ago
c8ce715
Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
by Charles-François Natali
· 13 years ago
a3f4457
Speed up reading of small files. This avoids multiple C read() calls on pyc files.
by Antoine Pitrou
· 13 years ago
006917e
#14603: use a listcomp in ZipFile.namelist.
by Ezio Melotti
· 13 years ago
578393b
Properly guard against special-casing.
by Brett Cannon
· 13 years ago
16475ad
Issue #13959: Re-implement imp.load_source() in imp.py.
by Brett Cannon
· 13 years ago
4132368
Issue #14599: Fix an import caching race condition.
by Brett Cannon
· 13 years ago
ceffda8
Issue #14599: Make test_reprlib robust against import cache race
by Brett Cannon
· 13 years ago
de10bf4
Issue #13959: Fix a logic bug.
by Brett Cannon
· 13 years ago
f138f8c
Merged cookbook corrections from 3.2.
by Vinay Sajip
· 13 years ago
62930e1
Corrected version numbers in cookbook example.
by Vinay Sajip
· 13 years ago
bded894
Add versionadded tags to newly added ImportError convenience functions.
by Brian Curtin
· 13 years ago
c07bda0
Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks.
by Brian Curtin
· 13 years ago
bd43974
Add documentation for the new PyErr_SetFromImport* functions
by Brian Curtin
· 13 years ago
22a1d17
Fix another refleak
by Antoine Pitrou
· 13 years ago
538ba2a
Fix a refleak
by Antoine Pitrou
· 13 years ago
de3c73b
pep8-ize test names
by Antoine Pitrou
· 13 years ago
6b64fc6
Fix refleak in test_gc
by Antoine Pitrou
· 13 years ago
71382cb
Fix reference loss on Py_None when None is encountered in sys.modules.
by Antoine Pitrou
· 13 years ago
a938c74
Avoid compiler warning due to stray \x00
by Antoine Pitrou
· 13 years ago
a493235
Avoid rebuilding all C files when importlib.h is updated.
by Antoine Pitrou
· 13 years ago
75babfa
Add an explicit mention of a backwards-incompatible fix that importlib implicitly fixed.
by Brett Cannon
· 13 years ago
7706d9a
Closes #14452: brought tests in line with removal of BOM insertion code.
by Vinay Sajip
· 13 years ago
e8a463d
Merged tweaks to cookbook example from 3.2.
by Vinay Sajip
· 13 years ago
59b9a79
Tweaked format of cookbook example.
by Vinay Sajip
· 13 years ago
1b71019
Merged cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
b00e8f1
Added cookbook example for BOM insertion.
by Vinay Sajip
· 13 years ago
b4e59e9
Closes #14452: remove BOM insertion code.
by Vinay Sajip
· 13 years ago
ee9e485
Closes #14452: remove BOM insertion code.
by Vinay Sajip
· 13 years ago
b206a80
Fix #10854. Make use of the new path and name attributes on ImportError
by Brian Curtin
· 13 years ago
1543981
merge
by Brett Cannon
· 13 years ago
2ee6142
Issue #13959: Re-implement imp.load_package() in imp.py.
by Brett Cannon
· 13 years ago
d15e6a3
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.
by Antoine Pitrou
· 13 years ago
aa292f9
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.
by Antoine Pitrou
· 13 years ago
01a7617
Issue #13959: Re-implement imp.load_module() in imp.py.
by Brett Cannon
· 13 years ago
7c3e150
merge
by Brett Cannon
· 13 years ago
2fef4d2
Consider load_dynamic() something to keep in _imp.
by Brett Cannon
· 13 years ago
c1b3f63
Try to get hg to treat importlib.h as binary.
by Brett Cannon
· 13 years ago
0db176f
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
by Victor Stinner
· 13 years ago
8a1d04c
Issue #13959: Simplify imp.reload() by relying on a module's __loader__.
by Brett Cannon
· 13 years ago
7ceedb8
Update importlib.h
by Brett Cannon
· 13 years ago
6f44d66
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
by Brett Cannon
· 13 years ago
7788838
merge
by Brett Cannon
· 13 years ago
881535b
Issue #14582: Import returns the module returned by a loader instead
by Brett Cannon
· 13 years ago
f8f3190
utilize startswith(tuple)
by Philip Jenvey
· 13 years ago
27fc528
Set ImportError.name when raising the exception in the case of None
by Brett Cannon
· 13 years ago
da4210f
Issue #13496: Merge from 3.2
by Mark Dickinson
· 13 years ago
a13b109
Issue 13496: Fix bisect.bisect overflow bug for large collections.
by Mark Dickinson
· 13 years ago
b0f0047
Issue #13889: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
18e3d81
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah.
by Mark Dickinson
· 13 years ago
69c6352
Issue #10576: Add a progress callback to gcmodule
by Kristján Valur Jónsson
· 13 years ago
c014df7
Merge with 3.2: use ws2_32.lib rather than wsock32.lib on windows.
by Kristján Valur Jónsson
· 13 years ago
473fde6
Make all socket related modules link with ws2_32.lib on windows, like
by Kristján Valur Jónsson
· 13 years ago
acb2b0d
Merge with remote.
by Ross Lagerwall
· 13 years ago
0b63b56
Be less verbose when building dbm.
by Ross Lagerwall
· 13 years ago
fc9ca27
Plug a refleak.
by Brett Cannon
· 13 years ago
2a082ad
Clarify that one should not use __import__() directly. Also mention
by Brett Cannon
· 13 years ago
49f8d8b
Handle importing pkg.mod by executing
by Brett Cannon
· 13 years ago
59f9c3a
Rebuild importlib.h to incorporate added comments.
by Brett Cannon
· 13 years ago
aef82d3
IDLE was relying on implicit relative imports which have gone away in
by Brett Cannon
· 13 years ago
44590e4
Add some comments.
by Brett Cannon
· 13 years ago
2217c46
merge with the tip
by Brian Curtin
· 13 years ago
e6b299f
Fix Windows build
by Brian Curtin
· 13 years ago
afbdc13
Fix an import race condition.
by Brett Cannon
· 13 years ago
73def61
Try to fix a sporadic test failure from what is probably a caching race condition.
by Brett Cannon
· 13 years ago
740fce0
Undo a C99 idiom.
by Brett Cannon
· 13 years ago
fd07415
Issue #2377: Make importlib the implementation of __import__().
by Brett Cannon
· 13 years ago
d2cbd90
merge with 3.2
by Sandro Tosi
· 13 years ago
1ee1719
fix typo; thanks to Jérôme Mainka from docs@
by Sandro Tosi
· 13 years ago
9c9af9d
Merge highlight and spacing fixes in json example with 3.2.
by Ezio Melotti
· 13 years ago
Next »