Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2f0441f03f71c658148bff60be46585f56670d1f
2f0441f
Remaining fallout from 17911
by Robert Collins
· 10 years ago
3737e60
Merge 3.4 (test_subprocess)
by Victor Stinner
· 10 years ago
20f4bd4
Issue #21619: Try to fix test_broken_pipe_cleanup()
by Victor Stinner
· 10 years ago
07ff167
Fix brownbag in issue 17911 commit
by Robert Collins
· 10 years ago
6bc2c1e
Issue #17911: traceback module overhaul
by Robert Collins
· 10 years ago
0bfd0a4
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
by Antoine Pitrou
· 10 years ago
f7f3b0a
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
by Antoine Pitrou
· 10 years ago
9672da7
Issue #23285: Fix handling of EINTR in fileio.c
by Victor Stinner
· 10 years ago
35e5b72
Issue #23504: Added an __all__ to the types module.
by Serhiy Storchaka
· 10 years ago
7beb4f9
Issue #23504: Added an __all__ to the types module.
by Serhiy Storchaka
· 10 years ago
44eceb6
Issue #23563: Optimized utility functions in urllib.parse.
by Serhiy Storchaka
· 10 years ago
87e6912
Minor neatening-up. Make assignments in same order a struct fields. Line-up comments.
by Raymond Hettinger
· 10 years ago
f9d9c79
Switch the state variable to unsigned for defined wrap-around behavior.
by Raymond Hettinger
· 10 years ago
30c9074
Minor beautification. Move struct definitions to the top. Fix-up a comment.
by Raymond Hettinger
· 10 years ago
f30f5b9
Minor code beautification. Replace macro with in-lineable functions.
by Raymond Hettinger
· 10 years ago
3c186ba
Beautify and better document the use of the size_t cast for bounds checking.
by Raymond Hettinger
· 10 years ago
738f805
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
by Ethan Furman
· 10 years ago
241520a
merge heads
by Benjamin Peterson
· 10 years ago
6c0a820
merge 3.4 (null)
by Benjamin Peterson
· 10 years ago
92ce1b4
merge 3.3 (#23362)
by Benjamin Peterson
· 10 years ago
e5a853c
use PyMem_NEW to detect overflow (closes #23362)
by Benjamin Peterson
· 10 years ago
42fc0eb
Issue #21293: Remove unnecessary "capsule hack".
by Larry Hastings
· 10 years ago
83d8fc2
merge 3.4 (#23367)
by Benjamin Peterson
· 10 years ago
5061e67
merge 3.3 (#23367)
by Benjamin Peterson
· 10 years ago
b779bfb
fix possible overflow bugs in unicodedata (closes #23367)
by Benjamin Peterson
· 10 years ago
4e02f8f4
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
by Steve Dower
· 10 years ago
3f9e381
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later
by Steve Dower
· 10 years ago
3e96f32
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks.
by Steve Dower
· 10 years ago
2f3d440
merge 3.4 (#23561)
by Benjamin Peterson
· 10 years ago
5e0fd95
Added more tests for urllib.parse utility functions.
by Serhiy Storchaka
· 10 years ago
9270be7
Added more tests for urllib.parse utility functions.
by Serhiy Storchaka
· 10 years ago
bdf525b
wrap everything at 80 chars
by Benjamin Peterson
· 10 years ago
29fec92
link to the correct dis method or function (closes #23561)
by Benjamin Peterson
· 10 years ago
a401257
Issue #23527: Update Gmail port number for STARTTLS to 587.
by Berker Peksag
· 10 years ago
ed0392a
Issue #23527: Update Gmail port number for STARTTLS to 587.
by Berker Peksag
· 10 years ago
ccac023
Issue #23477: Improve test coverage of wsgiref.simple_server.
by Berker Peksag
· 10 years ago
659f631
Issue #23477: Improve test coverage of wsgiref.simple_server.
by Berker Peksag
· 10 years ago
6897e56
Issue #20521: Change ``TOS`` to TOS in dis documentation.
by Berker Peksag
· 10 years ago
ab4040e
Issue #20521: Change ``TOS`` to TOS in dis documentation.
by Berker Peksag
· 10 years ago
fc080fc
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
by Berker Peksag
· 10 years ago
bcdfc6a
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
by Berker Peksag
· 10 years ago
f2d4e57
Add a versionadded directive for PEP 486.
by Berker Peksag
· 10 years ago
e35a17a
merge 3.4
by Benjamin Peterson
· 10 years ago
6e820c0
remove mention of Python 2.2 and 2.3
by Benjamin Peterson
· 10 years ago
e49af34
Issue #7830: Flatten nested functools.partial.
by Alexander Belopolsky
· 10 years ago
e2e178e
Closes issue #22791: Improved datetime from timestamp methods documentation.
by Alexander Belopolsky
· 10 years ago
3de4aae
Fixed pydoc tests when run with -OO.
by Serhiy Storchaka
· 10 years ago
4c094e5
Fixed pydoc tests when run with -OO.
by Serhiy Storchaka
· 10 years ago
71c6f44
Fixed a typo.
by Serhiy Storchaka
· 10 years ago
7f9ea75
Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic.
by Raymond Hettinger
· 10 years ago
90295b4
Merge heads
by Serhiy Storchaka
· 10 years ago
490055a
Issue #20204: Deprecation warning is now raised for builtin type without the
by Serhiy Storchaka
· 10 years ago
c208308
Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t.
by Raymond Hettinger
· 10 years ago
50adb9f
Issue #20204: Added the __module__ attribute to _tkinter classes.
by Serhiy Storchaka
· 10 years ago
efdc16f9
Issue #20204: Added the __module__ attribute to _tkinter classes.
by Serhiy Storchaka
· 10 years ago
e4969f5
Updates CRT installation for Windows installer.
by Steve Dower
· 10 years ago
a473b9d
Use unsigned division and modulo for item assignment as well.
by Raymond Hettinger
· 10 years ago
1c20551
Issue #19980: Improved help() for non-recognized strings. help('') now
by Serhiy Storchaka
· 10 years ago
e92951f
merge
by Alexander Belopolsky
· 10 years ago
184291a
Fixes #23521: Corrected pure python implementation of timedelta division.
by Alexander Belopolsky
· 10 years ago
24d3dee
Fixes #23521: Corrected pure python implementation of timedelta division.
by Alexander Belopolsky
· 10 years ago
63d1ff2
Convert one more division to unsigned arithmetic to speed-up deque_item().
by Raymond Hettinger
· 10 years ago
6ab0ec9
Fixed a test for issue #21619 on Windows.
by Serhiy Storchaka
· 10 years ago
cf265fd
Fixed a test for issue #21619 on Windows.
by Serhiy Storchaka
· 10 years ago
86ba765
Issue #21619: Popen objects no longer leave a zombie after exit in the with
by Serhiy Storchaka
· 10 years ago
ab900c2
Issue #21619: Popen objects no longer leave a zombie after exit in the with
by Serhiy Storchaka
· 10 years ago
7e8c795
Line missed in last checkin
by Raymond Hettinger
· 10 years ago
da2850f
Since the index is always non-negative, use faster unsigned division and modulo.
by Raymond Hettinger
· 10 years ago
b44ed82
Merge with 3.4 for porting HOWTO tweaks
by Brett Cannon
· 10 years ago
fdde79d
Fix the clarification as to why division cannot be ported automatically
by Brett Cannon
· 10 years ago
2f710b6
Merge from 3.4.
by Larry Hastings
· 10 years ago
c332f8a
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
by Larry Hastings
· 10 years ago
8004e85
Issue #22834: Drop a redundant comment and use errno instead of an integer.
by Brett Cannon
· 10 years ago
e2bda9a
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
ce8c768
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
by Victor Stinner
· 10 years ago
69899e6
Merge 3.4 (httplib)
by Victor Stinner
· 10 years ago
b389b48
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
by Victor Stinner
· 10 years ago
ad9296e
Merge with 3.4
by Zachary Ware
· 10 years ago
0b49637
Fix copy/paste error in bytes.isupper() doc.
by Zachary Ware
· 10 years ago
daf57f2
Bump the blocksize up from 62 to 64 to speed up the modulo calculation.
by Raymond Hettinger
· 10 years ago
b1e6e57
unix newlines
by Benjamin Peterson
· 10 years ago
2bb5aa8
merge 3.4
by Benjamin Peterson
· 10 years ago
d2e067b
remove duplicate 3.4.3 tags
by Benjamin Peterson
· 10 years ago
76998fe
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
by Steve Dower
· 10 years ago
8c3ec53
Merge 3.4.3 release engineering changes back into 3.4.
by Larry Hastings
· 10 years ago
e287746
Post-release changes for 3.4.3.
by Larry Hastings
· 10 years ago
b48af34
Silenced minor GCC warnings.
by Serhiy Storchaka
· 10 years ago
e71258a
Issue #15955: Add an option to limit the output size in bz2.decompress().
by Antoine Pitrou
· 10 years ago
87f5015
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
7b2c3c6
asyncio doc: lock classes are not thread safe
by Victor Stinner
· 10 years ago
f63dab5
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
by Steve Dower
· 10 years ago
b3f51e3
Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.
by Steve Dower
· 10 years ago
4fa4972
merge 3.4
by Benjamin Peterson
· 10 years ago
ed135f4
remove unused import
by Benjamin Peterson
· 10 years ago
a1780bc
Issue #23511: Port email-simple.py to Python 3.
by Berker Peksag
· 10 years ago
f9e3cf1
Issue #23511: Port email-simple.py to Python 3.
by Berker Peksag
· 10 years ago
c8fd9ce
merge 3.4 (#23515)
by Benjamin Peterson
· 10 years ago
b808d59
fix merge_collapse to actually maintain the invariant it purports to (closes #23515)
by Benjamin Peterson
· 10 years ago
1313af2
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
8370496
asyncio: add a note about (non) thread safety in each class
by Victor Stinner
· 10 years ago
Next »