Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d49c47bfb0ea3bc2e7d8778d8002c0f628d97488
d49c47b
Break out of loop on EOF in asyncio echo test programs.
by Guido van Rossum
· 11 years ago
0acceb7
What's New updates prior to alpha
by Nick Coghlan
· 11 years ago
4dae27a
Tweak 'provisional' in glossary
by Nick Coghlan
· 11 years ago
92945c5
Un-backout e3ec6b17260c - the test fix was actually also necessary
by Antoine Pitrou
· 11 years ago
c1b7841
Backout e3ec6b17260c after Guido's fix
by Antoine Pitrou
· 11 years ago
32e4685
(Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 support.
by Guido van Rossum
· 11 years ago
d20afad
Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
by Antoine Pitrou
· 11 years ago
0d9eefd
Try to fix test_asyncio dual stack test when creating an IPv6 socket fails
by Antoine Pitrou
· 11 years ago
4ca7355
Issue #19299: fix refleak test failures in test_asyncio
by Antoine Pitrou
· 11 years ago
34d33a5
removal u_qualname, since compiler_scope_qualname is only ever called once
by Benjamin Peterson
· 11 years ago
a8a38b8
strengthen condition and add assertion
by Benjamin Peterson
· 11 years ago
ebe83f9
fix compile issue on windows. path is now a struct ptr
by Christian Heimes
· 11 years ago
e55013f
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
by Antoine Pitrou
· 11 years ago
0abb218
Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
by Antoine Pitrou
· 11 years ago
3d9e481
give explicitly global functions and classes a global __qualname__ (closes #19301)
by Benjamin Peterson
· 11 years ago
3586673
Issue #19304: Fix typos noted by Claudiu Popa.
by Ned Deily
· 11 years ago
f5e987b
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Larry Hastings
· 11 years ago
aa2b22a
Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673).
by Serhiy Storchaka
· 11 years ago
dd06d14
Null merge
by Serhiy Storchaka
· 11 years ago
0e071c9
Fixed tests for issue #19279.
by Serhiy Storchaka
· 11 years ago
eaea5e9
Issue #12866: The audioop module now supports 24-bit samples.
by Serhiy Storchaka
· 11 years ago
c679227
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
by Serhiy Storchaka
· 11 years ago
80ab130
Ignore PyCharm project directory
by Christian Heimes
· 11 years ago
b649ed7
Ignore PyCharm project directory
by Christian Heimes
· 11 years ago
0fbd94c
Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or too old
by Christian Heimes
· 11 years ago
55e092f
Issue #19279: UTF-7 decoder no more produces illegal strings.
by Serhiy Storchaka
· 11 years ago
35804e4
Issue #19279: UTF-7 decoder no more produces illegal strings.
by Serhiy Storchaka
· 11 years ago
f19a6ef
Verify hostname if verify_mode is CERT_OPTIONAL too.
by Guido van Rossum
· 11 years ago
3743711
Disable some subprocess tests that hang on AIX.
by Guido van Rossum
· 11 years ago
351f539
Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0
by Christian Heimes
· 11 years ago
7058dad
Skip the asyncio tests when threads are not available.
by Guido van Rossum
· 11 years ago
0f5bff2
Doc markup fixes.
by Georg Brandl
· 11 years ago
8608d26
contextlib doc updates and refactoring
by Nick Coghlan
· 11 years ago
e723622
Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0
by Christian Heimes
· 11 years ago
fcd8de2
lower case pbkdf2_hmac
by Christian Heimes
· 11 years ago
3626a50
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
by Christian Heimes
· 11 years ago
a412f76
Fix compilation of the curses module (broken by issue #16612).
by Serhiy Storchaka
· 11 years ago
3182680
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
by Larry Hastings
· 11 years ago
5ceae41
Ensure setup.py looks for zlib.h in an OS X SDK.
by Ned Deily
· 11 years ago
507c591
Ensure setup.py looks for zlib.h in an OS X SDK.
by Ned Deily
· 11 years ago
29eec66
Issue #19019: Change the OS X installer build script to use CFLAGS instead
by Ned Deily
· 11 years ago
87adb6e
Issue #14499: Fix several problems with OS X universal build support:
by Ned Deily
· 11 years ago
ea41d5f
Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15.
by Ned Deily
· 11 years ago
5375b49
Update OS X installer for building on 10.9.
by Ned Deily
· 11 years ago
ac25ca1
Update OS X installer for building on 10.9.
by Ned Deily
· 11 years ago
c548660
Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was
by Victor Stinner
· 11 years ago
355491d
Write flow control for asyncio (includes asyncio.streams overhaul).
by Guido van Rossum
· 11 years ago
051a331
Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
by Guido van Rossum
· 11 years ago
ee1be99
Issue #19222: Add support for the 'x' mode to the gzip module.
by Nadeem Vawda
· 11 years ago
8a9e99c
Issue #19223: Add support for the 'x' mode to the bz2 module.
by Nadeem Vawda
· 11 years ago
42ca982
Issue #19201: Add support for the 'x' mode to the lzma module.
by Nadeem Vawda
· 11 years ago
c516815
Fix test to not consider mixin a standalone test
by Brett Cannon
· 11 years ago
1340049
Issue #16803: Move test_importlib.test_util to use both frozen and source code.
by Brett Cannon
· 11 years ago
6a57dd8
Issue #16803: Have test_importlib.test_locks use frozen and source code.
by Brett Cannon
· 11 years ago
baced56
Fix a refleak in _sre
by Brett Cannon
· 11 years ago
1830601
Add NEWS entry for issue #18810
by Brett Cannon
· 11 years ago
58f5680
Issue #18810: Be optimistic with stat calls when seeing if a directory
by Brett Cannon
· 11 years ago
2546a17
Important race condition fix for Tulip.
by Guido van Rossum
· 11 years ago
559ae0f
merge 3.3
by Benjamin Peterson
· 11 years ago
910a665
fix description of super() behavior on descriptors
by Benjamin Peterson
· 11 years ago
48df60c
Update more configurations in pcbuild.sln.
by Richard Oudkerk
· 11 years ago
bb9e481
Issue #18416: Fix various os calls in importlib.machinery.FileFinder
by Brett Cannon
· 11 years ago
af002e6
merge
by Brett Cannon
· 11 years ago
27e27f7
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
by Brett Cannon
· 11 years ago
44455e8
Update pcbuild.sln to build _overlapped.
by Richard Oudkerk
· 11 years ago
57497ad
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax timeout in test_call_later().
by Guido van Rossum
· 11 years ago
40b22d0
Issue #16803: test.test_importlib.test_api now runs under frozen and source.
by Brett Cannon
· 11 years ago
87efae2
Remove redundant empty lines.
by Serhiy Storchaka
· 11 years ago
90b41f0
Remove redundant empty lines.
by Serhiy Storchaka
· 11 years ago
b39d247
Remove a duplicate.
by Serhiy Storchaka
· 11 years ago
3321fb8
Issue #16129: this should appease the buildbots
by Nick Coghlan
· 11 years ago
8acc3c5
Remove test_sigterm().
by Richard Oudkerk
· 11 years ago
1805a62
Issue #16129: Py_SetStandardStreamEncoding cleanups
by Nick Coghlan
· 11 years ago
ac1a248
Close #19284: Handle -R properly in flag helper
by Nick Coghlan
· 11 years ago
ef23f18
Fix markup.
by Serhiy Storchaka
· 11 years ago
3353313
Fix markup.
by Serhiy Storchaka
· 11 years ago
a8b0707
Issue #19030: special-cased __dict__ as the actual dict is not returned, a proxy is.
by Ethan Furman
· 11 years ago
2498d9e
Issue #19272: slight clarification of pickle docs with regard to lambda.
by Ethan Furman
· 11 years ago
63c141c
Close #19030: inspect.getmembers and inspect.classify_class_attrs
by Ethan Furman
· 11 years ago
0e0cd46
Catching up on NEWS entries.
by Ethan Furman
· 11 years ago
3c97e46
Issue #19262: Install asyncio and test_asyncio directories.
by Ned Deily
· 11 years ago
fc29e0f
Rename the logger to plain "logger".
by Guido van Rossum
· 11 years ago
b795aa8
Issue #19275: Fix test_site failure on OS X due to typo.
by Ned Deily
· 11 years ago
5ea7f93
Make asyncio tests run on Windows.
by Guido van Rossum
· 11 years ago
27b7c7e
Initial checkin of asyncio package (== Tulip, == PEP 3156).
by Guido van Rossum
· 11 years ago
5b37f97
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 11 years ago
d3b7505
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 11 years ago
2bb0ac0
merge with 3.3
by Georg Brandl
· 11 years ago
9ff06dc
Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support.
by Georg Brandl
· 11 years ago
8f9571e
Skip #16129 test until I debug cross-platform issues
by Nick Coghlan
· 11 years ago
6508dc5
Try to debug overspecified test :(
by Nick Coghlan
· 11 years ago
cc5c728
Fix signal handler in test.
by Richard Oudkerk
· 11 years ago
240f86d
Close #19266: contextlib.ignore -> contextlib.suppress
by Nick Coghlan
· 11 years ago
1eb509a
Merge.
by Richard Oudkerk
· 11 years ago
a0f074f
Issue #16129: Move Py_SetStandardStreamEncoding declaration
by Nick Coghlan
· 11 years ago
1e2f67c
Try doing a raw test of os.fork()/os.kill().
by Richard Oudkerk
· 11 years ago
7d270ee
Issue #16129: Add `Py_SetStandardStreamEncoding`
by Nick Coghlan
· 11 years ago
26f9268
Stop trying to use strace, but add a sleep before terminate().
by Richard Oudkerk
· 11 years ago
86823a5
Issue #19275: Fix test_site on AMD64 Snow Leopard
by Christian Heimes
· 11 years ago
e4508ee
Try strace instead of gdb to see what wedged child is doing.
by Richard Oudkerk
· 11 years ago
Next »