Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
38df5142968a37fc74d59d458895f9a997c1de17
/
Lib
38df514
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
by Ned Deily
· 13 years ago
baee34c
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
by Antoine Pitrou
· 13 years ago
bff5df0
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
by Antoine Pitrou
· 13 years ago
c02e1e6
Issue #15467: Move helpers for __sizeof__ tests into test_support.
by Martin v. Löwis
· 13 years ago
6812346
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
by Meador Inge
· 13 years ago
e4b9938
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
by Richard Oudkerk
· 13 years ago
e2b5624
Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself.
by Martin v. Löwis
· 13 years ago
fde7890
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
by Jesus Cea
· 13 years ago
87c5b94
Issue #15402: Add a __sizeof__ method to struct.Struct.
by Meador Inge
· 13 years ago
0f111c1
#15232: correctly mangle From lines in MIME preamble and epilogue
by R David Murray
· 13 years ago
ea2ce47
merge heads
by Gregory P. Smith
· 13 years ago
b9e9e0d
Consistently raise a TypeError when a non str is passed to hashlib.new
by Gregory P. Smith
· 13 years ago
68f555c
#13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 13 years ago
056c31f
#12353: argparse now correctly handles null argument values.
by R David Murray
· 13 years ago
1a2c1fb
#14391: clarify docstring discussion of Action's 'type' argument's value.
by R David Murray
· 13 years ago
ac9b5c6
#15342: Add clarifying sentence to posixpath.join docstring.
by R David Murray
· 13 years ago
715a63b
Issue #14579: Fix error handling bug in the utf-16 decoder.
by Antoine Pitrou
· 13 years ago
25be3f6
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
by Meador Inge
· 13 years ago
e4220a5
Fix the with_poll tests for platforms without poll. missing import.
by Gregory P. Smith
· 13 years ago
66dd941
Issue 15337: help() shown as undocumented
by Raymond Hettinger
· 13 years ago
e0c2220
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
by Gregory P. Smith
· 13 years ago
f526297
Try other approach to fix issue #15334.
by Antoine Pitrou
· 13 years ago
d8412c8
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
by Antoine Pitrou
· 13 years ago
1a68918
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
by Antoine Pitrou
· 13 years ago
3e0cc0f
Use _RPCFile.write properly.
by Martin v. Löwis
· 13 years ago
1ba3218
Don't use TextIOBase implementations in _RPCFile.
by Martin v. Löwis
· 13 years ago
dbde886
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
f8fc674
Issue 13532: Allow bytearrays to be written also.
by Terry Jan Reedy
· 13 years ago
9e6bf1a
Widen test to support unicode.
by Martin v. Löwis
· 13 years ago
e8e4e14
- Issue #13532: Check that arguments to sys.stdout.write are strings.
by Martin v. Löwis
· 13 years ago
5d60e56
revert the changes done in d931a3b64fd6 - buildbot failure.
by Senthil Kumaran
· 13 years ago
01fe5fa
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
by Senthil Kumaran
· 13 years ago
c2ec992
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
by Antoine Pitrou
· 13 years ago
3b30b19
Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
by Senthil Kumaran
· 13 years ago
e5567cc
Create ~/.pypirc securely (#13512).
by Éric Araujo
· 13 years ago
3cf202e
Ignore .nfs* files in distutils (#7719).
by Éric Araujo
· 13 years ago
e970dc7
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT).
by Antoine Pitrou
· 13 years ago
e0afb72
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines.
by Mark Dickinson
· 13 years ago
d07de40
#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
by Petri Lehtinen
· 13 years ago
4e6e5a0
#9559: Don't call _pre_mailbox_hook more than once
by Petri Lehtinen
· 13 years ago
d9a5137
Issue #5067: improve some json error messages. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 13 years ago
d958cc9
Issue #15219: Fix a reference leak when hashlib.new() is called with
by Amaury Forgeot d'Arc
· 13 years ago
45f0d98
#9559: Append data to single-file mailbox files if messages are only added
by Petri Lehtinen
· 13 years ago
cf807c0
Flush stdout and stderr when running tests in parallel
by Antoine Pitrou
· 13 years ago
b2ac4d6
Fixes issue #12268 for file readline, readlines and read() and readinto methods.
by Gregory P. Smith
· 13 years ago
ed04f42
Try to fix failure of a Windows buildbot to capture name resolution errors.
by Antoine Pitrou
· 13 years ago
c14bae4
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch.
by Vinay Sajip
· 13 years ago
83ae8be
Fixed the name of the 'email.Utils' module in tests.
by Alexander Belopolsky
· 13 years ago
e99d3a1
Issue #14653: email.utils.mktime_tz() no longer relies on system
by Alexander Belopolsky
· 13 years ago
9bd4bf2
#10053: Don't close FDs when FileIO.__init__ fails
by Hynek Schlawack
· 13 years ago
4215d27
Issue #15101: Make pool finalizer avoid joining current thread
by Richard Oudkerk
· 13 years ago
a093312
Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x)
by Nick Coghlan
· 13 years ago
43f42fc
Issue #15054: Fix incorrect tokenization of 'b' and 'br' string literals.
by Meador Inge
· 13 years ago
7cf6699
#15036: Make a repeated changes and flushes work with single-file mailboxes
by Petri Lehtinen
· 13 years ago
884fb1c
Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).
by Antoine Pitrou
· 13 years ago
0c2c692
Minor formatting fix=up
by Raymond Hettinger
· 13 years ago
3395fda
Wrap fat lines and improve some variable names.
by Raymond Hettinger
· 13 years ago
491f707
Code cleanups
by Raymond Hettinger
· 13 years ago
5525eb7
NEWS fixes
by Terry Jan Reedy
· 13 years ago
2182e05
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
by Richard Oudkerk
· 13 years ago
d44a4a2
Issue #12157: pool.map() does not handle empty iterable correctly
by Richard Oudkerk
· 13 years ago
e93bc51
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
by Terry Jan Reedy
· 13 years ago
f077513
Issue 10365: Add and replace comments; condense defaulted attribute access.
by Terry Jan Reedy
· 13 years ago
5e247b7
Issue #14962: Update text coloring in IDLE shell window after changing
by Ned Deily
· 13 years ago
c3ea408
Changed comment on test skip.
by Vinay Sajip
· 13 years ago
7148984
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
by Ned Deily
· 13 years ago
fe7aa49
Issue #9041: raised exception is misleading
by Meador Inge
· 13 years ago
d9d276b
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
by Terry Jan Reedy
· 13 years ago
7f5d410
#10365 Trim trailing whitespace
by Terry Jan Reedy
· 13 years ago
eaa7e78
Issue #10365: File open dialog now works instead of crashing
by Terry Jan Reedy
· 13 years ago
42f7b7e
Issue #14876: Use user-selected font for highlight configuration.
by Terry Jan Reedy
· 13 years ago
6a94252
Issue #14881: Allow normal non-main thread to spawn a dummy process
by Richard Oudkerk
· 13 years ago
877effc
#4841: Fix FileIO constructor to honor closefd when called repeatedly
by Hynek Schlawack
· 13 years ago
8e6287f
Fix other test requirements.
by Antoine Pitrou
· 13 years ago
0673088
Fix memory constraint for test_decodeascii
by Antoine Pitrou
· 13 years ago
37484dc
Issue #14036: return None when port in urlparse cross 65535
by Senthil Kumaran
· 13 years ago
ed8cf7a
#14875: Use float('inf') instead of float('1e66666') in the json module.
by Ezio Melotti
· 13 years ago
9237bb6
merge heads
by Senthil Kumaran
· 13 years ago
9cffd88
Fix for issue14426 - buildbots here I come
by Senthil Kumaran
· 13 years ago
269d213
Temporarily disabled test_race on Windows.
by Vinay Sajip
· 13 years ago
ed11a5d
Issue #8767: Restore building with --disable-unicode.
by Martin v. Löwis
· 13 years ago
f439a36
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
by Senthil Kumaran
· 13 years ago
7961bb3
Merged upstream changes.
by Vinay Sajip
· 13 years ago
7b57750
Ignore exceptions on test handler closing.
by Vinay Sajip
· 13 years ago
5f39706
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
6d9c1b1
#14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter.
by Ezio Melotti
· 13 years ago
618802d
Fix Issue14721: Send Content-length: 0 for empty body () in the http.request
by Senthil Kumaran
· 13 years ago
ea24dda
Issue9374 - Generic parsing of query and fragment portion of urls for any scheme
by Senthil Kumaran
· 13 years ago
280e9f7
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
by Petri Lehtinen
· 13 years ago
6949392
#14832: 'first' now really refers to first arg in unittest assertItemsEqual
by R David Murray
· 13 years ago
38fbd79
Issue #14829: Fix bisect issues under 64-bit Windows.
by Antoine Pitrou
· 13 years ago
4cf3f69
Skip test under 64-bit Windows
by Antoine Pitrou
· 13 years ago
724a55c
Issue #14777: In an X11 windowing environment, tkinter may return
by Ned Deily
· 13 years ago
b0d85fd
Issue12541 - Add UserWarning for unquoted realms
by Senthil Kumaran
· 13 years ago
6a2a6c2
Issue #12541: Be lenient with quotes around Realm field with HTTP Basic Authentation in urllib2.
by Senthil Kumaran
· 13 years ago
b90252e
Followup to issue #14157: respect the relative ordering of values produced by time.strptime().
by Antoine Pitrou
· 13 years ago
acdc56d
Issue #14662: Prevent shutil failures on OS X when destination does not
by Ned Deily
· 13 years ago
c2b714c
Issue #14157: Fix time.strptime failing without a year on February 29th.
by Antoine Pitrou
· 13 years ago
f2011e3
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
by Jesus Cea
· 13 years ago
f1aeef2
remove basically bitrotted XXXs
by Benjamin Peterson
· 13 years ago
Next »