Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
21cc628e4cb0e2d8bffb99bd8d7fd2868b592983
21cc628
merge
by Brett Cannon
· 11 years ago
533f1ed
Add a missing parenthesis.
by Brett Cannon
· 11 years ago
b39567a
merge
by Brett Cannon
· 11 years ago
2cefb3c
Various tweaks to importlib docs.
by Brett Cannon
· 11 years ago
8be9039
Clean-up duplicated code in tests
by Eli Bendersky
· 11 years ago
4ace240
Clean-up duplicated code in tests
by Eli Bendersky
· 11 years ago
7b3022f
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 11 years ago
6dc32b3
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 11 years ago
19fef69
Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list.
by Antoine Pitrou
· 11 years ago
765f3cc
Fix test_bad_address on Ubuntu 13.04
by Antoine Pitrou
· 11 years ago
6b5a38c
Fix test_bad_address on Ubuntu 13.04
by Antoine Pitrou
· 11 years ago
3a65ad7
Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.
by Antoine Pitrou
· 11 years ago
3b84eae
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
by Vinay Sajip
· 11 years ago
e08b583
merge 3.3
by Benjamin Peterson
· 11 years ago
3b08a29
indicate that read/write work with bytes (closes #18009)
by Benjamin Peterson
· 11 years ago
6489d0b
merge fix for issue #17953
by Brett Cannon
· 11 years ago
8307075
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances.
by Senthil Kumaran
· 11 years ago
c3511c1
Issue #17953: document that sys.modules shouldn't be replaced (thanks
by Brett Cannon
· 11 years ago
dc3e6cc
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 11 years ago
27a4ac5
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 11 years ago
cbc77bb
merge from 3.3
by Senthil Kumaran
· 11 years ago
05ec6ac
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3
by Senthil Kumaran
· 11 years ago
c633f97
Merge issue 17844 from 3.3
by Nick Coghlan
· 11 years ago
650e322
Issue 17844: Clarify meaning of different codec tables
by Nick Coghlan
· 11 years ago
8f34da3
merge
by Raymond Hettinger
· 11 years ago
c1939b8
Issue #18031: %-formatting isn't dead yet and might pull through.
by Raymond Hettinger
· 11 years ago
6a00b6f
Issue #17532: merge
by Ned Deily
· 11 years ago
7f0882c
Issue #17532: Always include Options menu for IDLE on OS X.
by Ned Deily
· 11 years ago
965efe9
merge 3.3
by Benjamin Peterson
· 11 years ago
6724612
add test for inequality
by Benjamin Peterson
· 11 years ago
447b6e3
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 11 years ago
43e145b
Move a NEWS entity to a correct place.
by Serhiy Storchaka
· 11 years ago
66d53fa
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 11 years ago
549681c
Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
by Serhiy Storchaka
· 11 years ago
9e62d35
Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
by Serhiy Storchaka
· 11 years ago
80e1c43
Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.
by Giampaolo Rodola'
· 11 years ago
b3a5792
merge #17973: fix technical inaccuracy in faq entry (it now passes doctest).
by R David Murray
· 11 years ago
95ae992
#17973: fix technical inaccuracy in faq entry (it now passes doctest).
by R David Murray
· 11 years ago
3ee6dab
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
by Serhiy Storchaka
· 11 years ago
b10c71d
Backed out changeset c0f2b038fc12
by Charles-François Natali
· 11 years ago
c7c333d
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
by Charles-François Natali
· 11 years ago
87ff387
#14146: merge with 3.3.
by Roger Serwy
· 11 years ago
caf3024
#14146: Highlight source line while debugging on Windows.
by Roger Serwy
· 11 years ago
067e48b
Closes #17743: Merged fix from 3.3.
by Vinay Sajip
· 11 years ago
bfc8f26
Issue #17743: Now use extended syntax of set command in .bat files.
by Vinay Sajip
· 11 years ago
1eae223
Closes #17744: Merged fix from 3.3.
by Vinay Sajip
· 11 years ago
e254751
Issue #17744: Now unset VIRTUAL_ENV environment variable when deactivating.
by Vinay Sajip
· 11 years ago
de88c0d
Issue #18026: merge
by Ned Deily
· 11 years ago
ea3cfc5
Issue #18026: fix ctypes doc typo
by Ned Deily
· 11 years ago
8d89c2a
change AST codegen to use PyModule_AddIntMacro
by Benjamin Peterson
· 11 years ago
74ca886
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
by Charles-Francois Natali
· 11 years ago
d66b10e
Issue #17684: Fix some test_socket failures due to limited FD passing support
by Charles-Francois Natali
· 11 years ago
7c4f8da
Issue #17914: We can now inline _bsd_cpu_count().
by Charles-Francois Natali
· 11 years ago
d59087d
Issue #17914: Remove OS-X special-case, and use the correct int type.
by Charles-Francois Natali
· 11 years ago
cc00e01
test that the compiler support -Werror=statement-after-declaration before using it
by Benjamin Peterson
· 11 years ago
63f7290
Merge #17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
by R David Murray
· 11 years ago
bcf06d3
#17973: Add FAQ entry for ([],)[0] += [1] both extending and raising.
by R David Murray
· 11 years ago
2a9c8e8
#17955: minor updates to Functional howto
by Andrew Kuchling
· 11 years ago
44feda3
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
by Charles-Francois Natali
· 11 years ago
93c6770
#14097: merge with 3.3.
by Ezio Melotti
· 11 years ago
86aecc3
#14097: improve the "introduction" page of the tutorial.
by Ezio Melotti
· 11 years ago
d2cef8a
merge 3.3
by Benjamin Peterson
· 11 years ago
611d901
add recursive repr test
by Benjamin Peterson
· 11 years ago
a369923
Get rid of ugly code duplication for ElementTree.parse when the accelerator
by Eli Bendersky
· 11 years ago
e26fa1b
Add some testing to verify which module was imported in ET tests.
by Eli Bendersky
· 11 years ago
3a36756
Issue #17989: fix typo in error message
by Eli Bendersky
· 11 years ago
6a55dc3
Issue #17989: fix typo in error message
by Eli Bendersky
· 11 years ago
8687245
normalize whitespace
by Eli Bendersky
· 11 years ago
e6a951b
Cleanup even more dead code
by Eli Bendersky
· 11 years ago
c4e98a6
Cleanup more old ET library leftovers
by Eli Bendersky
· 11 years ago
46955b2
Issue #17988: remove unused alias for Element and rename the used one
by Eli Bendersky
· 11 years ago
fb62544
Clarify docs too: events can be any sequence (not that the C code supports it)
by Eli Bendersky
· 11 years ago
3a4fbd8
_elementtree.XMLParser._setevents should support any sequence, not just tuples
by Eli Bendersky
· 11 years ago
5b6616d
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 11 years ago
dc49b2b
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 11 years ago
c52d113
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 11 years ago
916fc7b
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 11 years ago
87aa7dc
Issue #17812: Fixed quadratic complexity of base64.b32encode().
by Serhiy Storchaka
· 11 years ago
2c3f2f1
Issue #17812: Fixed quadratic complexity of base64.b32encode().
by Serhiy Storchaka
· 11 years ago
fef34e3
Issue #17937: Try harder to collect cyclic garbage at shutdown.
by Antoine Pitrou
· 11 years ago
20c1cdd
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 11 years ago
08231a9
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 11 years ago
10e8c49
Re-enabled skipped test.
by Vinay Sajip
· 11 years ago
850800f
Merge.
by Richard Oudkerk
· 11 years ago
90a2427
Close file before reopening to keep Windows happy in test_sax.
by Richard Oudkerk
· 11 years ago
25296ce
Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format.
by Richard Oudkerk
· 11 years ago
31fb419
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
by Antoine Pitrou
· 11 years ago
636f93c
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
by Antoine Pitrou
· 11 years ago
1a8c3e2
Issue #17989: element_setattro returned incorrect error value.
by Eli Bendersky
· 11 years ago
ef9683b
Issue #17989: element_setattro returned incorrect error value.
by Eli Bendersky
· 11 years ago
163e982
Undo the deprecation of _asdict().
by Raymond Hettinger
· 11 years ago
4e0172f
Deprecate nametuple._asdict()
by Raymond Hettinger
· 11 years ago
8c03d83
merge
by Raymond Hettinger
· 11 years ago
587d3bf
Update docstring for _asdict() to indicate it is obsolete.
by Raymond Hettinger
· 11 years ago
4d94474
rewrite the parsing of field names to be more consistent wrt recursive expansion
by Benjamin Peterson
· 11 years ago
4895363
merge 3.3
by Benjamin Peterson
· 11 years ago
3e26939
FileIO.readall(): remove trailing space from an exception message
by Victor Stinner
· 11 years ago
af7260e
Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.
by Richard Oudkerk
· 11 years ago
d2b58a9
only recursively expand in the format spec (closes #17644)
by Benjamin Peterson
· 11 years ago
a29ac45
reset __class__, so multiple runs don't fail (closes #17999)
by Benjamin Peterson
· 11 years ago
Next »