summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fix.Georg Brandl2008-06-211-1/+1
|
* Docstring correctionAndrew M. Kuchling2008-06-211-1/+1
|
* Use repr() for bad input strings; this makes the empty string or binary ↵Andrew M. Kuchling2008-06-212-10/+10
| | | | characters more visible
* Docstring typoAndrew M. Kuchling2008-06-211-1/+1
|
* Fix build on FreeBSD gcc.Hye-Shik Chang2008-06-211-6/+6
|
* Issue 3008: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-213-2/+90
|
* Correct two versionchanged directives, to improve the 'changes' outputAndrew M. Kuchling2008-06-212-8/+7
|
* Various itemsAndrew M. Kuchling2008-06-201-5/+48
|
* Grammar fixesAndrew M. Kuchling2008-06-202-2/+2
|
* Remove request for e-mail; it's unlikely these classes will be savedAndrew M. Kuchling2008-06-201-3/+1
|
* rephraseBenjamin Peterson2008-06-201-1/+1
|
* Change references to the new math functions to generate proper x-refs.Georg Brandl2008-06-201-11/+10
|
* Fix another typo in math_sum commentMark Dickinson2008-06-201-1/+1
|
* Fix outdated count of the number of new math module functions.Mark Dickinson2008-06-201-1/+1
|
* Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) nowMark Dickinson2008-06-203-2/+24
| | | | | returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9, 10, -1).
* Various itemsAndrew M. Kuchling2008-06-201-42/+133
|
* Make bin() implementation parallel oct() and hex() so that int/long ↵Raymond Hettinger2008-06-207-2/+49
| | | | subclasses can override or so that other classes can support.
* add multiprocessing to the MakefileBenjamin Peterson2008-06-201-0/+1
|
* Fix comment typosAndrew M. Kuchling2008-06-201-2/+2
|
* Various itemsAndrew M. Kuchling2008-06-201-33/+80
|
* Updated with fix for #3136.Vinay Sajip2008-06-191-0/+5
|
* Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an ↵Vinay Sajip2008-06-191-4/+4
| | | | | | optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. Thanks to Leandro Lucarella for the patch.
* skip test_macostools when UCS4 is enabledBenjamin Peterson2008-06-192-0/+6
|
* In test_site, correctly escape backslashes in path names.Amaury Forgeot d'Arc2008-06-191-3/+3
| | | | This allows the test to pass when the username begins with a lowercase 't'...
* Put threading in front of threadAndrew M. Kuchling2008-06-191-2/+2
|
* test_macos can be skipped on non-mac platforms.Amaury Forgeot d'Arc2008-06-191-1/+1
|
* Remove some standalone material from the introduction; various markup and ↵Andrew M. Kuchling2008-06-191-79/+21
| | | | typo fixes
* Only include update_lines_cols() function when it's actually going to be usedAndrew M. Kuchling2008-06-191-0/+2
|
* Post release changesBarry Warsaw2008-06-191-1/+1
|
* Tagging for 2.6b1Barry Warsaw2008-06-191-0/+1
|
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-196-9/+9
|
* Fix test_socket_ssl the easy way and remove it per #1489Benjamin Peterson2008-06-181-283/+0
|
* Typo in a directory name. Should help the AMD64 buildbotsAmaury Forgeot d'Arc2008-06-181-1/+1
|
* The ssl certificate at https://sf.net is not valid.Amaury Forgeot d'Arc2008-06-181-1/+1
| | | | Switch to https://sourceforge.net
* Remove test_listener_client to remove possible race condition in the ↵Jesse Noller2008-06-181-2/+2
| | | | multiprocessing tests
* Attempt RLock creation prior to test execution on Linux, if it raises the ↵Jesse Noller2008-06-181-3/+6
| | | | OSError in issue 3111, skip the test suite
* Add versionadded tags to new math functions.Georg Brandl2008-06-181-6/+12
|
* Typo fixMark Dickinson2008-06-181-1/+1
|
* Fix double decref.Raymond Hettinger2008-06-181-1/+0
|
* Fix the previous fixAmaury Forgeot d'Arc2008-06-171-1/+1
|
* On windows, lib2to3 should accept / and \ in the fixer_dir argumentAmaury Forgeot d'Arc2008-06-171-1/+3
| | | | Needed to let the tests pass
* add needed importBenjamin Peterson2008-06-171-0/+1
|
* skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a ↵Benjamin Peterson2008-06-171-0/+3
| | | | chroot problem in the buildbot env.
* Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raisingMark Dickinson2008-06-171-3/+8
| | | | | OverflowError incorrectly on this platform, presumably as a result of the libm setting errno = ERANGE for this call.
* Roll back Raymond's -r64098 while we think of something better.Guido van Rossum2008-06-171-17/+50
| | | | (See issue 3056 -- we're close to a resolution but need unittests.)
* Updated with fix for #3126.Vinay Sajip2008-06-171-2/+6
|
* Bug #3126: StreamHandler and FileHandler check before calling "flush" and ↵Vinay Sajip2008-06-171-2/+3
| | | | "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
* Split the HTML index.Georg Brandl2008-06-171-0/+3
|
* Issue 3048: Fixed sys.sizeof test fails with wide unicode.Robert Schuppenies2008-06-171-2/+1
|
* Add Jesse Noller to the developers list.Georg Brandl2008-06-161-0/+3
|