| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81318 via svnmerge from | Ezio Melotti | 2010-05-27 | 1 | -1/+1 |
|
|
* | correct default value in signature | Benjamin Peterson | 2010-05-27 | 1 | -1/+1 |
|
|
* | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -1/+4 |
|
|
* | Recorded merge of revisions 81521 via svnmerge from | R. David Murray | 2010-05-25 | 1 | -3/+3 |
|
|
* | Made sysconfig a script that displays useful information - #8770 | Tarek Ziadé | 2010-05-25 | 1 | -0/+32 |
|
|
* | Document the context attribute of SSL sockets | Antoine Pitrou | 2010-05-24 | 1 | -0/+10 |
|
|
* | Add a versionadded tag for SSL contexts. | Antoine Pitrou | 2010-05-24 | 1 | -0/+2 |
|
|
* | Merged revisions 81490 via svnmerge from | Steven Bethard | 2010-05-24 | 3 | -4/+31 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 2 | -0/+127 |
|
|
* | #Issue 8540: Make Context._clamp attribute public in decimal module. | Mark Dickinson | 2010-05-22 | 1 | -4/+21 |
|
|
* | Merged revisions 81450 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
|
|
* | Merged revisions 81440 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -4/+3 |
|
|
* | Merged revisions 81431 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -8/+3 |
|
|
* | Fix signatures for the various TemporaryFile class^Wfunctions. | Georg Brandl | 2010-05-21 | 1 | -6/+5 |
|
|
* | Fix variable name in example. | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81415 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
|
|
* | Remove redundant example. | Georg Brandl | 2010-05-21 | 1 | -4/+1 |
|
|
* | Merged revisions 81404 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
|
|
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -5/+33 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -0/+56 |
|
|
* | Merged revisions 81385 via svnmerge from | Benjamin Peterson | 2010-05-20 | 1 | -1/+1 |
|
|
* | Add descriptor HOWTO to py3k docs. | Georg Brandl | 2010-05-19 | 2 | -0/+432 |
|
|
* | Recorded merge of revisions 80466-80469 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -40/+43 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 9 | -79/+126 |
|
|
* | Issue #8589: Decode PYTHONWARNINGS environment variable with the file system | Victor Stinner | 2010-05-19 | 1 | -0/+4 |
|
|
* | Merged revisions 81354 via svnmerge from | Stefan Krah | 2010-05-19 | 1 | -1/+1 |
|
|
* | Add versionadded (3.2) tag to os.supports_bytes_environ documentation | Victor Stinner | 2010-05-18 | 1 | -0/+2 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 1 | -1/+8 |
|
|
* | Removing the reference in the docs for overriding _urlopener global value. Se... | Senthil Kumaran | 2010-05-18 | 1 | -20/+0 |
|
|
* | Merged revisions 81279 via svnmerge from | Senthil Kumaran | 2010-05-18 | 1 | -1/+1 |
|
|
* | Issue #8633: Support for POSIX.1-2008 binary pax headers. | Lars Gustäbel | 2010-05-17 | 1 | -3/+5 |
|
|
* | Merged revisions 81261 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -11/+3 |
|
|
* | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 1 | -47/+236 |
|
|
* | Merged revisions 81229 via svnmerge from | Antoine Pitrou | 2010-05-16 | 1 | -0/+4 |
|
|
* | fix run-on sentence | Benjamin Peterson | 2010-05-15 | 1 | -1/+1 |
|
|
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -0/+11 |
|
|
* | Issue #8610: Load file system codec at startup, and display a fatal error on | Victor Stinner | 2010-05-15 | 1 | -5/+7 |
|
|
* | Issue #8711: Document PyUnicode_DecodeFSDefault*() functions | Victor Stinner | 2010-05-14 | 1 | -39/+89 |
|
|
* | Merged revisions 81163 via svnmerge from | Victor Stinner | 2010-05-14 | 6 | -13/+13 |
|
|
* | Merged revisions 81145 via svnmerge from | Benjamin Peterson | 2010-05-13 | 1 | -5/+2 |
|
|
* | Merged revisions 81108 via svnmerge from | Fred Drake | 2010-05-12 | 1 | -3/+12 |
|
|
* | Merged revisions 81087,81106 via svnmerge from | Fred Drake | 2010-05-12 | 1 | -3/+2 |
|
|
* | #8575 - Update and reorganize some _winreg contents. | Brian Curtin | 2010-05-11 | 1 | -82/+247 |
|
|
* | Fix nits in the lexical analysis section: \u requires four digits, backtick i... | Georg Brandl | 2010-05-10 | 1 | -4/+4 |
|
|
* | remove reference to second argument to raise #8676 | Benjamin Peterson | 2010-05-10 | 1 | -4/+4 |
|
|
* | Fix issue #4972: adds ftplib.FTP context manager protocol | Giampaolo Rodolà | 2010-05-10 | 2 | -0/+22 |
|
|
* | Merged revisions 80990 via svnmerge from | Michael Foord | 2010-05-08 | 1 | -3/+3 |
|
|
* | replace long with int | Benjamin Peterson | 2010-05-08 | 1 | -3/+3 |
|
|
* | Merged revisions 80980 via svnmerge from | Michael Foord | 2010-05-08 | 1 | -0/+21 |
|
|
* | Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate | Mark Dickinson | 2010-05-08 | 1 | -1/+4 |
|
|