Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a3bc779fb11b808ce3954f7093ae6c3707a834ee
a3bc779
Add VS 9 project file for _sha3 module
by Christian Heimes
· 12 years ago
78a59a6
Merge #14398: Fix size truncation and overflow bugs in bz2 module.
by Nadeem Vawda
· 12 years ago
18b7fcc
Merge #14398: Fix size truncation and overflow bugs in bz2 module.
by Nadeem Vawda
· 12 years ago
5f8f0d6
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
by Nadeem Vawda
· 12 years ago
bd26b54
Issue #12692: Fix resource leak in urllib.request.
by Nadeem Vawda
· 12 years ago
ca4a525
Build the _sha3 module with VS 2008.
by Antoine Pitrou
· 12 years ago
da201fa
Try to fix issue #16264 (test_logging failure on some buildbots).
by Antoine Pitrou
· 12 years ago
186370b
Issue #16034 follow-up: Apply optimizations to the lzma module.
by Nadeem Vawda
· 12 years ago
06eecea
Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
by Antoine Pitrou
· 12 years ago
d3a3e64
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 12 years ago
5508412
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 12 years ago
66510fe
Fix whacky spacking in test_wsgiref
by Antoine Pitrou
· 12 years ago
ae247a5
Issue #16220: wsgiref now always calls close() on an iterable response.
by Antoine Pitrou
· 12 years ago
777d0c5
Merge PEP name fix with 3.3.
by Ezio Melotti
· 12 years ago
8cd45bd
Fix PEP name.
by Ezio Melotti
· 12 years ago
353af29
Merge typo fix with 3.3.
by Ezio Melotti
· 12 years ago
1f67e80
Fix typo.
by Ezio Melotti
· 12 years ago
d5050b3
Merge indentation fixes with 3.3.
by Ezio Melotti
· 12 years ago
b24d3cf
Fix indentation (or Sphinx will think these are attributes of ConnectionError).
by Ezio Melotti
· 12 years ago
6f7b0da
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
by Antoine Pitrou
· 12 years ago
257c132
Issue #10405: merge from 3.3
by Ned Deily
· 12 years ago
d2cc1bb
Issue #10405: merge from 3.2
by Ned Deily
· 12 years ago
2778d0d
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 12 years ago
13b1547
Merge punctuation fixes with 3.3.
by Ezio Melotti
· 12 years ago
76e7ea5
Fix punctuation.
by Ezio Melotti
· 12 years ago
022b6d2
Merge "seealso" change with 3.3.
by Ezio Melotti
· 12 years ago
36e01df
Move note about the implementation in the "seealso".
by Ezio Melotti
· 12 years ago
5ee2404
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
by Mark Dickinson
· 12 years ago
aaa2883
Merge from 3.3
by Nick Coghlan
· 12 years ago
40c6773
Fix typo in example (pointed out by a couple of people, most recently Ken Rimey)
by Nick Coghlan
· 12 years ago
fe54fd5
Propagate dummy merge from 3.3
by Nick Coghlan
· 12 years ago
903c316
Dummy merge from 3.2
by Nick Coghlan
· 12 years ago
557c76c
Fix compilation on Windows
by Nick Coghlan
· 12 years ago
8d3069a
Merge wrong escape removal with 3.3.
by Ezio Melotti
· 12 years ago
5b69fbd
Remove wrong escape in code snippet.
by Ezio Melotti
· 12 years ago
359fc8e
Propagate dummy merge from 3.3
by Nick Coghlan
· 12 years ago
55062e3
Dummy merge from 3.2
by Nick Coghlan
· 12 years ago
62b4136
Fix broken test and replace redundant generator with a tuple
by Nick Coghlan
· 12 years ago
f3cf34c
Propagate dummy merge from 3.3
by Nick Coghlan
· 12 years ago
059e37f
Dummy merge from 3.2
by Nick Coghlan
· 12 years ago
c71b4c7
Issue #6074: Actually delete the source file in the test as intended
by Nick Coghlan
· 12 years ago
324c9fa
Merge from 3.3
by Nick Coghlan
· 12 years ago
11d752e
Remove unused import
by Nick Coghlan
· 12 years ago
d4f5ad6
Merge fix from #6074 from 3.3
by Nick Coghlan
· 12 years ago
eb8d627
Issue #6074: Apply an appropriate fix for importlib based imports
by Nick Coghlan
· 12 years ago
0772398
Propagate dummy merge from 3.3
by Nick Coghlan
· 12 years ago
90eb8ae
Dummy merge from 3.2, as that approach to resolving #6074 is not applicable to importlib
by Nick Coghlan
· 12 years ago
34937ce
Issue #6074: Forward port Windows read-only source file fix from 2.7
by Nick Coghlan
· 12 years ago
2d51f68
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 12 years ago
b0cc912
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 12 years ago
89e9285
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 12 years ago
edbe30c
Merge with 3.3
by Georg Brandl
· 12 years ago
2ee776b
Fix merging mistake.
by Georg Brandl
· 12 years ago
5d590d8
Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy)
by Ned Deily
· 12 years ago
bfbf3f1
Issue #16226: Fix IDLE Path Browser crash. (Patch by Roger Serwy)
by Ned Deily
· 12 years ago
e453e4c
Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr.
by Mark Dickinson
· 12 years ago
74375fc
Followup to issue #15958: add join.h to Makefile dependencies for byte strings
by Antoine Pitrou
· 12 years ago
5cb6591
Issue #16277: merge fix from 3.3
by Mark Dickinson
· 12 years ago
44362a8
Issue #16277: merge fix from 3.2
by Mark Dickinson
· 12 years ago
9104479
Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long).
by Mark Dickinson
· 12 years ago
56d279f
Merge from 3.3: clarify universal-newline wording in tutorial (issue #16266).
by Chris Jerdonek
· 12 years ago
206f962
Merge from 3.2: clarify universal-newline wording in tutorial (issue #16266).
by Chris Jerdonek
· 12 years ago
5bf7f1f
Clarify universal-newline wording in tutorial (issue #16266).
by Chris Jerdonek
· 12 years ago
f17512f
Merge heads.
by Trent Nelson
· 12 years ago
dd35500
Merge heads.
by Trent Nelson
· 12 years ago
c786498
Merge issue #15298.
by Trent Nelson
· 12 years ago
ecbe2a9
Issue #15298: refactor previous fix from 66959d419369.
by Trent Nelson
· 12 years ago
743e0cd
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
by Christian Heimes
· 12 years ago
1e9af84
merge heads
by Andrew Svetlov
· 12 years ago
e60983e
merge heads
by Andrew Svetlov
· 12 years ago
6b2a28a
null merge
by Andrew Svetlov
· 12 years ago
72db18c
null merge
by Andrew Svetlov
· 12 years ago
0dccbe1
null merge
by Andrew Svetlov
· 12 years ago
41695b6
Merge issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 12 years ago
2365f41
Merge issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 12 years ago
abfc7df
Issue #9583: Document startup option/environment interaction.
by Andrew Svetlov
· 12 years ago
e9631e5
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 12 years ago
31605ac
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 12 years ago
1eff0fc
Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 12 years ago
a3f862e
Merge issue #16265: Fix collapsing of code sample in tutorial.
by Andrew Svetlov
· 12 years ago
65b4b40
Merge issue #16265: Fix collapsing of code sample in tutorial.
by Andrew Svetlov
· 12 years ago
e9cf97c
Issue #16265: Fix collapsing of code sample in tutorial.
by Andrew Svetlov
· 12 years ago
284529d
test_logging.py: where needed use unittest's assertGreater, assertLesser, assertIs rather than assertTrue (also in order to debug issue 16264)
by Giampaolo Rodola'
· 12 years ago
b4e4c92
Issue #16257: make test_create_connection() handle ENETUNREACH.
by Trent Nelson
· 12 years ago
016884c
Issue #16257: make test_create_connection() handle ENETUNREACH.
by Trent Nelson
· 12 years ago
45bb613
Issue #16257: make test_create_connection() handle ENETUNREACH.
by Trent Nelson
· 12 years ago
9a537a6
Issue #15819: use standard autoconf preset output variables.
by Trent Nelson
· 12 years ago
5595ab5
Issue #15819: use standard autoconf preset output variables.
by Trent Nelson
· 12 years ago
739fc54
Issue #15819: use standard autoconf preset output variables.
by Trent Nelson
· 12 years ago
b21099a
Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
by Trent Nelson
· 12 years ago
ee528cc
Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.
by Trent Nelson
· 12 years ago
42da889f
merge for issue #16160: Subclass support now works for types.SimpleNamespace.
by Eric Snow
· 12 years ago
547298c
Close #16160: Subclass support now works for types.SimpleNamespace. Thanks to RDM for noticing.
by Eric Snow
· 12 years ago
4d289a2
Merge: A couple more whatsnew updates.
by R David Murray
· 12 years ago
e54c718
A couple more whatsnew updates.
by R David Murray
· 12 years ago
8261f83
Merge for issue #15744: add tests for the writelines() method of file objects.
by Antoine Pitrou
· 12 years ago
0c7081a
Merge for issue #15744: add tests for the writelines() method of file objects.
by Antoine Pitrou
· 12 years ago
3ed2cb5
Also add tests for TextIOWrapper.writelines() (issue #15744).
by Antoine Pitrou
· 12 years ago
131a489
Add tests for the writelines() method of file objects.
by Antoine Pitrou
· 12 years ago
d0ad0b3
Reformat _tkinter code to follow PEP7
by Andrew Svetlov
· 12 years ago
Next »