summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #853488: Add hlist entry_configure and entry_cget methods.Martin v. Löwis2004-03-211-0/+11
* Remove unused instance attributes.Neil Schemenauer2004-03-211-2/+0
* Improve byte coding for multiple assignments.Raymond Hettinger2004-03-212-3/+77
* Removed extra period from \versionchanged entry; macro adds periodBrett Cannon2004-03-211-1/+1
* Back out last patch that removed an entry from sys.path if it was not anBrett Cannon2004-03-211-1/+1
* Deal with case of when locale time values has characters that can be mistakenBrett Cannon2004-03-201-2/+14
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-203-10/+58
* Fix for SF 780407.Guido van Rossum2004-03-201-1/+1
* Get rid of listextend_internal() and explain why the special caseArmin Rigo2004-03-201-51/+25
* Fix for SF 777848.Guido van Rossum2004-03-201-6/+5
* SF patch 508730 CGIHTTPServer execfile should save cwdTim Peters2004-03-201-1/+3
* Cancelled checkin, sorry.Armin Rigo2004-03-201-10/+6
* Clarify docs on where .pth files can exist.Brett Cannon2004-03-201-1/+2
* memset() hunt continuing. This is a net win.Armin Rigo2004-03-201-1/+3
* Remove non-existent paths.Brett Cannon2004-03-202-1/+3
* memset() with small memory sizes just kill us.Armin Rigo2004-03-201-2/+4
* Fix how line endings were handled when iterating over a .pth file by strippingBrett Cannon2004-03-201-2/+1
* Tweaked after following all these instructions.Guido van Rossum2004-03-201-37/+11
* test_email: comment out two fail-test cases that no longer fail with the newThomas Wouters2004-03-201-25/+27
* Speed HMAC.copy() by installing a secret backdoor argument toTim Peters2004-03-201-1/+11
* A 2% speed improvement with gcc on low-endian machines. My guess is that thisArmin Rigo2004-03-201-6/+10
* GCC was complaining that 'value' in dictiter_iternextvalue() wasn'tGuido van Rossum2004-03-201-5/+6
* SF bug #918371: hasattr()'s return typeRaymond Hettinger2004-03-201-2/+2
* Merge in Anthony's new parser code, from the anthony-parser-branch:Thomas Wouters2004-03-201-128/+173
* Update copyright years, and change copyright.tex to use the same spellingTim Peters2004-03-202-2/+2
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-202-2/+42
* fix two typos that turned text into markupFred Drake2004-03-201-1/+1
* Ignore oodles of MSVC-generated files.Tim Peters2004-03-201-0/+14
* A helper for rt.bat, copied (but with path adjustment) from PCbuild.Tim Peters2004-03-201-0/+25
* PyFile_WriteObject(): some of the local variables are only used whenFred Drake2004-03-191-0/+2
* Expand on the semantics of reload(). Closes #919099.Skip Montanaro2004-03-191-2/+24
* Factor out a double lookup.Raymond Hettinger2004-03-191-2/+1
* Add an entry for addition of the ptcp154 codec.Hye-Shik Chang2004-03-191-0/+2
* Add a new unicode codec: ptcp154 (Kazakh)Hye-Shik Chang2004-03-193-0/+172
* Make iterators length transparent where possible.Raymond Hettinger2004-03-183-3/+42
* Improve deque iteration.Raymond Hettinger2004-03-181-1/+102
* Add news entries for the dictionary optimizations.Raymond Hettinger2004-03-182-1/+8
* Make the new dictionary iterators transparent with respect to length.Raymond Hettinger2004-03-181-4/+20
* Ignore error status codes occurred while compiling site-packagesHye-Shik Chang2004-03-181-2/+2
* Fix capitalization of title for subsection 2.Brett Cannon2004-03-181-1/+1
* Optimize dictionary iterators.Raymond Hettinger2004-03-181-57/+202
* Minor grammatical fixes.Brett Cannon2004-03-181-3/+3
* Extremely minor typo fixed.Brett Cannon2004-03-181-1/+1
* Dictionary optimizations:Raymond Hettinger2004-03-171-24/+61
* Add missing decrefRaymond Hettinger2004-03-171-0/+1
* Speedup the inner loops for dropwhile(), islice(), ifilter(), andRaymond Hettinger2004-03-171-9/+17
* The example files need to be opened with the "b" flag.Skip Montanaro2004-03-171-2/+2
* * supply a more useful error message when append() is called on theGregory P. Smith2004-03-161-2/+8
* bugfix for people executing test_all to run the test suite. (call theGregory P. Smith2004-03-161-1/+1
* fixes SF bug 914019 - DB.has_key was not honoring its txn argumentGregory P. Smith2004-03-161-2/+2