Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5239caf8358f8b8a77b26fa01bd8af0b7105e422
5239caf
(Merge 3.4) asyncio: Move loop attribute to _FlowControlMixin
by Victor Stinner
· 10 years ago
004adb9
asyncio: Move loop attribute to _FlowControlMixin
by Victor Stinner
· 10 years ago
a5b335e
Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd,
by Victor Stinner
· 10 years ago
ce43f38
Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is
by Victor Stinner
· 10 years ago
68b11d1
Fix regression in issue 22457 fix.
by Robert Collins
· 10 years ago
bf2bda3
Close #22457: Honour load_tests in the start_dir of discovery.
by Robert Collins
· 10 years ago
d39e199
Issue #22773: fix failing test with old readline versions due to issue #19884.
by Antoine Pitrou
· 10 years ago
7e8b867
Issue #22773: fix failing test with old readline versions due to issue #19884.
by Antoine Pitrou
· 10 years ago
98e1b91
merge 3.4
by Benjamin Peterson
· 10 years ago
1ea070e
test that keyfile can be None
by Benjamin Peterson
· 10 years ago
4a358de
context has been backported so fix versionchanged
by Benjamin Peterson
· 10 years ago
678e11a
merge 3.4
by Benjamin Peterson
· 10 years ago
8d2d5b9
merge 3.3
by Benjamin Peterson
· 10 years ago
97751fa
merge 3.2
by Benjamin Peterson
· 10 years ago
863c962
move idna test domain to pythontest.net
by Benjamin Peterson
· 10 years ago
1cca273
merge 3.4 (#22417)
by Benjamin Peterson
· 10 years ago
4ffb075
PEP 476: enable HTTPS certificate verification by default (#22417)
by Benjamin Peterson
· 10 years ago
2cb0e73
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
by Serhiy Storchaka
· 10 years ago
8cf7c1c
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
by Serhiy Storchaka
· 10 years ago
030dbb9
merge 3.4
by Benjamin Peterson
· 10 years ago
a5c9c37
wrap
by Benjamin Peterson
· 10 years ago
a14414d
Merge heads
by Antoine Pitrou
· 10 years ago
8a03896
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
by Antoine Pitrou
· 10 years ago
cc23154
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
by Antoine Pitrou
· 10 years ago
c58e3a4
Merge asyncio doc English phrasing fix.
by R David Murray
· 10 years ago
64f10d4
Reflow paragraph.
by R David Murray
· 10 years ago
3ca68e7
Fix English phrasing.
by R David Murray
· 10 years ago
170af0e
Null merge
by Serhiy Storchaka
· 10 years ago
bb019eb
Merge heads
by Serhiy Storchaka
· 10 years ago
58905e9
Merge heads
by Serhiy Storchaka
· 10 years ago
c1ded29
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
by Serhiy Storchaka
· 10 years ago
e5cf486
Issue #22388: Unified the style of "Contributed by" sentences in What's New.
by Serhiy Storchaka
· 10 years ago
6e2db04
#22751: merge with 3.4.
by Ezio Melotti
· 10 years ago
8b23f5c
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
by Ezio Melotti
· 10 years ago
07df655
Fix test_urllib without the ssl module
by Antoine Pitrou
· 10 years ago
740e1dc
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 10 years ago
4b2b1de
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 10 years ago
048345d
Issue #22770: merge from 3.4
by Ned Deily
· 10 years ago
91f01e1
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
by Ned Deily
· 10 years ago
e470d09
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
by Zachary Ware
· 10 years ago
bac4777
Null merge with 3.4
by Zachary Ware
· 10 years ago
f6c69e6
#22734 marshal needs a lower stack depth for debug builds on Windows
by Steve Dower
· 10 years ago
5368396
#22732 ctypes tests don't set correct restype for intptr_t functions
by Steve Dower
· 10 years ago
aa3ea7e
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
by Zachary Ware
· 10 years ago
86e9deb
#22731 test_capi test fails because of mismatched newlines
by Steve Dower
· 10 years ago
1be0c61
Closes #22776: Merged fix from 3.4.
by Vinay Sajip
· 10 years ago
c33a0cc
Brought excluded code into the scope of a try block in SysLogHandler.emit().
by Vinay Sajip
· 10 years ago
8be6fac
standardize Enum docs by referring to 'special methods' instead of __dunder__ methods
by Ethan Furman
· 10 years ago
8912270
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
by Berker Peksag
· 10 years ago
8083cd6
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
by Berker Peksag
· 10 years ago
8f791d3
Issue #6623: Remove deprecated Netrc class in the ftplib module.
by Berker Peksag
· 10 years ago
8906f14
issue22780: update NotImplemented description
by Ethan Furman
· 10 years ago
b8fa289
merge with 3.4
by Georg Brandl
· 10 years ago
e1d26f3
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
by Georg Brandl
· 10 years ago
8f60c0e
Null merge
by Serhiy Storchaka
· 10 years ago
b1847e7
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
by Serhiy Storchaka
· 10 years ago
4b8f894
Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
by Serhiy Storchaka
· 10 years ago
455de40
merge with 3.4
by Georg Brandl
· 10 years ago
36ac510
Closes #22771: "verbose" is unused; deprecate it.
by Georg Brandl
· 10 years ago
e21a531
merge with 3.4
by Georg Brandl
· 10 years ago
a4c8c47
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
8ed75cd
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
2677fae
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
717e028
#22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
9b1b0e5
#22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
f30132f
#22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
e4196d3
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
by Georg Brandl
· 10 years ago
fe98180
merge with 3.4
by Georg Brandl
· 10 years ago
f0d2ed7
minor grammar fixes (from docs@python.org)
by Georg Brandl
· 10 years ago
db3f318
Doc: updadate suspicious ignore rules
by Georg Brandl
· 10 years ago
2ae7d68
merge with 3.4
by Georg Brandl
· 10 years ago
4433ff9
unittest.mock docs: fix use of default role
by Georg Brandl
· 10 years ago
7ad3df6
unittest.mock docs: fix use of default role
by Georg Brandl
· 10 years ago
3bf7a6c
Fixed compile error in issue #22410. The _locale module is optional.
by Serhiy Storchaka
· 10 years ago
cf7b1ca
Fixed compile error in issue #22410. The _locale module is optional.
by Serhiy Storchaka
· 10 years ago
92f56a8
Null merge
by Serhiy Storchaka
· 10 years ago
d9b8dc2
Merge heads
by Serhiy Storchaka
· 10 years ago
7cc0a1f
Issue #22410: Module level functions in the re module now cache compiled
by Serhiy Storchaka
· 10 years ago
4659cc0
Issue #22410: Module level functions in the re module now cache compiled
by Serhiy Storchaka
· 10 years ago
c689101
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
by Antoine Pitrou
· 10 years ago
2b2852b
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
by Antoine Pitrou
· 10 years ago
e075f16
merge with 3.4
by Georg Brandl
· 10 years ago
35903c8
Sphinx extension: move imports to the module top
by Georg Brandl
· 10 years ago
dbbc3a9
merge with 3.4
by Georg Brandl
· 10 years ago
5aa761d
pyporting howto: fix link target
by Georg Brandl
· 10 years ago
c876cec
merge with 3.4
by Georg Brandl
· 10 years ago
884217c
distutils example: fix invalid rst in description string
by Georg Brandl
· 10 years ago
55c2ae8
merge with 3.4
by Georg Brandl
· 10 years ago
3b4cf55
rstlint: make the "html leaked markup" regex a bit less sensitive
by Georg Brandl
· 10 years ago
0b452c1
merge with 3.4
by Georg Brandl
· 10 years ago
ef08bde
minor markup fix: no inline markup is allowed in a module synopsis
by Georg Brandl
· 10 years ago
9ac894a
merge with 3.4
by Georg Brandl
· 10 years ago
2273b09
rstlint: we do not use svn anymore
by Georg Brandl
· 10 years ago
759a02c
merge with 3.4
by Georg Brandl
· 10 years ago
95988f9
rstlint: add more directives we use
by Georg Brandl
· 10 years ago
4f8e2a9
merge with 3.4
by Georg Brandl
· 10 years ago
eb9106c
Doc/contents: avoid false positive in rstlint
by Georg Brandl
· 10 years ago
dd6b84d
merge with 3.4
by Georg Brandl
· 10 years ago
f2b5651
rstlint: recognize "deprecated-removed" directive
by Georg Brandl
· 10 years ago
bbf3a40
merge with 3.4
by Georg Brandl
· 10 years ago
Next »