Commit Graph

78331 Commits

Author SHA1 Message Date
Georg Brandl fe3c80ba16 Closes #19342: improve docstrings in grp module. 2014-10-02 08:34:41 +02:00
Georg Brandl 14b5a4da27 Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches 2014-10-02 08:26:26 +02:00
Benjamin Peterson 2f33456e41 fix sslwrap_simple (closes #22523)
Thanks Alex Gaynor.
2014-10-01 23:53:01 -04:00
doko@ubuntu.com 0d377b371d - Issue #17219: Add library build dir for Python extension cross-builds. 2014-10-02 02:10:06 +02:00
doko@ubuntu.com 92518cc7e3 - Issue #18096: Fix library order returned by python-config. 2014-10-02 01:58:58 +02:00
Serhiy Storchaka b3d80a21ac Issue #20076: Added non derived UTF-8 aliases to locale aliases table. 2014-10-02 00:09:17 +03:00
Serhiy Storchaka 4e286eb0c2 Issue #20079: Added locales supported in glibc 2.18 to locale alias table. 2014-10-01 23:44:20 +03:00
Benjamin Peterson bc4ece5775 allow longs as indexes to group() (closes #22530) 2014-09-30 22:04:28 -04:00
Benjamin Peterson bc4a834bd5 this test will only work on 64-bit machines 2014-09-30 21:28:27 -04:00
Benjamin Peterson 95bc0e4703 use Py_ssize_t for file offset and length computations in iteration (closes #22526) 2014-09-30 21:17:15 -04:00
R David Murray ece9d5a91f #22512: move distutils rpm test's .rpmdb to testing tmpdir.
Patch by Francis MB.
2014-09-30 20:57:24 -04:00
Terry Jan Reedy b10b8ead13 Issue 22465: grammar, number agreement. 2014-09-30 19:07:45 -04:00
Georg Brandl 3e430eba6e Remove duplicate PyLong function descriptions. 2014-09-30 23:02:52 +02:00
Georg Brandl f16fbf940f Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. 2014-09-30 22:51:30 +02:00
Georg Brandl bb675280d9 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. 2014-09-30 22:23:57 +02:00
Georg Brandl 75070f0304 Prepare sphinx extensions for 1.3. 2014-09-30 22:17:41 +02:00
Benjamin Peterson a76e4d8376 add link to pdb source (closes #22528) 2014-09-30 16:02:06 -04:00
Benjamin Peterson 1c873bf77d clear BufferedRWPair weakrefs on deallocation (closes #22517) 2014-09-29 22:46:57 -04:00
Benjamin Peterson f8c4b3a730 fix overflow checking in PyString_Repr (closes #22519) 2014-09-29 19:01:18 -04:00
Benjamin Peterson b2c432845c merge heads 2014-09-29 18:55:02 -04:00
Benjamin Peterson f114e5bccb add NEWS note for #22518 2014-09-29 18:41:48 -04:00
Benjamin Peterson ed4c130d3d cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) 2014-09-29 18:18:57 -04:00
R David Murray 276a0a578e #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.
2014-09-29 10:23:43 -04:00
Benjamin Peterson 1643d5cb08 give exception a nice message (closes #22379)
Patch by Yongzhi Pan.
2014-09-28 12:48:46 -04:00
R David Murray 9ad23c6c31 #10510: make distuitls upload/register use HTML standards compliant CRLF.
Patch by Ian Cordasco, approved by Éric Araujo.
2014-09-27 16:59:04 -04:00
Berker Peksag 1b4b7af1d1 Issue #16537: Check whether self.extensions is empty in setup.py.
Patch by Jonathan Hosmer.
2014-09-27 22:55:10 +03:00
Serhiy Storchaka e430073fe7 Issue #9850: Fixed macpath.join() for empty first component. Patch by
Oleg Oshmyan.
2014-09-27 18:53:01 +03:00
Yury Selivanov 6e7c14013a tempfile: Fix docstring. Issue #21397, patch by R. David Murray. 2014-09-26 17:07:39 -04:00
Berker Peksag 12f053215f Issue #17462: Add a paragraph about advantages of argparse over optparse.
Patch by Anastasia Filatova.
2014-09-26 15:39:05 +03:00
Benjamin Peterson d1a4f99159 allow archives for rc releases to be built (closes #22484) 2014-09-24 20:22:24 -04:00
Berker Peksag b5dc3dcb92 Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Patch by Terry Chia.
2014-09-24 12:54:25 +03:00
Ned Deily 22ee4c47ff Issue #22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.
2014-09-23 12:48:16 -07:00
Serhiy Storchaka 6d343e708b Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
directory attributes.
2014-09-23 22:39:59 +03:00
Serhiy Storchaka 1af262c65c Fixed test_large_file_exception. Ported tests for large count of files
to TestZip64InSmallFiles.
2014-09-23 22:26:45 +03:00
Serhiy Storchaka 45efb22583 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
records if allowZip64 is false.
2014-09-23 21:33:52 +03:00
Serhiy Storchaka 7d96a09aca Fixed reference leak in the "backslashreplace" error handler. 2014-09-23 19:58:57 +03:00
Ned Deily 70d92556eb Fix formatting typo in Misc/NEWS. 2014-09-22 15:39:43 -07:00
Serhiy Storchaka bd5c6f2fab Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. 2014-09-21 22:57:45 +03:00
Serhiy Storchaka c0799e3a26 Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re
module.
2014-09-21 22:47:30 +03:00
Serhiy Storchaka 91943460b5 Issue #22423: Unhandled exception in thread no longer causes unhandled
AttributeError when sys.stderr is None.
2014-09-21 22:08:00 +03:00
Georg Brandl 3e46d7cba2 Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. 2014-09-21 00:42:40 +02:00
Georg Brandl 967d41fff1 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. 2014-09-21 00:35:08 +02:00
Terry Jan Reedy b17c1e08d9 Update Idle's online doc url. 2014-09-19 22:54:09 -04:00
Terry Jan Reedy bee003cf53 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.
2014-09-19 22:37:24 -04:00
Benjamin Peterson 175b1a7b3e remove extra letter 2014-09-19 17:29:08 -04:00
Benjamin Peterson b332f2a700 standardize pep 466 relnote style 2014-09-19 17:27:03 -04:00
Benjamin Peterson f61e24db06 whatsnew for pep 466 ssl backport 2014-09-19 17:23:21 -04:00
Vinay Sajip f40a407577 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). 2014-09-18 17:46:58 +01:00
Senthil Kumaran 74012c1795 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.
2014-09-18 21:29:21 +08:00
Senthil Kumaran cdabc37234 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. 2014-09-17 16:27:06 +08:00