Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
523809259251f5f2d3b7d1d291af850fd353b0eb
5238092
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes
by Senthil Kumaran
· 12 years ago
34373b2
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
e1a1674
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
51460cc
Issue #17244: Windows doesn't let you set permissions on directories.
by Brett Cannon
· 12 years ago
208ac5c
Issue #17832: fix a compilation warning about a function prototype.
by Antoine Pitrou
· 12 years ago
45f3d2f
Revert c9674421d78e, leaving an additional comment
by Eli Bendersky
· 12 years ago
06d3abb
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
by Łukasz Langa
· 12 years ago
6ae4667
clean the environment from pre-existing PYTHONWARNINGS for test_warnings
by Łukasz Langa
· 12 years ago
1ca17c2
null merge
by Łukasz Langa
· 12 years ago
20ea96f
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
by Łukasz Langa
· 12 years ago
f3d8fb1
fix character index in ExtendedInterpolation's exception message
by Łukasz Langa
· 12 years ago
fa60818
fix character index in ExtendedInterpolation's exception message
by Łukasz Langa
· 12 years ago
a8a5c58
(3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
326edfd
Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
cbe19e5
#17729: merge with 3.3.
by Ezio Melotti
· 12 years ago
d638381
#17729: remove the Advocacy HOWTO from the index.
by Ezio Melotti
· 12 years ago
99b3caf
#17729: merge with 3.3.
by Ezio Melotti
· 12 years ago
8bdcaf7
#17729: remove the outdated Advocacy HOWTO, as suggested by the author.
by Ezio Melotti
· 12 years ago
b00b596
Issue #11714: Use 'with' statements to assure a Semaphore releases a
by Serhiy Storchaka
· 12 years ago
81a5855
Issue #11714: Use 'with' statements to assure a Semaphore releases a
by Serhiy Storchaka
· 12 years ago
fcd9f22
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
by Serhiy Storchaka
· 12 years ago
1859fe8
Simplify the code of get_attrib_from_keywords somewhat.
by Eli Bendersky
· 12 years ago
ed8b86d
Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner
by Eli Bendersky
· 12 years ago
d4cb4b7
Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner
by Eli Bendersky
· 12 years ago
40589f4
Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
by Vinay Sajip
· 12 years ago
e917052
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
by Vinay Sajip
· 12 years ago
ca3f294
#15575: Clarify tutorial description of when modules are executed.
by R David Murray
· 12 years ago
25187e6
#15575: Clarify tutorial description of when modules are executed.
by R David Murray
· 12 years ago
7503b4f
Issue #17670: merge from 3.3
by Ned Deily
· 12 years ago
bebe91a
Issue #17670: Provide an example of expandtabs() usage.
by Ned Deily
· 12 years ago
3927d80
Merge #17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
4140fb5
#17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
4fe2184
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
637c7c4
Fix reference leak in _pickle.
by Alexandre Vassalotti
· 12 years ago
5263c13
Merge removal of trailing whitespace from 3.3.
by Ezio Melotti
· 12 years ago
6b02772
Remove trailing whitespace.
by Ezio Melotti
· 12 years ago
38bae2d
Merge removal of duplicated tests from 3.3.
by Ezio Melotti
· 12 years ago
65f7a9e
Remove duplicated tests.
by Ezio Melotti
· 12 years ago
dbccf6a
Issue #17801: fix shebang line of gprof2html.py
by Ned Deily
· 12 years ago
67804e9
Issue #17801: fix shebang line of gprof2html.py
by Ned Deily
· 12 years ago
f3bc946
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
1f7492c
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
by Alexandre Vassalotti
· 12 years ago
a6d67e6
Merge #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
by R David Murray
· 12 years ago
bdf940d
#17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.
by R David Murray
· 12 years ago
a85017f
Issue #16694: Add a pure Python implementation of the operator module.
by Antoine Pitrou
· 12 years ago
c9f5ca2
Remove superfluous try/except
by Eli Bendersky
· 12 years ago
3bdead1
Add some documentation for IncrementalParesr
by Eli Bendersky
· 12 years ago
ddcc679
Remove useless #define and #ifdefs
by Eli Bendersky
· 12 years ago
10e0af8
Fix trailing whitespace
by Eli Bendersky
· 12 years ago
ab2a76c
Update ET documentation reprhasing the mention of the new IncrementalParser in
by Eli Bendersky
· 12 years ago
bf05df2
Make license notices more consistent and remove old changelog.
by Eli Bendersky
· 12 years ago
87e984c
#9607: restore keywords.kwlist after testing it.
by R David Murray
· 12 years ago
32a23c3
#9607: Add tests for the keyword module.
by R David Murray
· 12 years ago
f097f17
Merge #17413: make sure settrace funcs get passed exception instances for 'value'.
by R David Murray
· 12 years ago
3583761
#17413: make sure settrace funcs get passed exception instances for 'value'.
by R David Murray
· 12 years ago
24aa159
Merge 3.3
by Barry Warsaw
· 12 years ago
0aa685a
Minor typo in example.
by Barry Warsaw
· 12 years ago
03a0c27
Merge indentation fix from 3.3.
by Ezio Melotti
· 12 years ago
1b6424f
Fix indentation.
by Ezio Melotti
· 12 years ago
77badf3
#17790: merge with 3.3.
by Ezio Melotti
· 12 years ago
ab5ba79
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
ba5da94
#17789: merge with 3.3.
by Ezio Melotti
· 12 years ago
3e4a98b
#17789: test_random now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
a108112
#17779: merge with 3.3.
by Ezio Melotti
· 12 years ago
aaa5d1c
#17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
f7520dc
Fix uploadTestCase to work even when HTTPSConnection is not available.
by Ezio Melotti
· 12 years ago
72b8502
#11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison.
by Ezio Melotti
· 12 years ago
f476405
fix typo in a comment
by Victor Stinner
· 12 years ago
5b235d0
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
by Antoine Pitrou
· 12 years ago
323d292
Null merge.
by R David Murray
· 12 years ago
bca1a26
#17135: Add note in imp to use importlib for new programs.
by R David Murray
· 12 years ago
bb4503f
Partial revert of changeset 9744b2df134c
by Victor Stinner
· 12 years ago
fb161b1
Split PyUnicode_DecodeCharmap() into subfunction for readability
by Victor Stinner
· 12 years ago
33a3c50
#17135: mark imp as deprecated as of 3.4.
by R David Murray
· 12 years ago
170ca6f
Fix bug in Unicode decoders related to _PyUnicodeWriter
by Victor Stinner
· 12 years ago
376cfa1
Fix typo in unicode_decode_call_errorhandler_writer()
by Victor Stinner
· 12 years ago
8f674cc
Close #17694: Add minimum length to _PyUnicodeWriter
by Victor Stinner
· 12 years ago
e84a51c
Merge.
by Richard Oudkerk
· 12 years ago
245bbee
Merge.
by Richard Oudkerk
· 12 years ago
0471ac3
Merge.
by Richard Oudkerk
· 12 years ago
b147f60
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
b8da0a5
Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
by Antoine Pitrou
· 12 years ago
cf8a1e5
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
by Antoine Pitrou
· 12 years ago
409c313
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
c149902
merge 3.3
by Benjamin Peterson
· 12 years ago
3083071
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
b38897f
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
22b9e65
#14735: merge with 3.3.
by Roger Serwy
· 12 years ago
643ea53
#14735: Update IDLE docs to omit "Control-z on Windows".
by Roger Serwy
· 12 years ago
5aa7685
#17771: merge with 3.3.
by Ezio Melotti
· 12 years ago
a68c1ab
#17771: fix typo. Patch by Andriy Mysyk.
by Ezio Melotti
· 12 years ago
abe46fd
#17766: merge with 3.3.
by Ezio Melotti
· 12 years ago
d13c008
#17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
3533ef2
#17740: merge with 3.3.
by Ezio Melotti
· 12 years ago
c048d98
#17740: fix links to the socket function. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
9b42128
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
by Antoine Pitrou
· 12 years ago
d34941a
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
by Antoine Pitrou
· 12 years ago
99c56e8
Remove unused import
by Barry Warsaw
· 12 years ago
20c08c8
Remove unused import.
by Barry Warsaw
· 12 years ago
ecaefcf
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
by Barry Warsaw
· 12 years ago
Next »