summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-6/+8
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-3/+3
* #3694: add test for fix committed in r66693.Georg Brandl2009-02-131-0/+4
* #1661108: note that urlsafe encoded string can contain "=".Georg Brandl2009-02-131-1/+2
* #3734: document complex coercing behavior better.Georg Brandl2009-02-131-1/+2
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* #5158: added documentation on the depends option in distutils extensionsTarek Ziadé2009-02-132-0/+5
* Add links to the other versions we have in stock.Georg Brandl2009-02-131-3/+8
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-1310-101/+240
* fixing the leak introduced in r69304Tarek Ziadé2009-02-121-2/+2
* Typo fix.Mark Dickinson2009-02-121-1/+1
* One more test.Raymond Hettinger2009-02-121-0/+3
* Add an extra testcase.Raymond Hettinger2009-02-121-0/+3
* Fix spaces/tabs in example.Raymond Hettinger2009-02-121-4/+3
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-124-41/+135
* no need for this __bases__ trick anymoreBenjamin Peterson2009-02-121-1/+1
* os.fsync() should be used to ensure that data is written to diskBenjamin Peterson2009-02-121-0/+5
* Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes evenGregory P. Smith2009-02-113-2/+19
* Issue #5204: Define _PyVerify_fd on VC6 to makeHirokazu Yamamoto2009-02-111-0/+3
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Issue#5203: ctypes segfaults when passing a unicode string to aThomas Heller2009-02-102-0/+4
* _testcapi depends on testcapi_long.hMark Dickinson2009-02-101-1/+2
* Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-106-10/+41
* Issue 4804. Add a function to test the validity of file descriptors on Windo...Kristján Valur Jónsson2009-02-104-36/+137
* Fixed svn:eol-style.Hirokazu Yamamoto2009-02-103-218/+218
* Set eol-style to nativeMartin v. Löwis2009-02-101-14/+14
* Issue #5134: Silence compiler warnings when compiling sqlite with VC++.Martin v. Löwis2009-02-103-24/+32
* Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...Tarek Ziadé2009-02-103-3/+8
* compileall used the ctime of bytecode and source to determine if the bytecodeBrett Cannon2009-02-104-8/+84
* Issue 1818: collections.namedtuple() to support automatic renaming of invalid...Raymond Hettinger2009-02-104-3/+36
* Enforcing Tk 8.3.1 requirement.Guilherme Polo2009-02-091-2/+2
* Fixed issue #5122: Synchronize tk load failure check to prevent aGuilherme Polo2009-02-094-30/+125
* Checking for tk availability before continuing (basically the same that is do...Guilherme Polo2009-02-091-1/+7
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-094-0/+68
* Issue 5171: itertools.product docstring missing 'repeat' argumentRaymond Hettinger2009-02-091-0/+3
* Fixed issue #4890: Handle empty text search pattern inGuilherme Polo2009-02-092-2/+5
* Turned setup_master publicGuilherme Polo2009-02-091-22/+19
* Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.Mark Dickinson2009-02-093-5/+40
* Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-083-10/+38
* Silence 'arg may be used uninitialized in this function' warning from gcc.Mark Dickinson2009-02-081-1/+1
* a few edits and typosBenjamin Peterson2009-02-081-10/+11
* Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bitMark Dickinson2009-02-081-1/+1
* document numliterals fixerBenjamin Peterson2009-02-081-0/+4
* Remove redundant assignment in _PyObject_LengthHintMark Dickinson2009-02-081-1/+1
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-084-9/+21
* Mention patch submitter in NEWS entry for r69419Nick Coghlan2009-02-081-1/+2
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-086-12/+110
* document individual 2to3 fixersBenjamin Peterson2009-02-072-10/+259
* make destinsrc privateBenjamin Peterson2009-02-072-6/+6
* make "super only for new-style classes" a note.Georg Brandl2009-02-071-2/+4