Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.1rc1
/
Misc
a809e4a
merge with upstream 3.3 branch
by Georg Brandl
· 12 years ago
v3.3.1rc1
cc0b927
Issue #17425: Build with openssl 1.0.1d on Windows.
by Martin v. Löwis
· 12 years ago
945c3bb
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
by doko@ubuntu.com
· 12 years ago
a1b9ed3
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
a1ed539
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
by Gregory P. Smith
· 12 years ago
d08d0b1
Bump to 3.3.1rc1.
by Georg Brandl
· 12 years ago
0a1bc11
Fix suspicious markup in the docs.
by Georg Brandl
· 12 years ago
daa42c7
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
9b862b9
Issue #17521: Merged fix from 3.2.
by Vinay Sajip
· 12 years ago
68b4cc8
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
by Vinay Sajip
· 12 years ago
e29dd24
Merged Misc/NEWS update for #17508.
by Vinay Sajip
· 12 years ago
a4cfd60
Updated Misc/NEWS with #17508.
by Vinay Sajip
· 12 years ago
1621d77
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by doko@ubuntu.com
· 12 years ago
d5537d0
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
by doko@ubuntu.com
· 12 years ago
bd2d30c
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
by Victor Stinner
· 12 years ago
f1a40b4
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
by R David Murray
· 12 years ago
d312c74
#5713: Handle 421 error codes during sendmail by closing the socket.
by R David Murray
· 12 years ago
3cc791c
merge from 3.2
by Gregory P. Smith
· 12 years ago
cca8507
merge heads in 3.3
by Gregory P. Smith
· 12 years ago
dd35162
merge heads in 3.2
by Gregory P. Smith
· 12 years ago
0408bf9
Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
by Gregory P. Smith
· 12 years ago
779dab9
Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.
by R David Murray
· 12 years ago
f5d7cc2
#8862: Fix curses cleanup with getchar is interrupted by a signal.
by R David Murray
· 12 years ago
7889944
Merge: #17443: Fix buffering in IMAP4_stream.
by R David Murray
· 12 years ago
fcb6d6a
#17443: Fix buffering in IMAP4_stream.
by R David Murray
· 12 years ago
52dfc74
#17476: make allmethods actually return all methods.
by R David Murray
· 12 years ago
9929bc5
#17476: make allmethods actually return all methods.
by R David Murray
· 12 years ago
029273f
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
by Gregory P. Smith
· 12 years ago
f3a1b6e
Merge #17448: Make test_sax skip if there are no xml parsers.
by R David Murray
· 12 years ago
a846f5a
#17448: Make test_sax skip if there are no xml parsers.
by R David Murray
· 12 years ago
3e2fe05
Issue #16880: _imp.load_dynamic() is not defined on a platform that
by Brett Cannon
· 12 years ago
1eec53d
Issue #16389: Fixed an issue number in previos commit.
by Serhiy Storchaka
· 12 years ago
a99dfd1
Issue #16389: Fixed an issue number in previos commit.
by Serhiy Storchaka
· 12 years ago
969ff72
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
by Serhiy Storchaka
· 12 years ago
0f606a6
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
by Serhiy Storchaka
· 12 years ago
e5e7a7c
#11420: merge with 3.2.
by Ezio Melotti
· 12 years ago
c28f6fa
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters.
by Ezio Melotti
· 12 years ago
58e1e50
typo
by Terry Jan Reedy
· 12 years ago
b73ac54
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
by Terry Jan Reedy
· 12 years ago
743c85a
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
by Terry Jan Reedy
· 12 years ago
8093d6f
Merge: #17431: Fix missing import of BytesFeedParser in email.parser.
by R David Murray
· 12 years ago
612528d
#17431: Fix missing import of BytesFeedParser in email.parser.
by R David Murray
· 12 years ago
ad6b28c
Merge with 3.2: issue #17047 news entry
by Terry Jan Reedy
· 12 years ago
4b3975b
Issue #17047: Add news entry
by Terry Jan Reedy
· 12 years ago
a9d24e6
Issue #1285086: Get rid of the refcounting hack and speed up
by Serhiy Storchaka
· 12 years ago
8ea4616
Issue #1285086: Get rid of the refcounting hack and speed up
by Serhiy Storchaka
· 12 years ago
220391f
#17368: merge with 3.2.
by Ezio Melotti
· 12 years ago
a7d64a6
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
by Ezio Melotti
· 12 years ago
72cdb5c
Issue #11367: fix documentation of some find* methods in ElementTree
by Eli Bendersky
· 12 years ago
7343cb0
Issue #11367: fix documentation of some find* methods in ElementTree
by Eli Bendersky
· 12 years ago
0fb37ea
#17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
c9cfcf1
#17351: merge with 3.2.
by Ezio Melotti
· 12 years ago
af8838f
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
by Ezio Melotti
· 12 years ago
3300878
#11963: merge with 3.2.
by Ezio Melotti
· 12 years ago
42a541b
#11963: remove human verification from test_parser and test_subprocess.
by Ezio Melotti
· 12 years ago
b7e6b89
Touch up the Python 2 to 3 porting guide
by Brett Cannon
· 12 years ago
adecf3f
Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
by Terry Jan Reedy
· 12 years ago
b6f1d64
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
9cbcc2f
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
addb0be
Merge: #14645: Generator now emits correct linesep for all parts.
by R David Murray
· 12 years ago
e67c6c5
#14645: Generator now emits correct linesep for all parts.
by R David Murray
· 12 years ago
0e7ec44
Merge typo fix in Misc/NEWS entry from 3.2.
by Ezio Melotti
· 12 years ago
697e7ba
Fix typo in Misc/NEWS entry.
by Ezio Melotti
· 12 years ago
1f38621
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
by Ezio Melotti
· 12 years ago
7d82c86
Close #15465: Document C API version macros
by Nick Coghlan
· 12 years ago
25a4045
#11732: add a new suppress_crash_popup() context manager to test.support.
by Ezio Melotti
· 12 years ago
884f058
Reverting the changeset 5d76a4746d9d made for Issue #12921
by Senthil Kumaran
· 12 years ago
1e7551d
Reverting the changeset 5126e62c60af made for Issue #12921
by Senthil Kumaran
· 12 years ago
c37f835
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
3fb066d
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
31584e3
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
44d5214
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
b1efa53
fix possible setdefault refleak (closes #17328)
by Benjamin Peterson
· 12 years ago
ad246bf
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
by Nadeem Vawda
· 12 years ago
7b39b9b
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
by Nadeem Vawda
· 12 years ago
255bf5b
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
by Gregory P. Smith
· 12 years ago
bce9a5d
#17334: test_index now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
02bf701
#17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
f79493b
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
520378f
#17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
79333db
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
by Chris Jerdonek
· 12 years ago
13fb979
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
by Chris Jerdonek
· 12 years ago
1cb0cb2
#17296: backport fix for issue 1692335, naive exception pickling.
by R David Murray
· 12 years ago
e601fb0
#17304: test_hash now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
1ed6be3
#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
5b8a324
Merge
by Richard Oudkerk
· 12 years ago
7aaa1ef
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
by Richard Oudkerk
· 12 years ago
29ec595
Issue #17223: array module: Fix a crasher when converting an array containing
by Victor Stinner
· 12 years ago
d21b58c
Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
by Victor Stinner
· 12 years ago
9f10f56
Merge #17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
67bfe80
#17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
e766c74
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
0362b54
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
6d61eaa
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
7a05113
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
7de72ad
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
by Petri Lehtinen
· 12 years ago
905b648
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
by Petri Lehtinen
· 12 years ago
e2c1147
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
ee4a20b
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
3c75a48
Issue #8890: Stop advertising an insecure use of /tmp in docs
by Petri Lehtinen
· 12 years ago
Next »