summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* tweaks, small updatesMichael W. Hudson2005-01-181-9/+9
* Document the reconvert module.Skip Montanaro2005-01-161-0/+2
* Default stat_float_times to true.Martin v. Löwis2005-01-161-0/+2
* Added SEEK_* constants. Fixes #711830.Martin v. Löwis2005-01-161-0/+2
* Moved reader \r and \n processing from the iterator to the state machine -Andrew McNamara2005-01-131-2/+3
* Add strptime() constructor to datetime class. Thanks to Josh Spoerri forSkip Montanaro2005-01-132-0/+3
* Add counting of source iterator lines to the reader object - handy forAndrew McNamara2005-01-121-0/+4
* When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fieldsAndrew McNamara2005-01-121-2/+5
* When using QUOTE_NONNUMERIC, we now test for "numericness" withAndrew McNamara2005-01-121-0/+3
* Rename csv.set_field_limit to csv.field_size_limit (since it both sets andAndrew McNamara2005-01-121-1/+1
* Add news about csv module updates.Andrew McNamara2005-01-121-0/+28
* SF 1098985: set objects cannot be marshalledRaymond Hettinger2005-01-111-0/+2
* Add definitions for "up" and "down" commands that print/display the currentSkip Montanaro2005-01-081-2/+52
* In _DummyThread objects the lock stored in __block (allocated thanks toBrett Cannon2005-01-081-0/+5
* SF #75103: imghdr -- identify JPEGs in EXIF formatRaymond Hettinger2005-01-071-0/+2
* Teach the peephole optimizer to fold simple constant expressions.Raymond Hettinger2005-01-021-0/+3
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-0/+3
* Add NEWS entry about bug #1076985.Walter Dörwald2004-12-221-0/+4
* Changing the idle wrapper to use Python and execvp() to pass arguments toSean Reifschneider2004-12-211-3/+9
* SF bug #951915: fix bug in StringIO.truncate - length not changedRaymond Hettinger2004-12-201-0/+3
* SF #1085304: Make array.array pickle-ableRaymond Hettinger2004-12-161-0/+2
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-101-0/+5
* Combined several entries.Raymond Hettinger2004-12-071-6/+2
* Eliminate the deprecated option to return None instead of a tuple of argument...Raymond Hettinger2004-12-071-0/+6
* Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparseBrett Cannon2004-12-071-0/+2
* setup.py now uses the library directories specified in LDFLAGS (``-L``Brett Cannon2004-12-071-0/+9
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-0/+2
* Added optional None arguments to itertools.islice().Raymond Hettinger2004-12-051-0/+4
* Removed the deprecated bin parameter from the pickle module.Raymond Hettinger2004-12-051-0/+2
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-0/+2
* Removed deprecated method arguments from the shelve module.Raymond Hettinger2004-12-051-0/+2
* Removed deprecated method from pstats.Raymond Hettinger2004-12-051-0/+2
* Removed deprecated use_statcache argument.Raymond Hettinger2004-12-051-0/+2
* SF bug #1078905: Docs for unittest run() methods are misleadingRaymond Hettinger2004-12-041-0/+4
* Remove the deprecated whrandom module.Raymond Hettinger2004-12-041-0/+2
* Remove PyRange_New().Raymond Hettinger2004-12-031-0/+2
* Acknowledge contribution of a thorough tutorial review.Raymond Hettinger2004-12-031-0/+1
* SF patch #1077353: add key= argument to min and maxRaymond Hettinger2004-12-032-1/+5
* Add key= argument to heapq.nsmallest() and heapq.nlargest().Raymond Hettinger2004-12-021-0/+40
* whoops!Anthony Baxter2004-11-301-2/+2
* doodedoodedoo on the way to 2.4 finalAnthony Baxter2004-11-301-39/+3
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-291-1/+1
* Hye-Shik Chang's fix for Bug 875692.Kurt B. Kaiser2004-11-231-0/+13
* 2.4rc1Anthony Baxter2004-11-182-2/+2
* Mark PyRange_New() as deprecated.Raymond Hettinger2004-11-181-1/+2
* split functionality into pystack and pystackv commands. The former willSkip Montanaro2004-11-171-4/+19
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-0/+11
* SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute...Raymond Hettinger2004-11-101-0/+1
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-081-1/+4
* SF bug 1061968: threads: segfault or Py_FatalError at exitTim Peters2004-11-081-1/+4