Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
74ebbaeb566dc10031756430ec5c896e56d0e491
74ebbae
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by Miss Islington (bot)
· 8 years ago
38b4dd7
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Miss Islington (bot)
· 8 years ago
0442599
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641)
by Miss Islington (bot)
· 8 years ago
972edd9
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569)
by Miss Islington (bot)
· 8 years ago
ba4f218
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631)
by Miss Islington (bot)
· 8 years ago
09df4b7
Fix AppVeyor doc short-circuit (GH-5633)
by Miss Islington (bot)
· 8 years ago
40f7d9a
[3.7] Add short-circuit for doc changes to AppVeyor (GH-5626)
by Zachary Ware
· 8 years ago
fe61e8d
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)
by Miss Islington (bot)
· 8 years ago
a0b998d
bpo-11015: Update test.support documentation (GH-5619)
by Miss Islington (bot)
· 8 years ago
170b3f7
bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)
by Miss Islington (bot)
· 8 years ago
e603320
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611)
by Miss Islington (bot)
· 8 years ago
e39429a
travis: Use -O3 option (GH-5599)
by Miss Islington (bot)
· 8 years ago
2ef69a1
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)
by Miss Islington (bot)
· 8 years ago
7df8049
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
by Miss Islington (bot)
· 8 years ago
3a047a7
Make formatting of some return codes conforming to the general style. (GH-5587) (GH-5597)
by Miss Islington (bot)
· 8 years ago
0e36173
bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596)
by Miss Islington (bot)
· 8 years ago
105fcbf
bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)
by Miss Islington (bot)
· 8 years ago
ad3997c
bpo-32802: Fix Travis build (GH-5589) (GH-5590)
by Miss Islington (bot)
· 8 years ago
a747cf6
bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546)
by Miss Islington (bot)
· 8 years ago
a702f6b
Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)
by Miss Islington (bot)
· 8 years ago
4e7a964
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572)
by Miss Islington (bot)
· 8 years ago
2c6f668
bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567)
by Miss Islington (bot)
· 8 years ago
2bb0bfa
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562)
by Miss Islington (bot)
· 8 years ago
fea0a12
[3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543)
by Miss Islington (bot)
· 8 years ago
4abcbc0
bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540)
by Miss Islington (bot)
· 8 years ago
5b933aa
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5537)
by Miss Islington (bot)
· 8 years ago
5c5e61b
Fix typo -- missing "not" (GH-5528) (GH-5530)
by Miss Islington (bot)
· 8 years ago
e6499a0
Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527)
by Miss Islington (bot)
· 8 years ago
1a0239e
[3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510)
by Miss Islington (bot)
· 8 years ago
133514e
bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5524)
by Miss Islington (bot)
· 8 years ago
e86db34
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
by Miss Islington (bot)
· 8 years ago
52f7458
bpo-32739: Show default value for rotate() (GH-5485) (GH-5514)
by Miss Islington (bot)
· 8 years ago
f33eced
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)
by Miss Islington (bot)
· 8 years ago
a23d30f
bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)
by Barry Warsaw
· 8 years ago
2b5937e
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)
by Miss Islington (bot)
· 8 years ago
c7de1d7
bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) (#5499)
by Miss Islington (bot)
· 8 years ago
29fd9ea
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
by Miss Islington (bot)
· 8 years ago
709f6ad
bpo-32733: Make test_coroutines robust against -Werror (GH-5487) (GH-5490)
by Miss Islington (bot)
· 8 years ago
e985afc
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488)
by Miss Islington (bot)
· 8 years ago
7876778
bpo-32436: Fix compiler warning (GH-5483) (GH-5486)
by Miss Islington (bot)
· 8 years ago
5d2dcd0
Fix typo in hamt.c comments (GH-5478) (#5484)
by Miss Islington (bot)
· 8 years ago
71a0b0e
Implement TimerHandle.when() (GH-5473) (GH-5480)
by Miss Islington (bot)
· 8 years ago
78758f2
[3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475)
by Miss Islington (bot)
· 8 years ago
4d65430
bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470)
by Miss Islington (bot)
· 8 years ago
7f38637
Update Doc build for split off of 3.7 branch
by Ned Deily
· 8 years ago
70e3042
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
by Cheryl Sabella
· 8 years ago
f3da70f
Make site documentation more clear (#5461)
by Xiang Zhang
· 8 years ago
86fdad0
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
by Xiang Zhang
· 8 years ago
57750be
bpo-30693: zip+tarfile: sort directory listing (#2263)
by Bernhard M. Wiedemann
· 8 years ago
209108b
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)
by Stéphane Wirtel
· 8 years ago
f5f8a74
finished 3.7.0b1 - on to b1+
by Ned Deily
· 8 years ago
9561d7f
Update NEWS, docs, and patchlevel for 3.7.0b1
by Ned Deily
· 8 years ago
7fdefac
bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
by Ned Deily
· 8 years ago
1e17d4a
compare with difflib not diff(1) (GH-5450)
by Benjamin Peterson
· 8 years ago
8c9bb72
bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448)
by Ned Deily
· 8 years ago
b8d9032
bpo-28914: Fix compilation of select on Android (#5447)
by Victor Stinner
· 8 years ago
763f094
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
by Ned Deily
· 8 years ago
67adb31
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
by Stéphane Wirtel
· 8 years ago
066df4f
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
by John Jolly
· 8 years ago
2e0ecde
bpo-28134: Ignore proto in unknown socket test (GH-5435)
by Christian Heimes
· 8 years ago
dd42cb7
bpo-31961: subprocess now accepts path-like args (GH-4329)
by Anders Lorentsen
· 8 years ago
14e976e
closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
by Eric Appelt
· 8 years ago
ce0f33d
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
by Bo Bayles
· 8 years ago
9544180
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
by Benjamin Peterson
· 8 years ago
3d86e48
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
by Stéphane Wirtel
· 8 years ago
ce237c7
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
by Bo Bayles
· 8 years ago
f4d644f
bpo-25942: make subprocess more graceful on ^C (GH-5026)
by Gregory P. Smith
· 8 years ago
83e64c8
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
by Eric Snow
· 8 years ago
9424dcb
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
by Julien Palard
· 8 years ago
77526f0
replace dynamic import with 'exec' with importlib.import_module (#5433)
by Benjamin Peterson
· 8 years ago
7f8bfc9
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
by Eric Snow
· 8 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 8 years ago
b6e43af
bpo-28134: Auto-detect socket values from file descriptor (#1349)
by Christian Heimes
· 8 years ago
72a0d21
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
by Pablo Galindo
· 8 years ago
0cd6bca
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
by Pablo Galindo
· 8 years ago
c65ef77
rename _imp initialization function to follow conventions (#5432)
by Benjamin Peterson
· 8 years ago
2a2270d
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
by Yury Selivanov
· 8 years ago
b647d70
bpo-32707: Fix warnings in hamt.c (#5430)
by Yury Selivanov
· 8 years ago
aa218d1
bpo-27931: Fix email address header parsing error (#5329)
by jayyyin
· 8 years ago
e6d3421
bpo-25988: Deprecate exposing collections.abc in collections GH-5414
by Raymond Hettinger
· 8 years ago
4f4ef0a
Add a test for pdb until command in coroutine (#5427)
by Andrew Svetlov
· 8 years ago
66e5742
bpo-28414: ssl module idna test (#5395)
by Christian Heimes
· 8 years ago
892d66e
bpo-31429: Define TLS cipher suite on build time (#3532)
by Christian Heimes
· 8 years ago
d951157
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
by Victor Stinner
· 8 years ago
8017b80
bpo-28685: Fix compiler warning (GH-5423)
by Victor Stinner
· 8 years ago
51500f3
bpo-32706: Skip test_ftplib.test_check_hostname() (#5422)
by Victor Stinner
· 8 years ago
db8189b
bpo-31233, bpo-31151: Document socketserver changes (#5417)
by Victor Stinner
· 8 years ago
2914bb3
bpo-20891: Py_Initialize() now creates the GIL (#4700)
by Victor Stinner
· 8 years ago
8997f9c
bpo-32705: Current Android does not have posix_spawn (#5413)
by Chih-Hsuan Yen
· 8 years ago
2a3260b
Fix minor markup typo (#5407)
by cocoatomo
· 8 years ago
95e2147
bpo-32591: silence deprecation warnings in test_coroutine (GH-5412)
by Nathaniel J. Smith
· 8 years ago
1e5b25b
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
by Yury Selivanov
· 8 years ago
07627e9
bpo-32251: Fix docs (#5408)
by Yury Selivanov
· 8 years ago
9ee1bf9
bpo-32650: Add an asyncgen pdb test (#5406)
by Yury Selivanov
· 8 years ago
997478e
bpo-32688: Make why the line is commented out clear (GH-5405)
by Xiang Zhang
· 8 years ago
1e34da4
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
by embg
· 8 years ago
6c6ddf9
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
by Pablo Galindo
· 8 years ago
f5b04a3
Document the error return of PyLong_As* APIs. (#5396)
by Gregory P. Smith
· 8 years ago
c7ab581
bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403)
by Pablo Galindo
· 8 years ago
4687702
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)
by Pablo Galindo
· 8 years ago
Next »