| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #2562: Fix distutils PKG-INFO writing logic to allow having | Marc-André Lemburg | 2008-09-03 | 2 | -13/+60 |
|
|
* | Issue #3726: Allowed spaces in separators in logging configuration files. | Vinay Sajip | 2008-09-03 | 2 | -5/+56 |
|
|
* | Merged revisions 66176 via svnmerge from | Benjamin Peterson | 2008-09-03 | 1 | -1/+1 |
|
|
* | Merged revisions 66173 via svnmerge from | Benjamin Peterson | 2008-09-03 | 6 | -167/+210 |
|
|
* | Issue 2975: when compiling multiple extension modules with visual studio 2008 | Amaury Forgeot d'Arc | 2008-09-02 | 1 | -2/+13 |
|
|
* | Issue #3759: test_asyncore.py leaked handle. | Hirokazu Yamamoto | 2008-09-02 | 1 | -0/+2 |
|
|
* | Add quotes around the file name to avoid issues with spaces. | Marc-André Lemburg | 2008-09-02 | 1 | -1/+1 |
|
|
* | Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) | Nick Coghlan | 2008-09-02 | 1 | -2/+2 |
|
|
* | Issue #3708: os.urandom no longer goes into an infinite loop when passed a | Gregory P. Smith | 2008-09-02 | 2 | -5/+11 |
|
|
* | Improve compatibility with Python3.0 testsuite | Jesus Cea | 2008-09-02 | 2 | -6/+11 |
|
|
* | Move test.test_support.catch_warning() to the warnings module, rename it | Brett Cannon | 2008-09-02 | 8 | -122/+143 |
|
|
* | remove py3k warnings about the threading api; update docs | Benjamin Peterson | 2008-09-01 | 2 | -66/+21 |
|
|
* | In Python3.0, "test.test_support" is renamed to "test.support". | Jesus Cea | 2008-09-01 | 1 | -1/+4 |
|
|
* | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -0/+5 |
|
|
* | Merged revisions 65887,65889,65967-65968,65981 via svnmerge from | Benjamin Peterson | 2008-09-01 | 6 | -13/+185 |
|
|
* | revert r66114 for Jesse | Benjamin Peterson | 2008-09-01 | 5 | -39/+146 |
|
|
* | Submit Nick's patch for issue 3589, reviewed by jnoller | Jesse Noller | 2008-09-01 | 4 | -132/+32 |
|
|
* | Issue #3748: platform.architecture() printed vogus message on windows. | Hirokazu Yamamoto | 2008-09-01 | 1 | -0/+3 |
|
|
* | logging: fixed lack of use of encoding attribute specified on a stream. | Vinay Sajip | 2008-09-01 | 1 | -5/+10 |
|
|
* | Issue #3732: Backported r53335 to supress deprecation warning. | Hirokazu Yamamoto | 2008-09-01 | 1 | -5/+5 |
|
|
* | #3703 unhelpful _fileio.FileIO error message when trying to open a directory | Benjamin Peterson | 2008-09-01 | 1 | -0/+11 |
|
|
* | issue3715: docstring representation of hex escaped string needs to be double | Gregory P. Smith | 2008-08-31 | 1 | -1/+1 |
|
|
* | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 24 | -405/+899 |
|
|
* | #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. | Georg Brandl | 2008-08-30 | 1 | -3/+3 |
|
|
* | A collection of crashers, all variants of the idea | Armin Rigo | 2008-08-29 | 1 | -0/+53 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 3 | -6/+62 |
|
|
* | Try to reduce the flakiness of this test | Neal Norwitz | 2008-08-25 | 1 | -0/+4 |
|
|
* | Use bytes as return type from recv_bytes() methods. Not sure why this only | Neal Norwitz | 2008-08-25 | 1 | -3/+3 |
|
|
* | Fix problem reported by pychecker where AuthenticationError wasn't imported. | Neal Norwitz | 2008-08-25 | 2 | -2/+34 |
|
|
* | #3662: Fix segfault introduced when fixing memory leaks. | Neal Norwitz | 2008-08-24 | 1 | -0/+4 |
|
|
* | #3654: fix duplicate test method name. Review by Benjamin P. | Georg Brandl | 2008-08-24 | 1 | -4/+2 |
|
|
* | generate py3k warnings on __getslice__, __delslice__, and __setslice__ | Benjamin Peterson | 2008-08-24 | 1 | -0/+22 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
|
|
* | Fix bug 3625: test issues on 64bit windows. r=pitrou | Mark Hammond | 2008-08-23 | 3 | -3/+3 |
|
|
* | fix a few get_name() calls and turn then to .name | Benjamin Peterson | 2008-08-22 | 1 | -4/+4 |
|
|
* | Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 |
|
|
* | Fix float.fromhex test to give additional information on failure. This | Mark Dickinson | 2008-08-21 | 1 | -1/+7 |
|
|
* | Bump to 2.6b3.v2.6b3 | Barry Warsaw | 2008-08-21 | 2 | -2/+2 |
|
|
* | Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au... | Hirokazu Yamamoto | 2008-08-20 | 1 | -7/+3 |
|
|
* | Issue #3612: Added some missing basic types in ctypes.wintypes. | Hirokazu Yamamoto | 2008-08-20 | 1 | -11/+18 |
|
|
* | fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr... | Hirokazu Yamamoto | 2008-08-20 | 1 | -5/+8 |
|
|
* | fix silly errors of mine | Benjamin Peterson | 2008-08-20 | 1 | -3/+3 |
|
|
* | newSymbolTable is not public API | Benjamin Peterson | 2008-08-20 | 1 | -3/+2 |
|
|
* | deprecate some useless, noop methods in symtable | Benjamin Peterson | 2008-08-20 | 2 | -7/+27 |
|
|
* | follow-up of issue3473: update the compiler package to recognize the new syntax. | Amaury Forgeot d'Arc | 2008-08-20 | 2 | -26/+33 |
|
|
* | check that the parser module can handle the new keyword syntax | Benjamin Peterson | 2008-08-19 | 1 | -0/+1 |
|
|
* | Merged revisions 65876 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -0/+2 |
|
|
* | allow keyword args to be passed in after *args #3473 | Benjamin Peterson | 2008-08-19 | 1 | -0/+8 |
|
|
* | Fix a regression introduced by rev. 63792: ctypes function pointers | Thomas Heller | 2008-08-19 | 1 | -1/+6 |
|
|
* | silence callable warning in hmac | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|