summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Prepare sphinx extensions for 1.3.Georg Brandl2014-09-302-1/+3
| |
* | add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
| |
* | clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-303-0/+11
| |
* | fix overflow checking in PyString_Repr (closes #22519)Benjamin Peterson2014-09-292-2/+5
| |
* | merge headsBenjamin Peterson2014-09-291-1/+76
|\ \
| * | #20135: FAQ entry for list mutation.R David Murray2014-09-291-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | add NEWS note for #22518Benjamin Peterson2014-09-291-0/+2
| | |
* | | cleanup overflowing handling in unicode_decode_call_errorhandler and ↵Benjamin Peterson2014-09-291-21/+48
|/ / | | | | | | unicode_encode_ucs1 (closes #22518)
* | give exception a nice message (closes #22379)Benjamin Peterson2014-09-286-22/+20
| | | | | | | | Patch by Yongzhi Pan.
* | #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-274-6/+9
| | | | | | | | Patch by Ian Cordasco, approved by Éric Araujo.
* | Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-273-1/+7
| | | | | | | | Patch by Jonathan Hosmer.
* | Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-273-1/+24
| | | | | | | | Oleg Oshmyan.
* | tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-4/+4
| |
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-262-0/+11
| | | | | | | | Patch by Anastasia Filatova.
* | allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
| |
* | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-242-3/+6
| | | | | | | | Patch by Terry Chia.
* | Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
| | | | | | | | vestigial Makefile step.
* | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-233-4/+49
| | | | | | | | directory attributes.
* | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+58
| | | | | | | | to TestZip64InSmallFiles.
* | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-233-14/+63
| | | | | | | | records if allowZip64 is false.
* | Fixed reference leak in the "backslashreplace" error handler.Serhiy Storchaka2014-09-231-1/+3
| |
* | Fix formatting typo in Misc/NEWS.Ned Deily2014-09-221-1/+1
| |
* | Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.Serhiy Storchaka2014-09-211-1/+1
| |
* | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-213-24/+53
| | | | | | | | module.
* | Issue #22423: Unhandled exception in thread no longer causes unhandledSerhiy Storchaka2014-09-213-4/+87
| | | | | | | | AttributeError when sys.stderr is None.
* | Doc: fix usage of deprecated config value "unused_docs", and a duplicate ↵Georg Brandl2014-09-202-4/+5
| | | | | | | | object name.
* | Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-207-57/+57
| |
* | Update Idle's online doc url.Terry Jan Reedy2014-09-201-1/+1
| |
* | Issue #22420: Avoid 'write to None' crashes by using print instead.Terry Jan Reedy2014-09-202-35/+35
| | | | | | | | | | For 2,.7, add print_function __future__ import and convert print statements to print functions. Based on 3.x patch by Serhiy Storchaka.
* | remove extra letterBenjamin Peterson2014-09-191-1/+1
| |
* | standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
| |
* | whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
| |
* | Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-1/+9
| |
* | Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
| | | | | | | | | | | | | | focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
* | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵Senthil Kumaran2014-09-174-1/+18
| | | | | | | | 65536 bytes.
* | Lax cookie parsing in http.cookies could be a security issue whenGuido van Rossum2014-09-164-1/+15
| | | | | | | | | | | | combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
* | Test re pickling for all protocols.Serhiy Storchaka2014-09-151-3/+6
| |
* | Issue #22384: An exception in Tkinter callback no longer crashes the programSerhiy Storchaka2014-09-141-2/+5
| | | | | | | | | | | | | | when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
* | Now re tests work again on Unicode-disabled build.Serhiy Storchaka2014-09-142-48/+53
| | | | | | | | Simplified existing detections of Unicode-disabled build.
* | Use more appropriate asserts in re tests.Serhiy Storchaka2014-09-141-59/+59
| |
* | make hg link secureBenjamin Peterson2014-09-131-1/+1
| |
* | #22398 Tools/msi enhancements for 2.7Steve Dower2014-09-123-14/+9
| | | | | | | | | | | | 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.
* | test_distutils: remove the test file in DistributionTestCase.test_debug_mode()Victor Stinner2014-09-111-1/+2
| | | | | | | | Fix the warning: "test_support.TESTFN was modified by test_distutils".
* | Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-114-3/+20
| | | | | | | | character instead of truncate it. Based on patch by Victor Stinner.
* | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-113-1/+9
| | | | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
* | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-112-12/+31
| | | | | | | | | | ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
* | - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-114-5/+50
| | | | | | | | Update zlib file names for the PC installers
* | - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-1144-3181/+7795
| |
* | y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0
| |
* | Issue #22369: Change "context manager protocol" to "context management ↵Serhiy Storchaka2014-09-103-5/+5
| | | | | | | | protocol".