summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-271-0/+3
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-0/+2
* Add support for negative indices in UserString.MutableString.__setitem__Walter Dörwald2005-02-181-0/+3
* NEWS blurb for fix of:Michael W. Hudson2005-02-171-0/+3
* spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT isBrett Cannon2005-02-161-0/+3
* Add mention of patch #1095802 (fixing "Macintosh" references to represent OSBrett Cannon2005-02-131-0/+8
* Modified test for tzset to not rely on tm->tm_zone's existence. Also addedBrett Cannon2005-02-102-0/+6
* SF patch #1116583: NameError in cookielib domain checkRaymond Hettinger2005-02-052-0/+3
* Add NEWS item about future parser bug.Jeremy Hylton2005-02-041-0/+4
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-0/+4
* More bug #1077106 stuff, sorry -- modem induced impatiece!Michael W. Hudson2005-01-311-0/+2
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-291-0/+2
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-271-1/+1
* add missing wordFred Drake2005-01-231-1/+2
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-231-0/+3
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+2
* Truncate st_?time before comparing it with ST_?TIME in the tests.Martin v. Löwis2005-01-231-0/+1
* distutils/command/install.py change.Thomas Heller2005-01-201-0/+2
* 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