summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Reordering of __new__ to minimize isinstance() calls to mostFacundo Batista2007-11-301-55/+56
* Issue #1402: PyInterpreterState_Clear() may still invoke user codeAmaury Forgeot d'Arc2007-11-291-0/+34
* I forgot to fix one occurence of new in test_descrChristian Heimes2007-11-271-1/+1
* Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504Christian Heimes2007-11-272-3/+13
* Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign ofGuido van Rossum2007-11-271-0/+13
* Added a deprecation warning to the 'new' module.Christian Heimes2007-11-271-0/+3
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-279-80/+51
* Moved the errno import from inside the functions to theFacundo Batista2007-11-271-6/+3
* back in these go - thanks to Titus Brown for the fixSkip Montanaro2007-11-242-0/+15
* Issue #1445: Fix a SystemError when accessing the ``cell_contents``Amaury Forgeot d'Arc2007-11-241-0/+12
* revert change that breaks test_doctest (which I forgot to run - sorry)Skip Montanaro2007-11-242-13/+0
* Test cases from Cowlishaw, v2.57. All are pased cleanly.Facundo Batista2007-11-23142-160/+510
* Major change in the internal structure of the DecimalFacundo Batista2007-11-232-302/+220
* Make trace and doctest play nice together (issue 1429818). Will backport.Skip Montanaro2007-11-232-0/+13
* Fix a bug in the test for using __loader__.get_data().Brett Cannon2007-11-231-0/+1
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-228-7/+776
* Add a missing check before deleting a package's __loader__.Brett Cannon2007-11-211-1/+2
* doctest assumed that a package's __loader__.get_data() method used universalBrett Cannon2007-11-212-1/+21
* Remove a unneeded line that had typos.Brett Cannon2007-11-211-2/+0
* The incremental decoder for utf-7 must preserve its state between calls.Amaury Forgeot d'Arc2007-11-202-15/+22
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3
* Fixed bug #1470Christian Heimes2007-11-201-5/+2
* Fix the OSX failures in this test -- they were due to /tmp being a symlinkGuido van Rossum2007-11-191-0/+1
* Make this work stand-alone, too.Guido van Rossum2007-11-191-1/+1
* Enable some test_cmd_line_script debugging output to investigate failure on M...Nick Coghlan2007-11-191-3/+3
* Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())Walter Dörwald2007-11-192-5/+55
* Fix typo in comment.Walter Dörwald2007-11-191-1/+1
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-182-0/+148
* Now in find, rfind, index, and rindex, you can use None as defaults,Facundo Batista2007-11-161-0/+28
* add the certificate for the Python SVN repository for testing SSLBill Janssen2007-11-151-0/+31
* Small improvement to the implementation of __replace__().Raymond Hettinger2007-11-151-1/+1
* Accept Issac Morland's suggestion for __replace__ to allow multiple replacementsRaymond Hettinger2007-11-152-5/+9
* Add test for __fields__ being read-onlyRaymond Hettinger2007-11-141-0/+8
* Make __fields__ read-only. Suggested by Issac MorlandRaymond Hettinger2007-11-141-1/+1
* Merge from py3k branch:Amaury Forgeot d'Arc2007-11-131-2/+47
* Add the test from issue 1704621 (the issue itself is already fixed here).Guido van Rossum2007-11-121-0/+7
* Fix TextCalendar.prweek(). This closes issue #1427.Walter Dörwald2007-11-121-1/+1
* Fix for #1427: Error in standard module calendarChristian Heimes2007-11-121-8/+12
* Fixed a bug reported (in private email, by Robert Crida) in logging configura...Vinay Sajip2007-11-111-3/+27
* Issue 1416. Add getter, setter, deleter methods to properties that can beGuido van Rossum2007-11-101-0/+65
* Correct a comment about testing methods - nowadays mostGeorg Brandl2007-11-091-4/+3
* Add set.isdisjoint()Raymond Hettinger2007-11-081-2/+47
* Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset ...Raymond Hettinger2007-11-071-0/+4
* Fix marshal's incorrect handling of subclasses of builtin types (backport can...Raymond Hettinger2007-11-071-0/+11
* Fixes Issue 1385: The hmac module now computes the correct hmac when usingGregory P. Smith2007-11-062-7/+177
* * db->get_flags is only available in BerkeleyDB >= 4.2Gregory P. Smith2007-11-051-0/+4
* Add the bsddb.db.DBEnv.lock_id_free method.Gregory P. Smith2007-11-051-14/+12
* Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags andGregory P. Smith2007-11-051-0/+24
* Add a missing quotation mark.Brett Cannon2007-11-031-1/+1
* Enable the full ctypes c_longdouble tests again.Thomas Heller2007-11-022-22/+22