| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no | Victor Stinner | 2010-05-28 | 1 | -0/+3 |
|
|
* | Merged revisions 81582 via svnmerge from | Martin v. Löwis | 2010-05-28 | 1 | -0/+2 |
|
|
* | Merged revisions 81566 via svnmerge from | Alexander Belopolsky | 2010-05-27 | 1 | -0/+3 |
|
|
* | Stefan Krah was missing from Misc/ACKS in the py3k branch. | Mark Dickinson | 2010-05-27 | 1 | -0/+1 |
|
|
* | Merged revisions 81512 via svnmerge from | Mark Dickinson | 2010-05-27 | 1 | -1/+1 |
|
|
* | Issue #2844: Make int('42', n) consistently raise ValueError for | Mark Dickinson | 2010-05-26 | 1 | -0/+3 |
|
|
* | Fix issue #8806: add SSL contexts support to ftplib | Giampaolo Rodolà | 2010-05-26 | 1 | -0/+2 |
|
|
* | Fix #2810 - handle the case where some registry calls return | Brian Curtin | 2010-05-26 | 1 | -0/+3 |
|
|
* | Merged revisions 81543 via svnmerge from | Victor Stinner | 2010-05-26 | 1 | -0/+2 |
|
|
* | Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and | Victor Stinner | 2010-05-25 | 1 | -0/+4 |
|
|
* | Merged revisions 81531 via svnmerge from | Martin v. Löwis | 2010-05-25 | 1 | -0/+3 |
|
|
* | Made sysconfig a script that displays useful information - #8770 | Tarek Ziadé | 2010-05-25 | 1 | -0/+3 |
|
|
* | Recorded merge of revisions 81500-81501 via svnmerge from | Victor Stinner | 2010-05-24 | 2 | -0/+4 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+5 |
|
|
* | Remove duplicate NEWS entry. | Mark Dickinson | 2010-05-23 | 1 | -6/+0 |
|
|
* | #Issue 8540: Make Context._clamp attribute public in decimal module. | Mark Dickinson | 2010-05-22 | 1 | -0/+5 |
|
|
* | Merged revisions 81471-81472 via svnmerge from | Victor Stinner | 2010-05-22 | 1 | -2/+3 |
|
|
* | Merged revisions 81459 via svnmerge from | Victor Stinner | 2010-05-22 | 1 | -0/+3 |
|
|
* | Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead | Victor Stinner | 2010-05-21 | 1 | -0/+3 |
|
|
* | Merged revisions 81443 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -1/+1 |
|
|
* | Merged revisions 81428-81429,81432-81433,81437 via svnmerge from | Benjamin Peterson | 2010-05-21 | 1 | -0/+3 |
|
|
* | Merged revisions 81414 via svnmerge from | Benjamin Peterson | 2010-05-21 | 1 | -0/+3 |
|
|
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 1 | -0/+5 |
|
|
* | Issue #8748: Fix two issues with comparisons between complex and integer | Mark Dickinson | 2010-05-21 | 1 | -0/+13 |
|
|
* | Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct | Victor Stinner | 2010-05-21 | 1 | -1/+4 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 1 | -0/+4 |
|
|
* | Merged revisions 81371 via svnmerge from | Tarek Ziadé | 2010-05-19 | 1 | -0/+2 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 1 | -0/+2 |
|
|
* | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 1 | -0/+3 |
|
|
* | Issue #8663: distutils.log emulates backslashreplace error handler. Fix | Victor Stinner | 2010-05-19 | 1 | -0/+4 |
|
|
* | Issue #8589: Decode PYTHONWARNINGS environment variable with the file system | Victor Stinner | 2010-05-19 | 1 | -0/+4 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 1 | -0/+5 |
|
|
* | Issue #8633: Support for POSIX.1-2008 binary pax headers. | Lars Gustäbel | 2010-05-17 | 1 | -0/+3 |
|
|
* | Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq... | Florent Xicluna | 2010-05-17 | 1 | -0/+3 |
|
|
* | Merged revisions 81255 via svnmerge from | Tarek Ziadé | 2010-05-17 | 1 | -0/+2 |
|
|
* | PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead | Victor Stinner | 2010-05-17 | 1 | -0/+3 |
|
|
* | Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path | Victor Stinner | 2010-05-16 | 1 | -2/+2 |
|
|
* | Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes | Victor Stinner | 2010-05-16 | 1 | -0/+3 |
|
|
* | Issue #8550: Add first class `SSLContext` objects to the ssl module. | Antoine Pitrou | 2010-05-16 | 1 | -0/+2 |
|
|
* | Recorded merge of revisions 81205 via svnmerge from | Victor Stinner | 2010-05-15 | 1 | -12/+12 |
|
|
* | fix one more runon | Benjamin Peterson | 2010-05-15 | 1 | -2/+2 |
|
|
* | Issue #8692: Improve performance of math.factorial: | Mark Dickinson | 2010-05-15 | 1 | -0/+6 |
|
|
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -0/+5 |
|
|
* | Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any | Victor Stinner | 2010-05-15 | 1 | -0/+3 |
|
|
* | Issue #8610: Load file system codec at startup, and display a fatal error on | Victor Stinner | 2010-05-15 | 1 | -0/+4 |
|
|
* | Merged revisions 81098 via svnmerge from | Antoine Pitrou | 2010-05-11 | 1 | -0/+3 |
|
|
* | Merged revisions 81094 via svnmerge from | Antoine Pitrou | 2010-05-11 | 1 | -0/+4 |
|
|
* | adding myself to 'testing' interest area of maintainers.rst file | Giampaolo Rodolà | 2010-05-11 | 1 | -1/+1 |
|
|
* | Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN. | Mark Dickinson | 2010-05-11 | 1 | -0/+3 |
|
|
* | Merged revisions 81045 via svnmerge from | Mark Dickinson | 2010-05-10 | 2 | -0/+4 |
|
|