Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Prepare sphinx extensions for 1.3. | Georg Brandl | 2014-09-30 | 2 | -1/+3 | |
| | | ||||||
* | | add link to pdb source (closes #22528) | Benjamin Peterson | 2014-09-30 | 1 | -0/+3 | |
| | | ||||||
* | | clear BufferedRWPair weakrefs on deallocation (closes #22517) | Benjamin Peterson | 2014-09-30 | 3 | -0/+11 | |
| | | ||||||
* | | fix overflow checking in PyString_Repr (closes #22519) | Benjamin Peterson | 2014-09-29 | 2 | -2/+5 | |
| | | ||||||
* | | merge heads | Benjamin Peterson | 2014-09-29 | 1 | -1/+76 | |
|\ \ | ||||||
| * | | #20135: FAQ entry for list mutation. | R David Murray | 2014-09-29 | 1 | -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 #22518 | Benjamin Peterson | 2014-09-29 | 1 | -0/+2 | |
| | | | ||||||
* | | | cleanup overflowing handling in unicode_decode_call_errorhandler and ↵ | Benjamin Peterson | 2014-09-29 | 1 | -21/+48 | |
|/ / | | | | | | | unicode_encode_ucs1 (closes #22518) | |||||
* | | give exception a nice message (closes #22379) | Benjamin Peterson | 2014-09-28 | 6 | -22/+20 | |
| | | | | | | | | Patch by Yongzhi Pan. | |||||
* | | #10510: make distuitls upload/register use HTML standards compliant CRLF. | R David Murray | 2014-09-27 | 4 | -6/+9 | |
| | | | | | | | | Patch by Ian Cordasco, approved by Éric Araujo. | |||||
* | | Issue #16537: Check whether self.extensions is empty in setup.py. | Berker Peksag | 2014-09-27 | 3 | -1/+7 | |
| | | | | | | | | Patch by Jonathan Hosmer. | |||||
* | | Issue #9850: Fixed macpath.join() for empty first component. Patch by | Serhiy Storchaka | 2014-09-27 | 3 | -1/+24 | |
| | | | | | | | | Oleg Oshmyan. | |||||
* | | tempfile: Fix docstring. Issue #21397, patch by R. David Murray. | Yury Selivanov | 2014-09-26 | 1 | -4/+4 | |
| | | ||||||
* | | Issue #17462: Add a paragraph about advantages of argparse over optparse. | Berker Peksag | 2014-09-26 | 2 | -0/+11 | |
| | | | | | | | | Patch by Anastasia Filatova. | |||||
* | | allow archives for rc releases to be built (closes #22484) | Benjamin Peterson | 2014-09-25 | 1 | -2/+3 | |
| | | ||||||
* | | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. | Berker Peksag | 2014-09-24 | 2 | -3/+6 | |
| | | | | | | | | Patch by Terry Chia. | |||||
* | | Issue #22471: Avoid Python Launcher.app install problems by removing | Ned Deily | 2014-09-23 | 1 | -2/+0 | |
| | | | | | | | | vestigial Makefile step. | |||||
* | | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS | Serhiy Storchaka | 2014-09-23 | 3 | -4/+49 | |
| | | | | | | | | directory attributes. | |||||
* | | Fixed test_large_file_exception. Ported tests for large count of files | Serhiy Storchaka | 2014-09-23 | 1 | -1/+58 | |
| | | | | | | | | to TestZip64InSmallFiles. | |||||
* | | Issue #21866: ZipFile.close() no longer writes ZIP64 central directory | Serhiy Storchaka | 2014-09-23 | 3 | -14/+63 | |
| | | | | | | | | records if allowZip64 is false. | |||||
* | | Fixed reference leak in the "backslashreplace" error handler. | Serhiy Storchaka | 2014-09-23 | 1 | -1/+3 | |
| | | ||||||
* | | Fix formatting typo in Misc/NEWS. | Ned Deily | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. | Serhiy Storchaka | 2014-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re | Serhiy Storchaka | 2014-09-21 | 3 | -24/+53 | |
| | | | | | | | | module. | |||||
* | | Issue #22423: Unhandled exception in thread no longer causes unhandled | Serhiy Storchaka | 2014-09-21 | 3 | -4/+87 | |
| | | | | | | | | AttributeError when sys.stderr is None. | |||||
* | | Doc: fix usage of deprecated config value "unused_docs", and a duplicate ↵ | Georg Brandl | 2014-09-20 | 2 | -4/+5 | |
| | | | | | | | | object name. | |||||
* | | Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. | Georg Brandl | 2014-09-20 | 7 | -57/+57 | |
| | | ||||||
* | | Update Idle's online doc url. | Terry Jan Reedy | 2014-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Issue #22420: Avoid 'write to None' crashes by using print instead. | Terry Jan Reedy | 2014-09-20 | 2 | -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 letter | Benjamin Peterson | 2014-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | standardize pep 466 relnote style | Benjamin Peterson | 2014-09-19 | 1 | -11/+9 | |
| | | ||||||
* | | whatsnew for pep 466 ssl backport | Benjamin Peterson | 2014-09-19 | 1 | -0/+11 | |
| | | ||||||
* | | Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). | Vinay Sajip | 2014-09-18 | 1 | -1/+9 | |
| | | ||||||
* | | Issue #16827: Make Interpreter introduction section of the tutorial more | Senthil Kumaran | 2014-09-18 | 3 | -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 Kumaran | 2014-09-17 | 4 | -1/+18 | |
| | | | | | | | | 65536 bytes. | |||||
* | | Lax cookie parsing in http.cookies could be a security issue when | Guido van Rossum | 2014-09-16 | 4 | -1/+15 | |
| | | | | | | | | | | | | combined with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. | |||||
* | | Test re pickling for all protocols. | Serhiy Storchaka | 2014-09-15 | 1 | -3/+6 | |
| | | ||||||
* | | Issue #22384: An exception in Tkinter callback no longer crashes the program | Serhiy Storchaka | 2014-09-14 | 1 | -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 Storchaka | 2014-09-14 | 2 | -48/+53 | |
| | | | | | | | | Simplified existing detections of Unicode-disabled build. | |||||
* | | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -59/+59 | |
| | | ||||||
* | | make hg link secure | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | #22398 Tools/msi enhancements for 2.7 | Steve Dower | 2014-09-12 | 3 | -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 Stinner | 2014-09-11 | 1 | -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 null | Serhiy Storchaka | 2014-09-11 | 4 | -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 with | Serhiy Storchaka | 2014-09-11 | 3 | -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 Storchaka | 2014-09-11 | 2 | -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.com | 2014-09-11 | 4 | -5/+50 | |
| | | | | | | | | Update zlib file names for the PC installers | |||||
* | | - Issue #22381: Update zlib to 1.2.8. | doko@ubuntu.com | 2014-09-11 | 44 | -3181/+7795 | |
| | | ||||||
* | | y2k compliance, lol (closes #22380) | Benjamin Peterson | 2014-09-10 | 1 | -37/+0 | |
| | | ||||||
* | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 3 | -5/+5 | |
| | | | | | | | | protocol". |