Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.4
a7bf78d
news entry
by Georg Brandl
· 11 years ago
v3.3.4
cb63140
Issue #20374: delete spurious empty line
by Ned Deily
· 11 years ago
625895e
Issue #20374: Avoid compiler warnings when compiling readline with libedit.
by Ned Deily
· 11 years ago
c814025
Bump to 3.3.4 final
by Georg Brandl
· 11 years ago
87203d3
Post release update.
by Georg Brandl
· 11 years ago
dcdb98b
Added tag v3.3.4rc1 for changeset fa92f5f940c6
by Georg Brandl
· 11 years ago
4ca5655
Remove old tag.
by Georg Brandl
· 11 years ago
v3.3.4rc1
03f873d
.hgtouch: add a rule for Include/Python-ast.h
by Georg Brandl
· 11 years ago
a814533
Closes #19966: allow hgtouch to operate on a base dir that is != the repo root.
by Georg Brandl
· 11 years ago
92b1382
Added tag v3.3.4rc1 for changeset 7f32e55f161b
by Georg Brandl
· 11 years ago
18f2ce9
Bump to 3.3.4rc1.
by Georg Brandl
· 11 years ago
12e18c3
Update IDLE news from Misc/NEWS.
by Georg Brandl
· 11 years ago
bcf6924
doc: pydoc topic and suspicious markup update
by Georg Brandl
· 11 years ago
381c280
#20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue.
by Georg Brandl
· 11 years ago
c114353
#16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket
by Georg Brandl
· 11 years ago
f580d5b
update hosting faq
by Benjamin Peterson
· 11 years ago
a7184e6
Fix typo.
by Serhiy Storchaka
· 11 years ago
2d5a092
Issue #20384: Fix the test_tarfile test on Windows.
by Serhiy Storchaka
· 11 years ago
f0b463a
new plan: just remove typecasts (closes #20374)
by Benjamin Peterson
· 11 years ago
add94c9
Issue 20317: Remove debugging code from contextlib
by Nick Coghlan
· 11 years ago
5f6bf55
use new readline function types (closes #20374)
by Benjamin Peterson
· 11 years ago
bdf0cb5
Fixed test_user_command on OpenSolaris where floats can have different string
by Serhiy Storchaka
· 11 years ago
744135d
Issue #19936: Restored executable bits for several libffi files.
by Serhiy Storchaka
· 11 years ago
4b73016
Added test_user_command in test_tcl.
by Serhiy Storchaka
· 11 years ago
94338de
Issue #17390: Add Python version to Idle editor window title bar.
by Terry Jan Reedy
· 11 years ago
09761e7
Issue #20317: Don't create a reference loop in ExitStack
by Nick Coghlan
· 11 years ago
0e3b0e3
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
by Terry Jan Reedy
· 11 years ago
d5710f8
Issue #16638: Include up to 5 docstring header lines (before first blank) in
by Terry Jan Reedy
· 11 years ago
758fa5e
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
by Florent Xicluna
· 11 years ago
6b2e559
Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.
by Stefan Krah
· 11 years ago
715476d
Issue #16630: Make Idle calltips work even when __getattr__ raises.
by Terry Jan Reedy
· 11 years ago
65fd059
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
by Serhiy Storchaka
· 11 years ago
f7d2874
Issue #20301: Mention the correct KEY_* value as the default
by Zachary Ware
· 11 years ago
7ed509a
fix deprecated-removed directive with sphinx 1.2
by Georg Brandl
· 11 years ago
eed1661
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
by Terry Jan Reedy
· 11 years ago
681ede8
Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py.
by Terry Jan Reedy
· 11 years ago
30ffe7e
Issue #20222: file is no longer a builtin in 3.x.
by Terry Jan Reedy
· 11 years ago
39d798e
Issue #20311: Try to fix the unit test, use time.monotonic() instead of
by Victor Stinner
· 11 years ago
665486e
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
by Victor Stinner
· 11 years ago
9b7a1a1
Issue #20262: Warnings are raised now when duplicate names are added in the
by Serhiy Storchaka
· 11 years ago
7e52705
Issue #20315: Removed support for backward compatibility with early 2.x versions.
by Serhiy Storchaka
· 11 years ago
6c01e38
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
by Stefan Krah
· 11 years ago
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
Next »