summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-181-1/+1
|
* Fix issue 3395, update _debugInfo to be _debug_infoJesse Noller2008-07-171-0/+2
|
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-171-3/+0
|
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-171-0/+3
|
* news note for r63052Gregory P. Smith2008-07-171-0/+4
|
* #3156: fix consistency in what type bytearray methods accept as items.Georg Brandl2008-07-161-0/+4
| | | | Also rename confusing "item" parameters to "index".
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-161-0/+2
|
* #1608818: errno can get set by every call to readdir().Georg Brandl2008-07-161-0/+2
|
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ↵Jesse Noller2008-07-161-0/+5
| | | | and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
* Issue #3360: Fix incorrect parsing of "020000000000.0".Mark Dickinson2008-07-161-0/+3
|
* Add Antoine.Martin v. Löwis2008-07-161-0/+3
|
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in ↵Eric Smith2008-07-161-0/+3
| | | | str.format().
* Keep sorted.Georg Brandl2008-07-161-3/+3
|
* Add Victor Stinner, he provided the patch for issue #3313.Thomas Heller2008-07-151-0/+1
|
* Issue #3313: Contrary to the man page, a failed dlopen() call does notThomas Heller2008-07-151-0/+3
| | | | always set a dlerror() message.
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-151-0/+4
| | | | to convert floats to and from hexadecimal strings respectively.
* NEWS entry for #issue 3258.Thomas Heller2008-07-151-0/+3
|
* Add missing NEWS entry for r64962Nick Coghlan2008-07-151-0/+7
|
* Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError ↵Nick Coghlan2008-07-131-0/+6
| | | | when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute)
* Make test.test_support.catch_warnings more robust as discussed on ↵Nick Coghlan2008-07-131-0/+8
| | | | python-dev. Also add explicit tests for itto test_warnings.
* dummy_thread.acquire() would return None if no waitflag argument was given. ItBrett Cannon2008-07-131-1/+2
| | | | | | | should have returned True. Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi for attempting a patch.
* #1778443 robotparser fixes from Aristotelis MikropoulosBenjamin Peterson2008-07-121-0/+1
|
* Fix a minor typo in the last entry made.Brett Cannon2008-07-111-1/+1
|
* Doc that robotparse has been renamed urllib.robotparser in Python 3.0.Brett Cannon2008-07-111-0/+3
|
* Doc that urlparse is named urllib.parse in Python 3.0.Brett Cannon2008-07-111-0/+2
|
* Document the fact that urllib2 spans multiple modules with new names in PythonBrett Cannon2008-07-111-0/+10
| | | | 3.0.
* Removal an invalid entry as the fixer for urllib is under active development.Brett Cannon2008-07-111-4/+0
|
* Wording changesAndrew M. Kuchling2008-07-101-6/+6
|
* Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.Raymond Hettinger2008-07-101-0/+2
|
* Issue 3301: Bisect functions behaved badly when lo was negative.Raymond Hettinger2008-07-101-0/+3
|
* Add missing NEWS and ACK entries for r64791Nick Coghlan2008-07-082-0/+5
|
* - Issue #3094: httplib.HTTPSConnection Host: headers no longer include theGregory P. Smith2008-07-071-0/+4
| | | | | redundant ":443" port number designation when the connection is using the default https port (443).
* - Issue #3309: Fix bz2.BZFile itererator to release its internal lockGregory P. Smith2008-07-071-0/+4
| | | | | properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
* Issue839496: SimpleHTTPServer should open all files in binary mode.Amaury Forgeot d'Arc2008-07-061-0/+6
| | | | | | | | Forward-port of 38255 (2005/01/15!) This was already fixed in 2.4, but never merged into trunk... py3k is already right, thanks to the bytes/str distinction! Should be backported to 2.5.
* - Issue #2113: Fix error in subprocess.Popen if the select system call isGregory P. Smith2008-07-061-0/+3
| | | | interrupted by a signal.
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-061-0/+4
| | | | | freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
* #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.Georg Brandl2008-07-051-2/+2
| | | | This is a new feature, but Barry authorized adding it in the beta period.
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-0/+8
| | | | | | | | | Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile.
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-021-0/+3
| | | | added a '(' when completed.
* Issue 3190: pydoc now hides module __package__ attributesNick Coghlan2008-07-021-0/+3
|
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-0/+13
| | | | | | | | * Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885.
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-011-0/+4
| | | | | | whose write() method installs another sys.stdout. Will backport.
* #3219 repeated keyword arguments aren't allowed in function calls anymoreBenjamin Peterson2008-07-011-0/+4
|
* #Issue3088 in-progress: Race condition with instances of classes derived ↵Amaury Forgeot d'Arc2008-06-301-0/+4
| | | | | | | | | | | | | from threading.local: When a thread touches such an object for the first time, a new thread-local __dict__ is created, and the __init__ method is run. But a thread switch can occur here; if the other thread touches the same object, it installs another __dict__; when the first thread resumes, it updates the dictionary of the second... This is the deep cause of the failures in test_multiprocessing involving "managers" objects. Also a 2.5 backport candidate.
* Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pydMartin v. Löwis2008-06-301-0/+5
|
* Updated to reflect change in logging.config to remove out-of-date comment in ↵Vinay Sajip2008-06-291-0/+3
| | | | _install_handlers and the use of issubclass in place of equality comparison of classes.
* Add Jean Brouwers for his work on math.sumMark Dickinson2008-06-271-0/+1
|
* warnings.warn_explicit() did not have the proper TypeErrors in place to preventBrett Cannon2008-06-271-0/+5
| | | | | | | | bus errors or SystemError being raised. As a side effect of fixing this, a bad DECREF that could be triggered when 'message' and 'category' were both None was fixed. Closes issue 3211. Thanks JP Calderone for the bug report.
* Revert 64424, 64438, and 64439.Raymond Hettinger2008-06-241-6/+0
|
* Wording fixAndrew M. Kuchling2008-06-221-1/+1
|