Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
296e5720921f1837dfd09a16457ac5bba7cb1676
296e572
[3.7] bpo-34130: Fix 2 race conditions in test_signal (GH-8329)
by Victor Stinner
· 6 years ago
68833dc
Clarify ValueError's broad applicability (GH-8313) (GH-8315)
by Miss Islington (bot)
· 6 years ago
6020d98
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282)
by Miss Islington (bot)
· 6 years ago
892df9d
bpo-33967: Fix wrong use of assertRaises (GH-8306)
by Miss Islington (bot)
· 6 years ago
bfa8a35
bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#8307)
by Miss Islington (bot)
· 6 years ago
43c2fab
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
by Miss Islington (bot)
· 6 years ago
0a820a2
bpo-33967: Remove use of deprecated assertRaisesRegexp() (GH-8261) (GH-8296)
by Miss Islington (bot)
· 6 years ago
bbddd66
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) (GH-8294)
by Miss Islington (bot)
· 6 years ago
5594f1d
bpo-24618: Add a check in the code constructor. (GH-8283)
by Miss Islington (bot)
· 6 years ago
3fc12f0
bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)
by Miss Islington (bot)
· 6 years ago
c721472
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
by Miss Islington (bot)
· 6 years ago
cf21d00
bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#8275)
by Miss Islington (bot)
· 6 years ago
08c1da7
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
by Miss Islington (bot)
· 6 years ago
4ada0cf
bpo-33723: Fix test_time.test_thread_time() (GH-8267)
by Miss Islington (bot)
· 6 years ago
b89776f
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
by Miss Islington (bot)
· 6 years ago
9beed0c
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
by Miss Islington (bot)
· 6 years ago
48d2aeb
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
by Miss Islington (bot)
· 6 years ago
020f5ab
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
by Miss Islington (bot)
· 6 years ago
0a1db32
bpo-34092, test_logging: increase SMTPHandlerTest timeout (GH-8245) (GH-8247)
by Miss Islington (bot)
· 6 years ago
151820e
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
by Miss Islington (bot)
· 6 years ago
6b1b6e4
Doc: Point to Simple statements section instead of PEP (GH-8238)
by Miss Islington (bot)
· 6 years ago
bcea15a
Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) (GH-8237)
by Miss Islington (bot)
· 6 years ago
c87b1aa
Fix documentation for input and output tutorial (GH-8231)
by Miss Islington (bot)
· 6 years ago
5cca6f9
bpo-34009: Expand on platform support changes (GH-8022)
by Miss Islington (bot)
· 6 years ago
125371d
bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091)
by Miss Islington (bot)
· 6 years ago
df9f633
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
by Miss Islington (bot)
· 6 years ago
c3bdea4
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
by Miss Islington (bot)
· 6 years ago
ba10da1
delete some unused pysqlite forward declarations (GH-8211)
by Miss Islington (bot)
· 6 years ago
8d6b6d1
Move Code_of_Conduct.rst to the root level. (GH-8209)
by Miss Islington (bot)
· 6 years ago
22fb674
bpo-24459: Document missing env variables in python.man (GH-4142)
by Miss Islington (bot)
· 6 years ago
6f4fbf8
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
by Miss Islington (bot)
· 6 years ago
958a25e
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
by Miss Islington (bot)
· 6 years ago
1b6e217
bpo-34067: Include a more easily understood example for nullcontext (GH-8158)
by Miss Islington (bot)
· 6 years ago
80a5f04
bpo-28626: rearrange discussion of output formatting to encourage f-strings (GH-6036)
by Miss Islington (bot)
· 6 years ago
f5197dd
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159)
by Miss Islington (bot)
· 6 years ago
7c43b80
[3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193)
by Serhiy Storchaka
· 6 years ago
79c6b35
Fix margin in sentinel and mock_open (GH-8188)
by Miss Islington (bot)
· 6 years ago
0b63759
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
by Marcin Niemira
· 6 years ago
a410f9f
bpo-31014: Fix the webbrowser module. (GH-7267)
by Miss Islington (bot)
· 6 years ago
21fe81c
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
by Miss Islington (bot)
· 6 years ago
a912305
closes bpo-34050: Fix link in SSL docs (GH-8173)
by Miss Islington (bot)
· 6 years ago
6d16a91
Make PySimpleQueueType static. (GH-8175)
by Miss Islington (bot)
· 6 years ago
80c188f
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
by Miss Islington (bot)
· 6 years ago
e5b47ea
bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
by Miss Islington (bot)
· 6 years ago
c5e4c76
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
by Miss Islington (bot)
· 6 years ago
c8b18d3
Add missing closing parentheses (GH-8144)
by Miss Islington (bot)
· 6 years ago
c34e4e9
Make various internal _testbuffer symbols static. (GH-8160)
by Miss Islington (bot)
· 6 years ago
75f2eb5
[3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156)
by Dong-hee Na
· 6 years ago
e019f98
Fix typo in TypeVar docstring (GH-8142)
by Miss Islington (bot)
· 6 years ago
8e4c851
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
by Miss Islington (bot)
· 6 years ago
7bd6f0e
closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130)
by Miss Islington (bot)
· 6 years ago
127bd9b
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
by Miss Islington (bot)
· 6 years ago
4bd5fce
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
by Miss Islington (bot)
· 6 years ago
4e9d9b3
fix two typos in Objects/odictobject.c comments (GH-8040)
by Miss Islington (bot)
· 6 years ago
ab75d9e
[3.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8132)
by Ammar Askar
· 6 years ago
625755e
Fix GCC warning in Python/hamt.c (GH-7618)
by Miss Islington (bot)
· 6 years ago
e217d23
Doc: Remove superfluous markup. (GH-8112)
by Miss Islington (bot)
· 6 years ago
e6f7ee0
Update Stackless Python wiki URL (GH-8072)
by Julien Palard
· 6 years ago
60214dd
Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127)
by Miss Islington (bot)
· 6 years ago
3a7ee28
Fix typo in dataclasses documentation (GH-8102)
by Miss Islington (bot)
· 6 years ago
29be3bd
bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121)
by Victor Stinner
· 6 years ago
f5770f3
bpo-33988: Fix test_warnings using -W error (GH-7985)
by Xtreak
· 6 years ago
51a346d
Fix fuzz testing for marshal.loads(). (GH-8106)
by Miss Islington (bot)
· 6 years ago
3f121a4
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
by Miss Islington (bot)
· 6 years ago
4881360
Removed unused import from tzinfo_examples.py. (GH-7994)
by Miss Islington (bot)
· 6 years ago
a8bb18b
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-8093)
by Miss Islington (bot)
· 6 years ago
6b3ff35
bpo-32942: Fix environment dependent test_script_helper (GH-8034)
by Miss Islington (bot)
· 6 years ago
eb700f8
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
by Miss Islington (bot)
· 6 years ago
c1b75b5
bpo-34010: Fix tarfile read performance regression (GH-8020)
by Miss Islington (bot)
· 6 years ago
2cbd1bb
Make GenericAlias_Type and Generic_Type static. (GH-8076)
by Miss Islington (bot)
· 6 years ago
123f2b4
Don't export pending_threadfunc from _testcapi. (GH-8075)
by Miss Islington (bot)
· 6 years ago
20ae4c6
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918) (GH-8070)
by Miss Islington (bot)
· 6 years ago
6699386
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8065)
by Miss Islington (bot)
· 6 years ago
cee7b22
bpo-34019: Fix wrong arguments for Opera Browser (GH-8047)
by Miss Islington (bot)
· 6 years ago
42b2f84
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
by Miss Islington (bot)
· 6 years ago
4d02ad8
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
by Miss Islington (bot)
· 6 years ago
24d74bd
bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917)
by Chris Cogdon
· 6 years ago
6f49afc
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) (GH-8044)
by Miss Islington (bot)
· 6 years ago
f9ae074
Doc: Remove unused image file (GH-8027)
by Miss Islington (bot)
· 6 years ago
dedb28e
bpo-25862: Fix several bugs in the _io module. (GH-8026)
by Miss Islington (bot)
· 6 years ago
fd1c092
bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024)
by Miss Islington (bot)
· 6 years ago
42ea522
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
by Miss Islington (bot)
· 6 years ago
c919252
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
by Miss Islington (bot)
· 6 years ago
eabebbb
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
by Miss Islington (bot)
· 6 years ago
d0b4428
Fix the indentation in the documentation of bin() and hash() (GH-7998)
by Miss Islington (bot)
· 6 years ago
e2c5a75
bpo-14117: Make minor tweaks to turtledemo (GH-8002)
by Miss Islington (bot)
· 6 years ago
3ed4414
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
by Miss Islington (bot)
· 6 years ago
9d92524
bpo-31546: Fix input hook integration (GH-7978)
by Miss Islington (bot)
· 6 years ago
4c20d2b
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
by Miss Islington (bot)
· 6 years ago
48dc752
bpo-32996: Enhancements to What's New based on feedback (GH-7988)
by Miss Islington (bot)
· 6 years ago
0c5918f
Fix NEWS entry for bpo-31647
by Ned Deily
· 6 years ago
702d43c
bpo-33958: Doc: Remove unused variable in example (GH-7927)
by Miss Islington (bot)
· 6 years ago
4f69a29
start 3.7.0+
by Ned Deily
· 6 years ago
933c451
Merge 3.7.0 final changes
by Ned Deily
· 6 years ago
ecb1525
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
by Miss Islington (bot)
· 6 years ago
4b1d286
bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)
by Miss Islington (bot)
· 6 years ago
34f2935
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
by Miss Islington (bot)
· 6 years ago
7b5856e
Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963)
by Victor Stinner
· 6 years ago
8b1ebcd
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
by Miss Islington (bot)
· 6 years ago
8eac0b8
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)
by Miss Islington (bot)
· 6 years ago
Next »