Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1031213: Decode source line in SyntaxErrors back to its original | Martin v. Löwis | 2007-09-04 | 6 | -5/+107 |
| | | | | source encoding. Will backport to 2.5. | ||||
* | Patch #1388440: Add set_completion_display_matches_hook and | Martin v. Löwis | 2007-09-04 | 7 | -1/+177 |
| | | | | get_completion_type to readline. | ||||
* | Document that we rely on the OS to release the crypto | Martin v. Löwis | 2007-09-04 | 1 | -0/+2 |
| | | | | context. Fixes #1626801. | ||||
* | Added cross-references plus a note about dict & list shallow copying. | Mark Summerfield | 2007-09-04 | 5 | -6/+15 |
| | |||||
* | - Added support for linking the bsddb module against BerkeleyDB 4.6.x. | Matthias Klose | 2007-09-03 | 2 | -4/+5 |
| | |||||
* | Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. | Georg Brandl | 2007-09-03 | 2 | -4/+6 |
| | |||||
* | Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used | Ronald Oussoren | 2007-09-02 | 2 | -1/+17 |
| | | | | by the Makefile is also used at configure-time. | ||||
* | Add more items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+32 |
| | |||||
* | Wording change | Andrew M. Kuchling | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+35 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Walter Dörwald | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Fix wrong function names. | Walter Dörwald | 2007-09-01 | 1 | -2/+2 |
| | |||||
* | Added a note and examples to explain that re.split does not split on an | Skip Montanaro | 2007-09-01 | 1 | -0/+7 |
| | | | | empty pattern match. (issue 852532). | ||||
* | Document sets' ">" and "<" operations (backport from py3k). | Georg Brandl | 2007-09-01 | 1 | -0/+10 |
| | |||||
* | Fix RST link (backport from Py3k). | Georg Brandl | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Bug #1737210: Change Manufacturer of Windows installer to PSF. | Martin v. Löwis | 2007-09-01 | 2 | -1/+3 |
| | | | | Will backport to 2.5. | ||||
* | remove use of non-existent SSLFakeSocket in apparently untested code | Bill Janssen | 2007-08-31 | 1 | -4/+2 |
| | |||||
* | remove mentions of socket.ssl in comments | Bill Janssen | 2007-08-31 | 1 | -3/+1 |
| | |||||
* | deprecate use of FakeSocket | Bill Janssen | 2007-08-31 | 1 | -0/+4 |
| | |||||
* | Mark registry components as 64-bit on Win64. | Martin v. Löwis | 2007-08-31 | 1 | -4/+6 |
| | |||||
* | Fix subitem markup. | Georg Brandl | 2007-08-31 | 1 | -7/+7 |
| | |||||
* | Document new shorthand notation for index entries. | Georg Brandl | 2007-08-31 | 1 | -4/+11 |
| | |||||
* | One more fix to consider missing SSL support. | Thomas Wouters | 2007-08-30 | 1 | -2/+3 |
| | |||||
* | Don't lie in __all__ attributes when SSL is not available: only add the SSL | Thomas Wouters | 2007-08-30 | 4 | -4/+9 |
| | | | | classes when they are actually created. | ||||
* | Somewhat-preliminary slice-object and extended slicing support for ctypes. | Thomas Wouters | 2007-08-30 | 9 | -5/+433 |
| | | | | | | The exact behaviour of omitted and negative indices for the Pointer type may need a closer look (especially as it's subtly different from simple slices) but there's time yet before 2.6, and not enough before 3.0a1 :-) | ||||
* | Warn about possible risks when extracting untrusted archives. | Lars Gustäbel | 2007-08-30 | 1 | -0/+11 |
| | |||||
* | Bump autoconf minimum version to 2.61. | Martin v. Löwis | 2007-08-30 | 2 | -8149/+8339 |
| | |||||
* | Bug #1709599: Run test_1565150 only if the file system is NTFS. | Martin v. Löwis | 2007-08-30 | 2 | -4/+16 |
| | |||||
* | Bug #1746880: Correctly install DLLs into system32 folder on Win64. | Martin v. Löwis | 2007-08-30 | 2 | -1/+3 |
| | |||||
* | Fix typo. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Fix popen usage. | Martin v. Löwis | 2007-08-30 | 1 | -2/+2 |
| | |||||
* | added note on new ssl module and deprecation of socket.ssl | Bill Janssen | 2007-08-30 | 1 | -0/+2 |
| | |||||
* | Added docstrings to methods and functions. | Bill Janssen | 2007-08-30 | 1 | -0/+36 |
| | |||||
* | Set startinpos before calling the error handler. | Walter Dörwald | 2007-08-30 | 1 | -0/+1 |
| | |||||
* | Rewrap line. | Walter Dörwald | 2007-08-30 | 1 | -1/+2 |
| | |||||
* | Added more cross-references. | Mark Summerfield | 2007-08-30 | 3 | -4/+9 |
| | |||||
* | * Skip test_pipes on non-POSIX. | Georg Brandl | 2007-08-30 | 2 | -3/+5 |
| | | | | * Don't raise TestSkipped within a test function. | ||||
* | Patch #1680959: add test suite for pipes module. | Georg Brandl | 2007-08-30 | 4 | -17/+185 |
| | |||||
* | Stronger urge to convert filenames to str before using them as argument to ↵ | Georg Brandl | 2007-08-30 | 1 | -1/+1 |
| | | | | ZipFile.write(). | ||||
* | This contains a number of things: | Bill Janssen | 2007-08-29 | 9 | -608/+486 |
| | | | | | | | | | | | | | | | | 1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py. | ||||
* | Ignore test failures caused by 'resource temporarily unavailable' | Facundo Batista | 2007-08-29 | 1 | -9/+15 |
| | | | | | exceptions raised during FailingServerTestCase tests. [GSoC - Alan McIntyre] | ||||
* | Add Bill as a developer | Neal Norwitz | 2007-08-29 | 1 | -0/+3 |
| | |||||
* | Recent items. | Skip Montanaro | 2007-08-29 | 1 | -1/+6 |
| | |||||
* | Install pygettext (once the scriptsinstall target is working again). | Skip Montanaro | 2007-08-29 | 1 | -0/+1 |
| | |||||
* | Fix test output. | Walter Dörwald | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | fixes 813986 | Skip Montanaro | 2007-08-28 | 2 | -0/+16 |
| | |||||
* | Add a crasher for the thread-unsafety of file objects. | Georg Brandl | 2007-08-28 | 1 | -0/+8 |
| | |||||
* | Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for | Walter Dörwald | 2007-08-28 | 2 | -2/+2 |
| | | | | | | HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046. | ||||
* | Improve extended slicing support in builtin types and classes. Specifically: | Thomas Wouters | 2007-08-28 | 16 | -118/+728 |
| | | | | | | | | | | | | | | | | | | | | - Specialcase extended slices that amount to a shallow copy the same way as is done for simple slices, in the tuple, string and unicode case. - Specialcase step-1 extended slices to optimize the common case for all involved types. - For lists, allow extended slice assignment of differing lengths as long as the step is 1. (Previously, 'l[:2:1] = []' failed even though 'l[:2] = []' and 'l[:2:None] = []' do not.) - Implement extended slicing for buffer, array, structseq, mmap and UserString.UserString. - Implement slice-object support (but not non-step-1 slice assignment) for UserString.MutableString. - Add tests for all new functionality. |