summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #1517891: Make 'a' create the file if it doesn't exist.Martin v. Löwis2007-02-134-1/+38
* Patch #698833: Support file decryption in zipfile.Martin v. Löwis2007-02-134-6/+143
* Patch #685268: Consider a package's __path__ in imputil.Martin v. Löwis2007-02-132-0/+6
* Fix the line to what is my guess at the original author's meaning.Armin Rigo2007-02-121-1/+1
* Patch 1463026: Support default namespace in XMLGenerator.Martin v. Löwis2007-02-123-17/+59
* Bug #1656581: Point out that external file objects are supposed to beLars Gustäbel2007-02-121-2/+3
* Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.cBrett Cannon2007-02-123-4/+30
* Check in changed Python-ast.c from a cosmetic change to Python.asdl (inBrett Cannon2007-02-111-1/+1
* fix trace.py --ignore-dirSkip Montanaro2007-02-112-1/+4
* Change a very minor inconsistency (that is purely cosmetic) in the ASTBrett Cannon2007-02-111-1/+1
* Bug #1656078: typo in in profile docs.Georg Brandl2007-02-091-1/+1
* Update broken link. Will backport to 2.5.Martin v. Löwis2007-02-091-1/+1
* Bug #1600860: Search for shared python library in LIBDIR, notMartin v. Löwis2007-02-092-3/+15
* Bug #1653736: Properly discard third argument to slot_nb_inplace_power.Martin v. Löwis2007-02-092-1/+9
* Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;Kurt B. Kaiser2007-02-083-21/+103
* Bug #1653736: Complain about keyword arguments to time.isoformat.Martin v. Löwis2007-02-083-2/+9
* Fix docstring bugRaymond Hettinger2007-02-081-1/+1
* Bypass set specific optimizations for set and frozenset subclasses.Raymond Hettinger2007-02-081-7/+7
* Do not let overflows in enumerate() and count() pass silently.Raymond Hettinger2007-02-083-2/+12
* Silence compiler warningRaymond Hettinger2007-02-071-1/+1
* Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...Raymond Hettinger2007-02-072-0/+4
* Check for a common user error with defaultdict().Raymond Hettinger2007-02-072-4/+11
* SF: 1397711 Set docs conflated immutable and hashableRaymond Hettinger2007-02-071-1/+1
* SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclassesRaymond Hettinger2007-02-072-1/+9
* Handle AttributeError during calltip lookupKurt B. Kaiser2007-02-071-1/+1
* [ 1621265 ] Auto-completion list placementKurt B. Kaiser2007-02-072-6/+18
* narrow exception per [ 1540849 ] except too broadKurt B. Kaiser2007-02-061-1/+1
* Updated patch (CodeContext.061217.patch) toKurt B. Kaiser2007-02-061-53/+19
* Patch #1652681: create nonexistent files in append mode andLars Gustäbel2007-02-064-3/+68
* Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...Peter Astrand2007-02-062-3/+28
* Clean up ModifiedInterpreter.runcode() structureKurt B. Kaiser2007-02-061-27/+29
* 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)Kurt B. Kaiser2007-02-052-36/+48
* Add 'raw' support to configHandler. Patch 1650174 Tal Einat.Kurt B. Kaiser2007-02-052-12/+13
* We had several if statements checking the value of a fd. This is unsafe, sinc...Peter Astrand2007-02-021-15/+15
* Bug #1648179: set.update() not recognizing __iter__ overrides in dict subcla...Raymond Hettinger2007-02-011-4/+4
* No more raising of string exceptions!Brett Cannon2007-01-305-56/+76
* Bug #1648191: typo in docs.Georg Brandl2007-01-301-1/+1
* Whitespace normalization.Tim Peters2007-01-3021-131/+131
* More editsAndrew M. Kuchling2007-01-291-27/+27
* Various minor editsAndrew M. Kuchling2007-01-293-60/+74
* Minor edits to the curses HOWTOAndrew M. Kuchling2007-01-292-28/+29
* Add a test for slicing an exception.Brett Cannon2007-01-292-0/+9
* Use the thread lock's context manager instead of a try/finally statement.Brett Cannon2007-01-281-4/+1
* Bug #1645944: os.access now returns bool but docstring is not updatedGeorg Brandl2007-01-271-1/+1
* Patch #1634778: add missing encoding aliases for iso8859_15 andGeorg Brandl2007-01-273-0/+10
* Patch #1638243: the compiler package is now able to correctly compileGeorg Brandl2007-01-274-1/+38
* fix typo (extraneous ")")Fred Drake2007-01-261-1/+1
* Remove specific mention of my name and email address from modules. Not reallyBrett Cannon2007-01-253-13/+2
* Fix time.strptime's %U support. Basically rewrote the algorithm to be moreBrett Cannon2007-01-253-34/+39
* Add itemAndrew M. Kuchling2007-01-251-0/+6