Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4103e4dfbce8b6d9579565ab64868a721b01d2a1
4103e4d
Issue #28071: Add early-out for differencing from an empty set.
by Raymond Hettinger
· 8 years ago
34b74ff
Add missing versionadded directives
by Berker Peksag
· 8 years ago
1d7feab
Issue #28045: Merge from 3.5
by Berker Peksag
· 8 years ago
ed6224e
Issue #28045: Fix comment in range_contains_long()
by Berker Peksag
· 8 years ago
8a2150a
Issue #28095: Temporarily disable part of test_startup_imports on OS X.
by Ned Deily
· 8 years ago
59da4b3
Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
by Berker Peksag
· 8 years ago
e7da2f8
Make PGO use usual build directory on Windows.
by Steve Dower
· 8 years ago
654a7bd
Adds missing assert suppression.
by Steve Dower
· 8 years ago
18f3a9b
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
by Alexander Belopolsky
· 8 years ago
a3222b8
Fixes test_getargs2 to get the buildbots working again.
by Steve Dower
· 8 years ago
16c18a3
Issue #28065: Update xz to 5.2.2 on Windows, and build it from source
by Zachary Ware
· 8 years ago
11a86ff
Issue #28066: Merge srcdir fix from 3.5
by Martin Panter
· 8 years ago
503ba3e
Merge 3.5 (issue #27456)
by Yury Selivanov
· 8 years ago
44c19ec
Issue #27456: asyncio: Set TCP_NODELAY by default.
by Yury Selivanov
· 8 years ago
c5ee3ca
Issue #28066: Fix include search directory logic for out-of-tree builds
by Martin Panter
· 8 years ago
2609fa7
Merge 3.5 (asyncio/NEWS)
by Yury Selivanov
· 8 years ago
966321e
Merge 3.5 (asyncio)
by Yury Selivanov
· 8 years ago
a05a6ef
asyncio: Add set_protocol / get_protocol methods to Transports
by Yury Selivanov
· 8 years ago
0b51fd4
merge
by Raymond Hettinger
· 8 years ago
06e18a7
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
by Raymond Hettinger
· 8 years ago
c4d2e50
Update whatsnew with my contributions
by Christian Heimes
· 8 years ago
35a24c5
Add another f-string comment test, to make sure # are being caught in the right place.
by Eric V. Smith
· 8 years ago
09835dc
Make an f-string error message more exact and consistent.
by Eric V. Smith
· 8 years ago
13a6d28
Null merge 3.5->3.6
by Guido van Rossum
· 8 years ago
0a6976d
Issue #28079: Update typing and test typing from python/typing repo.
by Guido van Rossum
· 8 years ago
27e7226
Null merge 3.5->3.6
by Guido van Rossum
· 8 years ago
7ac1f7d
Issue #28079: Update typing and test typing from python/typing repo.
by Guido van Rossum
· 8 years ago
5fe668c
Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
by Christian Heimes
· 8 years ago
7228980
issue28082: better name for Flag
by Ethan Furman
· 8 years ago
b728105
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
by Serhiy Storchaka
· 8 years ago
29097d5
Merge: #19003: Only replace \r and/or \n line endings in email.generator.
by R David Murray
· 8 years ago
0e0cfd7
#19003: Only replace \r and/or \n line endings in email.generator.
by R David Murray
· 8 years ago
727cc93
Issue #28022: Catch another deprecation warning in imaplib
by Christian Heimes
· 8 years ago
40bed8a
issue28083: add IntFlag constants
by Ethan Furman
· 8 years ago
f93395b
issue28082: use IntFlag for re constants
by Ethan Furman
· 8 years ago
06339e7
Enum._convert: sort by value, then by name
by Ethan Furman
· 8 years ago
92dec54
Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
by Xavier de Gaye
· 8 years ago
ef71d20
Add some additional suspicious exemption rules for recent doc changes.
by Ned Deily
· 8 years ago
fda8961
Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.
by Xavier de Gaye
· 8 years ago
ea80ffb
Issue #23545: Turn on extra warnings on GCC.
by Serhiy Storchaka
· 8 years ago
81b08a8
Regenerate the configure script. Now it supports --runstatedir option
by Serhiy Storchaka
· 8 years ago
ec406fe
Issue #27810: Regenerate Argument Clinic.
by Serhiy Storchaka
· 8 years ago
e084f84
Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for a while. Require Kernel 4.3+ for now
by Christian Heimes
· 8 years ago
49aed7b
Issue #28078: Add missing colon
by Christian Heimes
· 8 years ago
8d14abc
Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Panter
by Christian Heimes
· 8 years ago
02b3035
Issue #28078: Silence resource warnings in test_socket. Initial patch by Xiang Zhang, thanks
by Christian Heimes
· 8 years ago
015d874
Issue #28076: Variable annotations should be mangled for private names.
by Guido van Rossum
· 8 years ago
a6d75fd
Issue 24454: Removed unused match_getitem_doc.
by Eric V. Smith
· 8 years ago
d5ee406
Closes #23105: Merged update from 3.5.
by Vinay Sajip
· 8 years ago
e4946e7
Issue #23105: Updated documentation on open() flag constants.
by Vinay Sajip
· 8 years ago
b569086
Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka.
by Eric V. Smith
· 8 years ago
b7e3535
Fixed a markup in docs.
by Serhiy Storchaka
· 8 years ago
605bdae
Issue 24454: Improve the usability of the re match object named group API
by Eric V. Smith
· 8 years ago
a3c1728
Use HTTP in testPythonOrg
by Berker Peksag
· 8 years ago
fa0c885
Issue #20100: Merge from 3.5
by Berker Peksag
· 8 years ago
1c697a5
Issue #20100: Clarify that passing flags to epoll() has no effect
by Berker Peksag
· 8 years ago
9af13ca
Issue #28036: Remove unused pysqlite_flush_statement_cache function
by Berker Peksag
· 8 years ago
966ad74
Unskip testPythonOrg in test_robotparser
by Berker Peksag
· 8 years ago
a1e9ab3
Fixed refactoring bug in dd046963bd42 (issue27129).
by Serhiy Storchaka
· 8 years ago
2a9f5ed
Wrap testPasswordProtectedSite with @reap_threads
by Berker Peksag
· 8 years ago
d063049
Closed #26533: Merged update from 3.5.
by Vinay Sajip
· 8 years ago
3d639b2
Closed #26533: expanded on behaviour of logging.config.listen().
by Vinay Sajip
· 8 years ago
eb5b647
Merged upstream changes.
by Vinay Sajip
· 8 years ago
4da0fd0
Issue #25497: Rewrite test_robotparser to use a class based design
by Berker Peksag
· 8 years ago
6853232
Closes #25671: Merged fix from 3.5.
by Vinay Sajip
· 8 years ago
8d82559
Fixes #25671: Updated prompt handling in activate.fish.
by Vinay Sajip
· 8 years ago
8be1740
Use uint16_t instead of short in audioop.
by Serhiy Storchaka
· 8 years ago
5f1a518
Use sequence repetition instead of bytes constructor with integer argument.
by Serhiy Storchaka
· 8 years ago
ab87400
Issue #27129: Replaced wordcode related magic constants with macros.
by Serhiy Storchaka
· 8 years ago
bdb847a
Issue #27952: Merge fixcid.py from 3.5
by Martin Panter
· 8 years ago
1cb7aaa
Issue #27991: Merge from 3.5
by Berker Peksag
· 8 years ago
53ba2d1
Issue #27991: Remove incorrect sentence about store_true
by Berker Peksag
· 8 years ago
ab994ed
Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements
by Berker Peksag
· 8 years ago
bd48d27
Issue #22493: Inline flags now should be used only at the start of the
by Serhiy Storchaka
· 8 years ago
b766538
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 8 years ago
352601c
Issue #26885: xmlrpc now supports unmarshalling additional data types used
by Serhiy Storchaka
· 8 years ago
9fab79b
Issue #26900: Excluded underscored names and other private API from limited API.
by Serhiy Storchaka
· 8 years ago
c16595e
issue23591: add auto() for auto-generating Enum member values
by Ethan Furman
· 8 years ago
944368e
Issue #23722: Initialize __class__ from type.__new__()
by Nick Coghlan
· 8 years ago
fc3f7d5
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
3a95f45
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
fff84eb
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6)
by Guido van Rossum
· 8 years ago
56ff5f7
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version)
by Guido van Rossum
· 8 years ago
446e168
Issue #26141: Update docs for typing.py. Ivan Levkivskyi.
by Guido van Rossum
· 8 years ago
f7f8299
Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6)
by Guido van Rossum
· 8 years ago
1816dfe
Issue #28073: Improve wording around None. Michael Lee.
by Guido van Rossum
· 8 years ago
050af5d
Backed out changeset 8460a729e1de
by Benjamin Peterson
· 8 years ago
cc1ea5d
force gcc to use c99 inline semantics
by Benjamin Peterson
· 8 years ago
47503c5
fix link to instrumentation
by Benjamin Peterson
· 8 years ago
39e1061
add the usual extern C silliness to pydtrace.h
by Benjamin Peterson
· 8 years ago
699e2c9
reST is not markdown
by Benjamin Peterson
· 8 years ago
4eef505
Backed out changeset 3934e070c9db
by Benjamin Peterson
· 8 years ago
632d38a
Null merge
by Serhiy Storchaka
· 8 years ago
cc66a65
Backported tests for issue #28070.
by Serhiy Storchaka
· 8 years ago
d65cd09
Issue #28070: Fixed parsing inline verbose flag in regular expressions.
by Serhiy Storchaka
· 8 years ago
99a6570
Issue #19500: Add client-side SSL session resumption to the ssl module.
by Christian Heimes
· 8 years ago
d048637
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
by Christian Heimes
· 8 years ago
130bbe5
#28067: Fixed another typo.
by Alexander Belopolsky
· 8 years ago
358cfd4
Issue 28043: SSLContext has improved default settings
by Christian Heimes
· 8 years ago
7036019
IDLE newx items. merge from 3.5
by Terry Jan Reedy
· 8 years ago
Next »