Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
f126fa5 Issue #15414: Clean and correct the os.path.join docs. In particular, correctly describe the behavior of ntpath.join. Based on a patch by Dave Sawyer. 10 October 2014, 21:03:14 UTC
f85a856 Issue #11694: Raise ConversionError in xdrlib as documented 10 October 2014, 18:11:34 UTC
c305ad7 Issue #22575: Revise bytearray entry for 2.7. 10 October 2014, 17:02:55 UTC
a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. Patch by Ezio Melotti, docs by Berker Peksag. 10 October 2014, 03:13:42 UTC
1375538 De-'colour'ize stdlib except for idlelib.configDialog. Tweak docstrigs and comments in affected functions in idlelib.configHandler. 09 October 2014, 22:44:26 UTC
a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() The result type is Py_ssize_t (and not int). 09 October 2014, 09:14:04 UTC
23030db Issue 3068: Move idlelib.configDialog action button creation into a separate method so it can be reused by the new extension dialog. 09 October 2014, 00:29:05 UTC
163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some TODOs (mostly to do after add tests), and make a few other changes. 07 October 2014, 03:26:17 UTC
05179d5 use source role instead of linking to svn 07 October 2014, 01:10:25 UTC
3d1f2d3 make _socket.socket weakrefable (closes #22569) Patch from Alex Gaynor. 06 October 2014, 18:38:20 UTC
7788dba Closes #19071: "self" argument is not the module for module functions in 2.x. 06 October 2014, 16:01:02 UTC
436ebf8 Closes #16155: fix a few errors in doctest output of the FAQ pages. 06 October 2014, 15:51:46 UTC
8d867cb Closes #17057: fix grammar in old-style vs new-style class docs. 06 October 2014, 15:46:43 UTC
ff05e52 Issue #1686: Fix string.Template when overriding the pattern attribute. 18 September 2010, 23:34:07 UTC
71ede50 Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. 06 October 2014, 14:36:20 UTC
8b14dd3 Closes #10031: overhaul the "imports" section of the programming FAQ. Remove the advice to never use relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules. 06 October 2014, 14:21:08 UTC
b74cf54 Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. 06 October 2014, 12:15:06 UTC
4a89fd9 Document builtin classes as such, not functions. 06 October 2014, 11:54:36 UTC
f8b7e78 Update 2.7 idlelib.configHandler and reduce differences from 3.4 code. 06 October 2014, 05:32:21 UTC
57ac623 Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). 06 October 2014, 04:13:51 UTC
72601e1 #14201: Update ctypes docs to match behavior changed from 214b28d7a999. Original patch by Erik Johansson, slightly updated by Meador Inge. 04 October 2014, 22:24:32 UTC
d999c34 #11866: Eliminate race condition in the computation of names for new threads. Original patch by Peter Saveliev. 04 October 2014, 21:40:43 UTC
429866d Fixed issue number for issue #22470 in Misc/NEWS. 04 October 2014, 12:04:41 UTC
fb7c380 Fixed compilation error introduced in 3f7519f633ed (issue #22518). 04 October 2014, 11:51:44 UTC
d524922 Issue #22518: Fixed integer overflow issues in "backslashreplace" and "xmlcharrefreplace" error handlers. 04 October 2014, 11:14:41 UTC
52313d7 Issue #22219: The zipfile module CLI now adds entries for directories (including empty directories) in ZIP file. 04 October 2014, 10:39:18 UTC
c6cf35d #14056: Small improvements to the tarfile documentation. Patch by Éric Araujo with help from Lars Gustäbel. 04 October 2014, 00:30:42 UTC
a02ae25 separate cert loading tests into Windows and non-Windows cases 03 October 2014, 22:17:15 UTC
0b30a2b also use openssl envvars to find certs on windows (closes #22449) Patch by Christian Heimes and Alex Gaynor. 03 October 2014, 21:27:05 UTC
a2e2b58 - Add CVE number for Issue #21831 03 October 2014, 17:07:47 UTC
06b74a7 Fix a few typo/grammar issues in the multiprocessing docs. Reported by Scott Hinton on docs@. 03 October 2014, 15:55:12 UTC
9840db8 #8473: make doctest.testfile use universal newline mode. 03 October 2014, 01:53:50 UTC
52d0a1b Closes #19434: fix copy-paste error in MIMENonMultipart docstring. 02 October 2014, 10:35:08 UTC
96ba529 Issue #20079: Fixed tests. 02 October 2014, 08:36:01 UTC
5f4e55c Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. 02 October 2014, 07:49:04 UTC
ad95599 Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is derived from sr_rs@latin. 02 October 2014, 07:19:09 UTC
dc14bc5 merge heads 02 October 2014, 06:39:42 UTC
c066105 closes #22528: add source links to symtable and compileall 02 October 2014, 06:38:39 UTC
fe3c80b Closes #19342: improve docstrings in grp module. 02 October 2014, 06:34:41 UTC
14b5a4d Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches 02 October 2014, 06:26:26 UTC
2f33456 fix sslwrap_simple (closes #22523) Thanks Alex Gaynor. 02 October 2014, 03:53:01 UTC
0d377b3 - Issue #17219: Add library build dir for Python extension cross-builds. 02 October 2014, 00:10:06 UTC
92518cc - Issue #18096: Fix library order returned by python-config. 01 October 2014, 23:58:58 UTC
b3d80a2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. 01 October 2014, 21:09:17 UTC
4e286eb Issue #20079: Added locales supported in glibc 2.18 to locale alias table. 01 October 2014, 20:44:20 UTC
bc4ece5 allow longs as indexes to group() (closes #22530) 01 October 2014, 02:04:28 UTC
bc4a834 this test will only work on 64-bit machines 01 October 2014, 01:28:27 UTC
95bc0e4 use Py_ssize_t for file offset and length computations in iteration (closes #22526) 01 October 2014, 01:17:15 UTC
ece9d5a #22512: move distutils rpm test's .rpmdb to testing tmpdir. Patch by Francis MB. 01 October 2014, 00:57:24 UTC
b10b8ea Issue 22465: grammar, number agreement. 30 September 2014, 23:07:45 UTC
3e430eb Remove duplicate PyLong function descriptions. 30 September 2014, 21:02:52 UTC
f16fbf9 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. 30 September 2014, 20:51:30 UTC
bb67528 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. 30 September 2014, 20:23:57 UTC
75070f0 Prepare sphinx extensions for 1.3. 30 September 2014, 20:17:41 UTC
a76e4d8 add link to pdb source (closes #22528) 30 September 2014, 20:02:06 UTC
1c873bf clear BufferedRWPair weakrefs on deallocation (closes #22517) 30 September 2014, 02:46:57 UTC
f8c4b3a fix overflow checking in PyString_Repr (closes #22519) 29 September 2014, 23:01:18 UTC
b2c4328 merge heads 29 September 2014, 22:55:02 UTC
f114e5b add NEWS note for #22518 29 September 2014, 22:41:48 UTC
ed4c130 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) 29 September 2014, 22:18:57 UTC
276a0a5 #20135: FAQ entry for list mutation. This is a perennial question and something someone opens a ticket for probably every other month or so, so I'm surprised we didn't already have a FAQ entry for it. The original patch was written by M. Votz, refined first by Ezio Melotti and further refined by me. 29 September 2014, 14:23:43 UTC
1643d5c give exception a nice message (closes #22379) Patch by Yongzhi Pan. 28 September 2014, 16:48:46 UTC
9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. Patch by Ian Cordasco, approved by Éric Araujo. 27 September 2014, 20:59:04 UTC
1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. Patch by Jonathan Hosmer. 27 September 2014, 19:55:10 UTC
e430073 Issue #9850: Fixed macpath.join() for empty first component. Patch by Oleg Oshmyan. 27 September 2014, 15:53:01 UTC
6e7c140 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. 26 September 2014, 21:07:39 UTC
12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. Patch by Anastasia Filatova. 26 September 2014, 12:39:05 UTC
d1a4f99 allow archives for rc releases to be built (closes #22484) 25 September 2014, 00:22:24 UTC
b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. Patch by Terry Chia. 24 September 2014, 09:54:25 UTC
22ee4c4 Issue #22471: Avoid Python Launcher.app install problems by removing vestigial Makefile step. 23 September 2014, 19:48:16 UTC
6d343e7 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS directory attributes. 23 September 2014, 19:39:59 UTC
1af262c Fixed test_large_file_exception. Ported tests for large count of files to TestZip64InSmallFiles. 23 September 2014, 19:26:45 UTC
45efb22 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory records if allowZip64 is false. 23 September 2014, 18:33:52 UTC
7d96a09 Fixed reference leak in the "backslashreplace" error handler. 23 September 2014, 16:58:57 UTC
70d9255 Fix formatting typo in Misc/NEWS. 22 September 2014, 22:39:43 UTC
bd5c6f2 Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. 21 September 2014, 19:57:45 UTC
c0799e3 Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re module. 21 September 2014, 19:47:30 UTC
9194346 Issue #22423: Unhandled exception in thread no longer causes unhandled AttributeError when sys.stderr is None. 21 September 2014, 19:08:00 UTC
3e46d7c Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. 20 September 2014, 22:42:40 UTC
967d41f Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. 20 September 2014, 22:35:08 UTC
b17c1e0 Update Idle's online doc url. 20 September 2014, 02:54:09 UTC
bee003c Issue #22420: Avoid 'write to None' crashes by using print instead. For 2,.7, add print_function __future__ import and convert print statements to print functions. Based on 3.x patch by Serhiy Storchaka. 20 September 2014, 02:37:24 UTC
175b1a7 remove extra letter 19 September 2014, 21:29:08 UTC
b332f2a standardize pep 466 relnote style 19 September 2014, 21:27:03 UTC
f61e24d whatsnew for pep 466 ssl backport 19 September 2014, 21:23:21 UTC
f40a407 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). 18 September 2014, 16:46:58 UTC
74012c1 Issue #16827: Make Interpreter introduction section of the tutorial more focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer. 18 September 2014, 13:29:21 UTC
cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. 17 September 2014, 08:27:06 UTC
c9cdd0c Lax cookie parsing in http.cookies could be a security issue when combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. 16 September 2014, 22:45:36 UTC
038fac6 Test re pickling for all protocols. 15 September 2014, 08:35:06 UTC
2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications. 14 September 2014, 18:17:16 UTC
7644ff1 Now re tests work again on Unicode-disabled build. Simplified existing detections of Unicode-disabled build. 14 September 2014, 14:40:44 UTC
ed5ea15 Use more appropriate asserts in re tests. 14 September 2014, 13:19:37 UTC
05137ed make hg link secure 13 September 2014, 05:44:34 UTC
144de31 #22398 Tools/msi enhancements for 2.7 Fix build_tkinter.py. Update msi.py to use environment vars and correct tcl/tk paths. Update msilib.py to generate short names for files with multiple dots in the name. 12 September 2014, 18:48:13 UTC
bf8b0ed test_distutils: remove the test file in DistributionTestCase.test_debug_mode() Fix the warning: "test_support.TESTFN was modified by test_distutils". 11 September 2014, 15:52:58 UTC
0aa6562 Issue #21147: sqlite3 now raises an exception if the request contains a null character instead of truncate it. Based on patch by Victor Stinner. 11 September 2014, 10:27:19 UTC
17c0178 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. 11 September 2014, 07:56:59 UTC
1c09c0e Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails. 11 September 2014, 07:38:08 UTC
08578b0 - Issue #22381: Update zlib to 1.2.8. Update zlib file names for the PC installers 11 September 2014, 07:08:52 UTC
back to top