Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6c6d3a2f9f031fdf8b12a9f9dbeb178e081b8dbc
/
Lib
ea3eb88
Issue #9260: A finer-grained import lock.
by Antoine Pitrou
· 12 years ago
de9ac6c
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store.
by Antoine Pitrou
· 12 years ago
5d95318
Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.
by Stefan Krah
· 12 years ago
019ff19
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.
by Antoine Pitrou
· 12 years ago
26fd8fe
merge heads
by Giampaolo Rodola'
· 12 years ago
e126678
#14807: fix BB failures on Windows - avoid to to rely too many details of the mode string.
by Giampaolo Rodola'
· 12 years ago
7ca2950
Forward port additional tests from 2.7 (issue #14829).
by Antoine Pitrou
· 12 years ago
fb5b954
Forward port additional tests from 2.7 (issue #14829).
by Antoine Pitrou
· 12 years ago
5cdc630
Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715).
by Eric V. Smith
· 12 years ago
51b2ed5
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
by Hynek Schlawack
· 12 years ago
313fbe2
Merge from 3.2.
by Eric V. Smith
· 12 years ago
a008278
Issue #14777: merge
by Ned Deily
· 12 years ago
4d377d9
Issue #14777: In an X11 windowing environment, tkinter may return
by Ned Deily
· 12 years ago
c8e106b
Merge from 3.2.
by Eric V. Smith
· 12 years ago
a790c9b
Issue #14817: Add rudimentary tests for pkgutil.extend_path.
by Eric V. Smith
· 12 years ago
12ea86a
merge heads
by Giampaolo Rodola'
· 12 years ago
b28df76
#14807: fix bb failure due to symlink test relying on hard-coded permissions
by Giampaolo Rodola'
· 12 years ago
39bf90d
Add two more sorts to test_os.WalkTests I've missed before
by Hynek Schlawack
· 12 years ago
c5f31ed
merge heads
by Senthil Kumaran
· 12 years ago
92a5bf0
Issue12541 - Add UserWarning for unquoted realms
by Senthil Kumaran
· 12 years ago
0ea91cb
Issue12541 - Add UserWarning for unquoted realms
by Senthil Kumaran
· 12 years ago
c96f5a0
Sort file list in test_os.WalkTests
by Hynek Schlawack
· 12 years ago
acfc26a
merge heads
by Senthil Kumaran
· 12 years ago
b26fe2f
merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2.
by Senthil Kumaran
· 12 years ago
66bfcc1
#14773: Fix os.fwalk() failing on dangling symlinks
by Hynek Schlawack
· 12 years ago
34f3fcc
Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2.
by Senthil Kumaran
· 12 years ago
ffa1d0b
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning.
by Giampaolo Rodola'
· 12 years ago
d5a1c44
PEP 415: Implement suppression of __context__ display with an exception attribute
by Benjamin Peterson
· 12 years ago
e2eab5e
Followup to issue #14157: respect the relative ordering of values produced by time.strptime().
by Antoine Pitrou
· 12 years ago
072e4a3
Followup to issue #14157: respect the relative ordering of values produced by time.strptime().
by Antoine Pitrou
· 12 years ago
a6bedde
Issue 14800: add comments explaining stat.py constants + docstring for S_* functions.
by Giampaolo Rodola'
· 12 years ago
b062a2f
Issue #13815: Resurrect the ExFileObject class.
by Lars Gustäbel
· 12 years ago
9a23490
Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205).
by Antoine Pitrou
· 12 years ago
7feb9f4
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
by Charles-François Natali
· 12 years ago
d200bf5
Add importlib.util.resolve_name().
by Brett Cannon
· 12 years ago
401f9f3
Fix #13210. Port the Windows build from VS2008 to VS2010.
by Brian Curtin
· 12 years ago
7fb79fc
Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 12 years ago
ee78a2b
Issue #13959: Introduce importlib.find_loader().
by Brett Cannon
· 12 years ago
acc0c18
Remove a now worthless test.
by Brett Cannon
· 12 years ago
61597d3
Try to fix test_shutil failure under Fedora - patch by Hynek.
by Antoine Pitrou
· 12 years ago
094d0e0
Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
by Stefan Krah
· 12 years ago
424246f
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
by Antoine Pitrou
· 12 years ago
c049952
Issue #13959: Have
by Brett Cannon
· 12 years ago
cb66eb0
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
by Brett Cannon
· 12 years ago
810c64d
Issue #14764: Update importlib.test.benchmark to work in a world where
by Brett Cannon
· 12 years ago
5fddf86
Issue #14662: Prevent shutil failures on OS X when destination does not
by Ned Deily
· 12 years ago
baf7571
Issue #14662: Prevent shutil failures on OS X when destination does not
by Ned Deily
· 12 years ago
569d087
use yield from
by Benjamin Peterson
· 12 years ago
e8751e0
Issue #14157: Fix time.strptime failing without a year on February 29th.
by Antoine Pitrou
· 12 years ago
1682e5d
Issue #14157: Fix time.strptime failing without a year on February 29th.
by Antoine Pitrou
· 12 years ago
59d5404
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
by Richard Oudkerk
· 12 years ago
b58ab2c
MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 12 years ago
7f0d888
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 12 years ago
f59c28c
unicode_writer_finish() checks string consistency
by Victor Stinner
· 13 years ago
5d73c17
Issue #14727: Fix race in test_multiprocessing
by Richard Oudkerk
· 13 years ago
104b3f4
Minor fix for test_multiprocessing
by Richard Oudkerk
· 13 years ago
869b1f9
merge 3.2
by Benjamin Peterson
· 13 years ago
3b66623
remove basically bitrotted XXXs
by Benjamin Peterson
· 13 years ago
bbf8393
explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745)
by Benjamin Peterson
· 13 years ago
79575b2
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
by Mark Dickinson
· 13 years ago
6efa50a
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
by Antoine Pitrou
· 13 years ago
943cab2
Issue #14741: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
da029fb
Issue #14741: Fix missing support for ellipsis in parser module.
by Mark Dickinson
· 13 years ago
72f6095
Issue #14697: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
11c1dee
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
by Mark Dickinson
· 13 years ago
cf360b9
Issue #14701: Add missing support for 'raise ... from' in parser module.
by Mark Dickinson
· 13 years ago
9fad160
Issue #14701: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
99e2e55
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch.
by Mark Dickinson
· 13 years ago
44ceea9
Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
by Mark Dickinson
· 13 years ago
bc459bb
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
by Nadeem Vawda
· 13 years ago
f55b329
Add lzma.{encode,decode}_filter_properties().
by Nadeem Vawda
· 13 years ago
11328e4
Really fix test_gzip failures on Windows.
by Nadeem Vawda
· 13 years ago
6dbca36
Make test_multiprocessing more lenient about another timeout check
by Richard Oudkerk
· 13 years ago
41eb85b
Make AcquirerProxy.acquire() support timeout argument
by Richard Oudkerk
· 13 years ago
9d9dc8e
Fix test_gzip failures on Windows.
by Nadeem Vawda
· 13 years ago
1b8a14d
Separate tests for gzip.GzipFile and gzip.open.
by Nadeem Vawda
· 13 years ago
7e12620
Closes #13989: Add support for text modes to gzip.open().
by Nadeem Vawda
· 13 years ago
f1b34ee
#12660: Skip test_gdb when run from an installed Python.
by Vinay Sajip
· 13 years ago
7395404
Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message.
by Vinay Sajip
· 13 years ago
3637123
Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message.
by Vinay Sajip
· 13 years ago
b4c8902
#13183: backport fixes to test_pdb to 3.2 branch
by Georg Brandl
· 13 years ago
faf91e7
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
by Larry Hastings
· 13 years ago
7ef909c
Fix for issue 14725 for 3.2 branch
by Richard Oudkerk
· 13 years ago
fdb8dcf
Fix for Issue 14725 for 3.3 branch.
by Richard Oudkerk
· 13 years ago
7a919e9
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
by Lars Gustäbel
· 13 years ago
ef5a463
don't append the bytecode suffix to the source suffixes global
by Benjamin Peterson
· 13 years ago
feccc09
Clean up a docstring.
by Brett Cannon
· 13 years ago
f19c191
Jython-friendly tweak.
by Brett Cannon
· 13 years ago
2657df4
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
by Brett Cannon
· 13 years ago
17098a5
Properly mark names in importlib._bootstrap as private.
by Brett Cannon
· 13 years ago
f340c21
Fix test connecting to sha256.tbs-internet.com.
by Antoine Pitrou
· 13 years ago
16f6f83
Fix test connecting to sha256.tbs-internet.com.
by Antoine Pitrou
· 13 years ago
009b15e
Give test_multiprocessing better chance of avoiding timeout failures on Windows
by Richard Oudkerk
· 13 years ago
b145448
Issue #14127: Fix no-op stub for platforms that lack some "os" functions.
by Larry Hastings
· 13 years ago
a6becaa
Fix dangling warning for test_multiprocessing
by Richard Oudkerk
· 13 years ago
ac20f46
Merged hanged order of cleanup operations from 3.2.
by Vinay Sajip
· 13 years ago
89282af
Changed order of cleanup operations to be more sensible.
by Vinay Sajip
· 13 years ago
76ad59b
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
by Larry Hastings
· 13 years ago
598b2f6
Merge.
by Charles-François Natali
· 13 years ago
360b3c2
os.popen().close() returns None on success, not 0...
by Charles-François Natali
· 13 years ago
Next »