Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5438ed1572f5e379cac8b85ed2226101a1bfcacc
/
Lib
5438ed1
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
by Antoine Pitrou
· 13 years ago
9f478c0
Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
by Lars Gustäbel
· 13 years ago
1ef9eda
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
by Lars Gustäbel
· 13 years ago
15ee821
distiguish between refusing to creating shared keys and error (#13903)
by Benjamin Peterson
· 13 years ago
4f2f3b6
Account for shared keys in type's __sizeof__ (#13903).
by Martin v. Loewis
· 13 years ago
42f5881
merge 3.2 (#14658)
by Benjamin Peterson
· 13 years ago
7b16687
don't use a slot wrapper from a different special method (closes #14658)
by Benjamin Peterson
· 13 years ago
01296da
Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length.
by Antoine Pitrou
· 13 years ago
ece58de
Close #14648: Compute correctly maxchar in str.format() for substrin
by Victor Stinner
· 13 years ago
f8ae4fa
Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane
by Sandro Tosi
· 13 years ago
9bc3653
merge heads
by Benjamin Peterson
· 13 years ago
db780d0
fix instance dicts with str subclasses (#13903)
by Benjamin Peterson
· 13 years ago
a82c960
merge #14638: pydoc now treats non-str __name__ as None instead of raising
by R David Murray
· 13 years ago
c43125a
#14638: pydoc now treats non-str __name__ as None instead of raising
by R David Murray
· 13 years ago
aa872d1
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
b12771a
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
7d95e40
Implement PEP 412: Key-sharing dictionaries (closes #13903)
by Benjamin Peterson
· 13 years ago
80d07f8
inherit maxchar of field value where needed (closes #14648)
by Benjamin Peterson
· 13 years ago
1cf5aa9
merge 3.2
by Benjamin Peterson
· 13 years ago
7a436c5
sleep here
by Benjamin Peterson
· 13 years ago
938d44d
Issue #14605: Expose importlib.abc.FileLoader and
by Brett Cannon
· 13 years ago
8c5e920
merge
by Brett Cannon
· 13 years ago
410e88d
Change tests for imp.cache_from_source() to follow os.path.join/split semantics.
by Brett Cannon
· 13 years ago
4c3f478
Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number.
by Vinay Sajip
· 13 years ago
26308da
Issue #14622: Increased default timeout for SMTPHandler.
by Vinay Sajip
· 13 years ago
6240bd1
merge
by Brett Cannon
· 13 years ago
5c903e6
Issue #13959: Continue to try to accomodate altsep in importlib by not
by Brett Cannon
· 13 years ago
84c0ca0
Use os.path.samestat() instead of reinventing the wheel.
by Charles-François Natali
· 13 years ago
243994d
Resolve #14026 (Merge from 3.2)
by Nick Coghlan
· 13 years ago
37fc401
Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo)
by Nick Coghlan
· 13 years ago
cf64995
Revert to os.path.join() semantics for path manipulation in importlib
by Brett Cannon
· 13 years ago
a846236
Continue the good fight to get Windows to like importlib by fixing a
by Brett Cannon
· 13 years ago
27f29d8
merge
by Brett Cannon
· 13 years ago
0d05a76
Have importlib look for pre-existing path separators when joining paths.
by Brett Cannon
· 13 years ago
f758228
merge heads
by Senthil Kumaran
· 13 years ago
3a441c1
Fix Issue2193 - Allow ":" character in Cookie NAME values
by Senthil Kumaran
· 13 years ago
cb165db
Fix whitespace.
by Brett Cannon
· 13 years ago
e69f0df
Issue #13959: Re-implement imp.find_module() in Lib/imp.py.
by Brett Cannon
· 13 years ago
b8c0206
Issue #14637: Fix the UNC import test under Windows to actually use
by Brett Cannon
· 13 years ago
2f92389
Don't worry about moving imp.get_tag() over to Lib/imp.py.
by Brett Cannon
· 13 years ago
b582c92
merge
by Brett Cannon
· 13 years ago
a64faf0
Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py.
by Brett Cannon
· 13 years ago
9cf5c9d
Remove incorrect comment
by Michael Foord
· 13 years ago
3af125a
Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments.
by Michael Foord
· 13 years ago
2cd4873
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
by Michael Foord
· 13 years ago
ea59dbf
Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py.
by Brett Cannon
· 13 years ago
ed672d6
Make path manipulation more robust for platforms with alternative path
by Brett Cannon
· 13 years ago
24117a7
Issue #13959: Keep imp.get_magic() in C code, but cache in importlib
by Brett Cannon
· 13 years ago
9e924ed
Fix a cleanup.
by Brett Cannon
· 13 years ago
5d5296d
Merge
by Brett Cannon
· 13 years ago
9a359bd
Issue #14630: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
bcc17ee
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass.
by Mark Dickinson
· 13 years ago
bbdc9cd
Use a skipUnless decorator instead of conditional renaming.
by Brett Cannon
· 13 years ago
1032af9
Issue #14585: test_import now runs all tests under
by Brett Cannon
· 13 years ago
f0434e6
Issue #14599: Generalize a test for ImportError.path and add support
by Brett Cannon
· 13 years ago
a2898c1
Try to debug a Windows failure on the buildbots.
by Brett Cannon
· 13 years ago
c33f3f2
Issue #14629: Mention the filename in SyntaxError exceptions from
by Brett Cannon
· 13 years ago
dd9a569
Issue #14633: Simplify imp.find_modue() test after fixes from issue
by Brett Cannon
· 13 years ago
8ff6baf
Issue #14581: Windows users are allowed to import modules w/o taking
by Brett Cannon
· 13 years ago
91900ea
Have importlib.test.regrtest clear sys.path_importer_cache to make
by Brett Cannon
· 13 years ago
63c39fe
merge 3.2: issue 14629
by Martin v. Löwis
· 13 years ago
63674f4
Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
by Martin v. Löwis
· 13 years ago
7b17a4e
Close #14386: Register types.MappingProxyType as a Mapping
by Victor Stinner
· 13 years ago
6fe20b3
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
by Larry Hastings
· 13 years ago
dd5aa36
Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork().
by Antoine Pitrou
· 13 years ago
8e6e0fd
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
by Antoine Pitrou
· 13 years ago
aa2efcb
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
by Martin v. Löwis
· 13 years ago
e27b360
Merge from 3.2
by Nick Coghlan
· 13 years ago
10ac77d
Close #14032: fix incorrect variable reference in test_cmd_line_script
by Nick Coghlan
· 13 years ago
dea6c21
#14538: merge with 3.2.
by Ezio Melotti
· 13 years ago
0780b6b
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
by Ezio Melotti
· 13 years ago
b0b2242
Issue #14385: Support other types than dict for __builtins__
by Victor Stinner
· 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
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
d76bc7a
rollback 005fd1fe31ab (see #14609 and #14582)
by Benjamin Peterson
· 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
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
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
de3c73b
pep8-ize test names
by Antoine Pitrou
· 13 years ago
6b64fc6
Fix refleak in test_gc
by Antoine Pitrou
· 13 years ago
7706d9a
Closes #14452: brought tests in line with removal of BOM insertion code.
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
Next »