Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
f20cf94 move helper function into its test method (closes #19112) 29 September 2013, 15:08:04 UTC
0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. 28 September 2013, 23:48:40 UTC
a094f04 fix duplicate test names (closes #19115) Patch by Xavier de Gaye. 28 September 2013, 19:12:37 UTC
cfa5574 Issue #18950: Fix miscellaneous bugs in the sunau module. Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now correctly updates current file position. Au_read and Au_write now correctly work with file object if start file position is not a zero. 28 September 2013, 18:31:36 UTC
d9836eb null merge 25 September 2013, 14:42:27 UTC
d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola. with test fixes by Serhiy Storchaka. 25 September 2013, 13:36:58 UTC
212f4b7 null merge 22 September 2013, 20:26:09 UTC
4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit line length. Patch by Emil Lind. 22 September 2013, 20:07:09 UTC
a63231a Closes #19043: remove detailed listing of versions from license files Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for every new minor release. 22 September 2013, 09:45:02 UTC
110953d Closes #19061: make shelve security warning consistent between 2.x and 3.x. 22 September 2013, 09:43:10 UTC
254a377 This check can still fail on RHEL6 22 September 2013, 09:36:09 UTC
60bf0e4 Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 and older binaries. 20 September 2013, 18:25:53 UTC
f1c1cd9 Merge #14984: only import pwd on POSIX. 18 September 2013, 12:50:11 UTC
9e27eda #14984: only import pwd on POSIX. 18 September 2013, 12:49:25 UTC
c64566e #19037: adjust file times *before* moving maildir files into place. This avoids race conditions when other programs are monitoring the maildir directory. Patch by janzert. 18 September 2013, 12:35:45 UTC
ba58e1d Merge: Add versionchanged for #14984, remove extra blank from string. 18 September 2013, 00:10:23 UTC
137b572 Add versionchanged for #14984, remove extra blank from string. 18 September 2013, 00:08:09 UTC
e4818f6 Remove the use of non-existing re.ASCII. (fixes a regression in 3d46ef0c62c5, issue #18873) 17 September 2013, 07:09:08 UTC
e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python source code encoding only in comment lines. 16 September 2013, 21:00:46 UTC
74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. 16 September 2013, 18:32:54 UTC
4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement. 16 September 2013, 17:48:44 UTC
e207e38 Close #18945: Add tests for tempfile name collision handling. Patch by Vlad Shcherbina 15 September 2013, 19:08:14 UTC
35532c8 Null merge with 2.6 15 September 2013, 17:24:05 UTC
503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). The SSLFakeFile.readline() method needs to support limiting readline() as well. It's not a full emulation of readline()'s signature, but this class is only used by smtplib's code, so it doesn't have to be. Modified version of original patch by Christian Heimes. 15 September 2013, 17:11:47 UTC
39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError 15 September 2013, 05:17:39 UTC
bf7e865 #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew). 13 September 2013, 20:52:12 UTC
802fa39 Fix markup in email.parser docs. 13 September 2013, 19:55:08 UTC
36c3368 #18951: use consistent names in unittest docs. 13 September 2013, 19:17:40 UTC
d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. Patch contributed by Vajrasky Kok. Addresses Issue #17324 13 September 2013, 07:18:55 UTC
b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. 13 September 2013, 04:52:00 UTC
5d253ef Automated merge with file:///Users/skumaran/python/cpython 12 September 2013, 05:56:34 UTC
37851d0 Improve the docstring of random.shuffle. Inform users not to provide int arg. Addresses issue #14927 12 September 2013, 05:52:58 UTC
e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. 11 September 2013, 19:49:06 UTC
b65685f Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew. 10 September 2013, 05:38:58 UTC
8fdd9de Docstring typo fix: Arithmentic -> Arithmetic. 09 September 2013, 09:32:08 UTC
7d12ca5 Fix a typo. (closes #18953) 08 September 2013, 17:43:16 UTC
9402533 Fixed tests with Tcl/Tk <8.5 (closes #18964). 08 September 2013, 17:32:56 UTC
023c3e7 Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. Addresses issue #18438 08 September 2013, 06:18:53 UTC
050e9e5 Closes issue 14971. unittest test discovery no longer gets confused when a function has a different __name__ than its name in the TestCase class dictionary. 08 September 2013, 03:34:27 UTC
cb7e5fa Correct Profile class usage example. Addresses issue #18033 . Patch contributed by Olivier Hervieu and Dmi Baranov. 08 September 2013, 00:50:35 UTC
2646e67 os.isatty is not Unix only. Correct the wrong documentation. Addresses issue #18553 07 September 2013, 18:27:45 UTC
ad54307 #18895: split a sentence in unittest docs. 07 September 2013, 12:23:36 UTC
2676583 #18894: remove mention of deprecated fail* methods. 07 September 2013, 12:19:30 UTC
8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina. 06 September 2013, 13:17:15 UTC
fb03696 Issue #18941: Respected delay when doing rollover. 06 September 2013, 09:24:08 UTC
6d7e296 Issue #18940: Handled low-volume logging when delay is True. 06 September 2013, 09:09:45 UTC
6971f2e Issue #18933: Added links to source code. 05 September 2013, 21:57:20 UTC
cf29ba8 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in the _sre moduel. 05 September 2013, 15:02:57 UTC
2984f2b Merge heads 05 September 2013, 14:30:56 UTC
6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even when input list contains duplicates. 05 September 2013, 14:28:10 UTC
5eb6e3b Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case 05 September 2013, 14:05:50 UTC
ed9884b Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in GEN_EMAIL/GEN_URI/GEN_DNS case 05 September 2013, 14:04:35 UTC
930c3c9 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast 64-bit pointer to long (32 bits). 04 September 2013, 22:26:15 UTC
213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray. 04 September 2013, 18:46:33 UTC
ab70a7d Null merge of 2.6 into 2.7. Changeset 25683ceaf341 left a new head on 2.6. 03 September 2013, 16:39:06 UTC
e6802db Close #18912: Fix indentation in docstring Contributed by Jeroen Van Goey 03 September 2013, 13:41:58 UTC
bde2985 Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VERSION 03 September 2013, 12:47:00 UTC
b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) 01 September 2013, 23:06:35 UTC
71b2ded Silence deprecation warning in test_mmap for ValueError.message. Replacement is from 3.3, with 'p' added to make '...Regexp'. 01 September 2013, 01:14:00 UTC
0c534a4 Silence deprecation warning in test_unittest for 'None > 1'. This is the same change that was made in 3.x when this became an error. 01 September 2013, 00:37:21 UTC
4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster. 31 August 2013, 20:27:08 UTC
33fc744 Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting. 30 August 2013, 21:38:13 UTC
30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. Patch by A. Jesse Jiryu Davis. 30 August 2013, 21:30:50 UTC
b2fa280 Merge. 29 August 2013, 17:26:12 UTC
5aac8b7 Issue #18643: Fix some test_socket failures due to large default socket buffer sizes. 29 August 2013, 17:00:30 UTC
6d5bd52 Issue #18743: Improved cross-references to the StringIO class. 29 August 2013, 08:44:44 UTC
7653e26 Issue #18760: Improved cross-references in the xml package. 29 August 2013, 07:34:23 UTC
08350fb #18839: document that sys.exit() will not accept a non-integer numeric value as exit status. 26 August 2013, 11:00:39 UTC
6d0f0f2 #18803: fix more typos. Patch by Févry Thibault. 25 August 2013, 22:31:30 UTC
290c6b3 #18833: add a test for test_telnetlib. Patch by Alex Volkov. 25 August 2013, 20:56:43 UTC
a8ceef4 Null merge of 2.6 into 2.7. Changeset 50803d881a92 left a new dangling head on 2.6, and the change was applied separately to 2.7 in changeset 1cd24ea5abeb. 25 August 2013, 16:53:55 UTC
b004200 Merge. 25 August 2013, 16:27:34 UTC
4c53314 Issue #18763: subprocess: The file descriptors are now closed after calling the preexec_fn callback, which may open file descriptors. 25 August 2013, 16:22:49 UTC
879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. 25 August 2013, 16:12:33 UTC
42831fe Issue #11973: Fix a problem in kevent. The flags and fflags fields are now properly handled as unsigned. 25 August 2013, 12:57:00 UTC
a0c8373 Fix test 25 August 2013, 12:44:27 UTC
8ee5ffd Issue #18747: Fix spelling errors in my commit message and comments, thanks to Vajrasky Kok for proof-reading. 25 August 2013, 12:19:16 UTC
8f65ef8 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 25 August 2013, 12:12:41 UTC
f869a94 Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger 25 August 2013, 12:12:41 UTC
59a06f5 Various clarifications based on feedback & questions over the years. 24 August 2013, 20:15:19 UTC
e758715 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess 24 August 2013, 18:52:27 UTC
c8f26f5 Issue #18757: Improved cross-references in the concurrent package. 23 August 2013, 21:28:38 UTC
6c61a5a #18798: fix typo in test_fcntl. Patch by Vajrasky Kok. 23 August 2013, 20:06:31 UTC
537f156 null merge with 2.6 23 August 2013, 17:38:02 UTC
82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for `rfc822Name` (email), `dNSName` (DNS) and `uniformResourceIdentifier` (URI). 23 August 2013, 17:26:49 UTC
78cc8da Add line explaining the "%sort" test. 22 August 2013, 23:32:53 UTC
b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. 22 August 2013, 14:53:16 UTC
2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj argument. This is needed for support Tcl/Tk 8.6. 22 August 2013, 14:42:45 UTC
ac64164 Issue #18747: Update Misc/NEWS to reflect the latest changeset. 22 August 2013, 11:22:37 UTC
1d0f73d Issue #18747: Use a parent atfork handler instead of a child atfork handler. fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue. 22 August 2013, 11:19:48 UTC
78254dc Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. 21 August 2013, 22:39:46 UTC
4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings and tuples in the tkinter module. 21 August 2013, 18:46:12 UTC
b817faa Issue #15233: Python now guarantees that callables registered with the atexit module will be called in a deterministic order. 21 August 2013, 16:25:00 UTC
8df3df4 merge 21 August 2013, 11:43:20 UTC
0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data. 21 August 2013, 11:26:05 UTC
1c73d50 Null merge. 21 August 2013, 00:55:06 UTC
f880e5d Fix UnboundLocalError regression due to previous incorrect fix for issue 16248. 21 August 2013, 00:35:20 UTC
c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a RuntimeError exception. Patch by Christian Schubert. 20 August 2013, 17:38:21 UTC
a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" error handler on 64-bit platforms. Patch by Yogesh Chaudhari. 20 August 2013, 17:08:53 UTC
83737c6 Issue #2537: Remove breaked check which prevented valid regular expressions. Patch by Meador Inge. See also issue #18647. 19 August 2013, 20:20:07 UTC
back to top