summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Updated (2.3 OK now)David Goodger2003-01-031-6/+8
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-2/+7
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-0/+4
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+4
* Added a section to record datetime changes. There's apparently going toTim Peters2003-01-021-0/+5
* SF bug 660795: logging missing from Python 2.3a1 for Windows.Tim Peters2003-01-021-2/+5
* Split OPT make variable into OPT and BASECFLAGS. The latter contains thoseSkip Montanaro2003-01-011-0/+18
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-011-0/+38
* Add recipe for creating NEWS.html.Guido van Rossum2002-12-311-0/+11
* Bernhard Herzog's paragraph and string-filling code. I've been using it forSkip Montanaro2002-12-311-0/+152
* modulefinder.py moved to Lib/Just van Rossum2002-12-311-0/+5
* Set the release date.Guido van Rossum2002-12-311-1/+1
* Revert SF patch 659809 -- it causes double options that can cause breakage.Guido van Rossum2002-12-311-3/+0
* Add getloadavg.Martin v. Löwis2002-12-311-2/+2
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-311-0/+2
* Patch #656590: /dev/ptmx support for ptys.Martin v. Löwis2002-12-312-0/+3
* Broke the zipimport/PEP 302 news item into two separate items.Just van Rossum2002-12-311-9/+12
* Dedent a paragraph that was accidentally aligned with a precedingGuido van Rossum2002-12-311-8/+8
* News about zipimport.Guido van Rossum2002-12-301-0/+16
* Added a note about the move of Mac/Lib to Lib/plat-mac.Jack Jansen2002-12-301-0/+4
* SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use configGuido van Rossum2002-12-301-0/+3
* A short note about the versions of BerkeleyDB we now supportBarry Warsaw2002-12-301-4/+5
* Add news about fix for bug #624807.Neil Schemenauer2002-12-301-0/+4
* Update the email package news.Barry Warsaw2002-12-301-1/+1
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-0/+19
* Add newsitem for the two new unittest methods.Raymond Hettinger2002-12-291-15/+21
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-281-0/+1
* Backing out patch #642578 in anticipation of final acceptance of PEP 302.Just van Rossum2002-12-251-6/+0
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-0/+4
* Oops. Roll back that last change. It wasn't ready for release. :-(Guido van Rossum2002-12-231-4/+0
* Add warning for assignment to None, True and False. This is patchGuido van Rossum2002-12-231-0/+4
* Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS.Jack Jansen2002-12-231-2/+53
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-2/+9
* Blurb about new datetime module.Tim Peters2002-12-161-2/+8
* Fixed bugGustavo Niemeyer2002-12-161-0/+3
* Use "dictionary literals" instead of "dictionaries", as suggested by Just.Gustavo Niemeyer2002-12-161-3/+3
* Fixing bugGustavo Niemeyer2002-12-161-0/+4
* Applying patchGustavo Niemeyer2002-12-161-0/+3
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-0/+2
* Mention the bdist_wininst postinstall script.Thomas Heller2002-12-121-0/+3
* News item for the change to turn _codecs into a builtin module.Marc-André Lemburg2002-12-121-0/+4
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-0/+4
* Docs were added about a month agoRaymond Hettinger2002-12-091-2/+1
* Add support for binary pickles to the shelve module. In some situationsSkip Montanaro2002-12-081-0/+4
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-062-0/+3
* _ssl.pyd added for Windows.Mark Hammond2002-12-031-0/+3
* The new imp.[gs]et_frozenmodules() will be utterly redundant if theJust van Rossum2002-12-011-1/+2
* Slightly improved version of patch #642578: "Expose PyImport_FrozenModulesJust van Rossum2002-11-291-0/+5
* Rephrase dict.fromkeys() news.Guido van Rossum2002-11-271-4/+5
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-271-0/+5