Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1cfe009b96e500034faf923fff8bbf87a4c7e182
1cfe009
put notes in a ..note section
by Benjamin Peterson
· 11 years ago
f6ffb4b
document that a new Python thread context is created in ctypes callbacks (closes #6627)
by Benjamin Peterson
· 11 years ago
e83ed43
improve description of buffers argument for readv/writev (closes #17811)
by Benjamin Peterson
· 11 years ago
a96860c
correct news entry for #18574
by Benjamin Peterson
· 11 years ago
3836593
add Nikolaus Rath to ACKS
by Benjamin Peterson
· 11 years ago
0442423
fix handling of 100-continue status code (closes #18574)
by Benjamin Peterson
· 11 years ago
4295353
#19855: restore use of LC_ALL, not LC_MESSAGES
by R David Murray
· 11 years ago
ff97b08
Issue #20270: urllib.urlparse now supports empty ports.
by Serhiy Storchaka
· 11 years ago
e413cde
Issue #20244: Fixed possible file leaks when unexpected error raised in
by Serhiy Storchaka
· 11 years ago
c2d0142
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
by Serhiy Storchaka
· 11 years ago
9fbec7a
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
by Serhiy Storchaka
· 11 years ago
53ad0cd
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
by Serhiy Storchaka
· 11 years ago
af69fe2
rm extra whitespace
by Benjamin Peterson
· 11 years ago
eacec1c
link to builtin open not io.open
by Benjamin Peterson
· 11 years ago
3d8814e
describe type of Popen streams (closes #17814)
by Benjamin Peterson
· 11 years ago
c3cf97b
Issue #20265: Updated some parts of the Using Windows document.
by Zachary Ware
· 11 years ago
f348909
avoid a compiler warning about assigning const char * to char *.
by Gregory P. Smith
· 11 years ago
1093bf2
sort os.listxattr results before comparing it to avoid depending on the
by Gregory P. Smith
· 11 years ago
eb14dec
Added example to recently added cookbook entry.
by Vinay Sajip
· 11 years ago
6f8e81a
Fix some typos/grammar in current sections of NEWS.
by Zachary Ware
· 11 years ago
9fc0e99
Issue #20266: Update parts of the Windows FAQ
by Zachary Ware
· 11 years ago
7f470d0
Issue #19936: Remove executable bits from C source files and several forgotten
by Serhiy Storchaka
· 11 years ago
aea79dd
Merge heads
by Serhiy Storchaka
· 11 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 11 years ago
2989f58
linkify chain.from_iterable (closes #20272)
by Benjamin Peterson
· 11 years ago
216e47d
update pysqlite website (closes #20278)
by Benjamin Peterson
· 11 years ago
1654040
Issue #19936: Disable shebang lines in order to prevent using a random
by Stefan Krah
· 11 years ago
cbefe3b
Added cookbook entry on alternative formatting styles.
by Vinay Sajip
· 11 years ago
350e623
Clarified documentation note on module-level convenience functions.
by Vinay Sajip
· 11 years ago
71337cb
Issue #20255: Update the about and bugs pages.
by Zachary Ware
· 11 years ago
9774ce0
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
by Zachary Ware
· 11 years ago
26d5fab
Fix typo. Found by David Pesta on docs@.
by Zachary Ware
· 11 years ago
2d130367
Fix typo. Found by David Pesta on docs@.
by Zachary Ware
· 11 years ago
8bd656d
Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5.
by Georg Brandl
· 11 years ago
bd1d12e
add test for #20251
by Benjamin Peterson
· 11 years ago
a677d76
remove overly strict assertion (closes #20251)
by Benjamin Peterson
· 11 years ago
9cb33b7
correct defaultdict signature in docstring (closes #20250)
by Benjamin Peterson
· 11 years ago
5688222
merge 3.2 (#20246)
by Benjamin Peterson
· 11 years ago
fbf648e
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
by Benjamin Peterson
· 11 years ago
80602e0
Fix typo.
by Zachary Ware
· 11 years ago
1fd1202
Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles.
by Vinay Sajip
· 11 years ago
66c9350
#20236: Fix sphinx markup.
by R David Murray
· 11 years ago
2313e15
#20206, #5803: more efficient algorithm that doesn't truncate output.
by R David Murray
· 11 years ago
2a3d7d1
Test the open of non-exitent tarfile in all modes.
by Serhiy Storchaka
· 11 years ago
6cbc5f7
Fixed typo.
by Serhiy Storchaka
· 11 years ago
939e2db
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
by Senthil Kumaran
· 11 years ago
0abbe8c
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
by Serhiy Storchaka
· 11 years ago
55c9e03
merge heads
by Georg Brandl
· 11 years ago
6392ad9
Doc: update Sphinx toolchain also in make.bat
by Georg Brandl
· 11 years ago
b4cbb92
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
by Senthil Kumaran
· 11 years ago
5636eb7
Update Sphinx toolchain.
by Georg Brandl
· 11 years ago
2f26c22
tkinter.Text.debug() now always returns 0/1.
by Serhiy Storchaka
· 11 years ago
02d5db2
Fixed the serve.py script.
by Serhiy Storchaka
· 11 years ago
e0837a0
Try to fix some ttk tests. Error messages were changed in 8.6b3.
by Serhiy Storchaka
· 11 years ago
4637538
fix build when SCHED_SPORADIC is defined (closes #20217)
by Benjamin Peterson
· 11 years ago
cce440f
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
by Serhiy Storchaka
· 11 years ago
4847e4e
Issue #19886: Use better estimated memory requirements for bigmem tests.
by Serhiy Storchaka
· 11 years ago
f451112
Issue #13107: argparse and optparse no longer raises an exception when output
by Serhiy Storchaka
· 11 years ago
32c4915
Try to fix test_ssl failures on some buildbots
by Antoine Pitrou
· 11 years ago
2f7c316
Remove conditional: it is useless at this point (OpenSSL headers are not yet included)
by Antoine Pitrou
· 11 years ago
cd3d7ca
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
by Antoine Pitrou
· 11 years ago
1064a13
Do not reset the line number because we already set file position to correct
by Serhiy Storchaka
· 11 years ago
50b82c7
clear zip stat cache after each ref leak run
by Benjamin Peterson
· 11 years ago
768c16c
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 11 years ago
21e7d4c
fix zipimport ref leak
by Benjamin Peterson
· 11 years ago
5ce3f10
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
by Serhiy Storchaka
· 11 years ago
78ee328
Fix verb tense in base64 docs, and the phrasing of a news entry.
by R David Murray
· 11 years ago
cd5ca6a
Issue #20113: Fix test_posix on OpenIndiana
by Victor Stinner
· 11 years ago
57ddf78
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
by Victor Stinner
· 11 years ago
2bcbc14
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
by Gregory P. Smith
· 11 years ago
a21acb5
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
by Serhiy Storchaka
· 11 years ago
0455c3f
Whitespace.
by Stefan Krah
· 11 years ago
8d805d7
Regenerate python34stub.def.
by Martin v. Löwis
· 11 years ago
7476289
Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
by Martin v. Löwis
· 11 years ago
002033e
correct word for __annotations__ doc (closes #20110)
by Benjamin Peterson
· 11 years ago
12e930f
#17282: Document unittest.main defaultTest argument.
by R David Murray
· 11 years ago
3e6ab17
avoid parameter name clash (closes #20108)
by Benjamin Peterson
· 11 years ago
3a990c6
remove brackets
by Benjamin Peterson
· 11 years ago
487aedb
Issue #20101: Allow test_monotonic to pass on Windows machines on which
by Zachary Ware
· 11 years ago
6a31b0f
Issue #18829: Add tests for the csv module for invalid characters (delimiter,
by Victor Stinner
· 11 years ago
5f8d485
parser: fix usage of Py_BuildValue() to build a parser error
by Victor Stinner
· 11 years ago
cb0613b
Update copyright dates in Mac plists.
by Ned Deily
· 11 years ago
fa10ae0
update copyright year
by Benjamin Peterson
· 11 years ago
3f48ac9
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
by Antoine Pitrou
· 11 years ago
b075cc0
Clarify the wording of a news entry.
by R David Murray
· 11 years ago
340a692
str subclasses may have non-empty __slots__, bytes subclasses can't.
by Zachary Ware
· 11 years ago
b6fac24
Backporing the fix from Issue #12692
by Senthil Kumaran
· 11 years ago
3e86ba4
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
by Antoine Pitrou
· 11 years ago
ecff5e5
#18116: backport fix to 3.3 since real-world failure mode demonstrated.
by R David Murray
· 11 years ago
5eb0153
Issue #20027: Fixed locale aliases for devanagari locales.
by Serhiy Storchaka
· 11 years ago
d97c01f
Issue #20067: Tkinter variables now work when wantobjects is false.
by Serhiy Storchaka
· 11 years ago
e80e806
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
by Zachary Ware
· 11 years ago
a1de906
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.
by Serhiy Storchaka
· 11 years ago
cc4290b
Issue #19320: test_tcl no longer fails when wantobjects is false.
by Serhiy Storchaka
· 11 years ago
848972c
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
by Serhiy Storchaka
· 11 years ago
0fd5576
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
by Serhiy Storchaka
· 11 years ago
f47036c
Removed spaces before colons and semicolons.
by Serhiy Storchaka
· 11 years ago
55c6cc4
Issue #20033: makelocalealias.py now works with non-ASCII locales and produces
by Serhiy Storchaka
· 11 years ago
a4d170d
Removed spaces before commas and periods.
by Serhiy Storchaka
· 11 years ago
eaedaec
update Barry's email (#19563)
by Benjamin Peterson
· 11 years ago
Next »