- 7f90c7f Bump version number. by Fred Drake · 22 years ago
- 6fa635d SF patch #687683, Patches to logging (updates from Vinay) by Neal Norwitz · 22 years ago
- d87eeb9 Add two acks; bump version number by Andrew M. Kuchling · 22 years ago
- 7ee9b51 [Bug #688261] Fix optparse example and output by Andrew M. Kuchling · 22 years ago
- acddabc [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the by Andrew M. Kuchling · 22 years ago
- f927f14 Fix SF bug #687655, String formatting conversions misleading by Neal Norwitz · 22 years ago
- 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 22 years ago
- 002a5de extsep description: by Fred Drake · 22 years ago
- 47e46e2 add missing description of os.extsep by Skip Montanaro · 22 years ago
- 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 22 years ago
- e544f6f SF bug #663701. The caret wasn't printing well in the PDF documentation. by Raymond Hettinger · 22 years ago
- d8d2cf4 Remove deps on mac doc files which have been removed by Neal Norwitz · 22 years ago
- 15f742d first cut at a shell script to view a single section from the library by Skip Montanaro · 22 years ago
- 12d31e2 Try to doc the new pickle details being implemented as part of PEP 307. by Neal Norwitz · 22 years ago
- 2294c0d Cleanup from patch #683257: by Neal Norwitz · 22 years ago
- 7aeba45 Updated the Mac documentation to the current state of affairs. by Jack Jansen · 22 years ago
- a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 22 years ago
- ada859c Remove duplicate word (rules) by Neal Norwitz · 22 years ago
- eb18993 Fix so it compiles at least. by Michael W. Hudson · 22 years ago
- 3e245d8 Add item pertaining to by Michael W. Hudson · 22 years ago
- 065f5fa Sundry very picky changes. by Michael W. Hudson · 22 years ago
- aab0260 Remove erroneous period. by Michael W. Hudson · 22 years ago
- 1e71b04 Update advice about __module__ and __name__ and tp_name wrt. new types. by Michael W. Hudson · 22 years ago
- bbe17f5 A typo, and desist from inaccurately describing some things as lists. by Michael W. Hudson · 22 years ago
- 72df65a Add Neil's suggestions for avoiding this warning by Andrew M. Kuchling · 22 years ago
- 60eca93 C Code: by Raymond Hettinger · 22 years ago
- 07534a6 Comparison for timedelta, time, date and datetime objects: __eq__ and by Tim Peters · 22 years ago
- b8a3905 Update URL by Andrew M. Kuchling · 22 years ago
- 693aea2 - make some links into the reference documentation relative for by Fred Drake · 22 years ago
- 2012f17 SF bug #681003: itertools issues by Raymond Hettinger · 22 years ago
- 2b09bc4 Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS X by Neal Norwitz · 22 years ago
- 694d9b3 Update doc to reflect code changes for obsoleting use_statcache parameter by Neal Norwitz · 22 years ago
- 241c2e9 Remove another lie. by Michael W. Hudson · 22 years ago
- 847f375 Correct lie about METH_NOARGS functions. by Michael W. Hudson · 22 years ago
- 93cf58b Typo fixes by Andrew M. Kuchling · 22 years ago
- 80fd785 Mention FutureWarning for large ints by Andrew M. Kuchling · 22 years ago
- ba37524 Fix description of filterwarnings() parameters (error noted by Richard Jones at by Andrew M. Kuchling · 22 years ago
- 292f56c Provide version changed info by Neal Norwitz · 22 years ago
- 983b008 Updated version of [ 558544 ] cmd.py: add instance-specific stdin/out by Anthony Baxter · 22 years ago
- 570e358 Markup fixes; in particular, the tables are now reasonable width by Andrew M. Kuchling · 22 years ago
- 604ade4 supports_unicode_filenames was not in the right location. by Fred Drake · 22 years ago
- 57d5752 Update to better reflect the usage of struct_time instances throughout; by Fred Drake · 22 years ago
- 5bbeb8d Twiddle. by Fred Drake · 22 years ago
- 4b37364 Bug #678077: Suggest alternative to os.getlogin() by Andrew M. Kuchling · 22 years ago
- b9ba4e6 [Bug #679251] Use correct constant name by Andrew M. Kuchling · 22 years ago
- 1ff49a7 * Add description of PyInt_FromString. by Skip Montanaro · 22 years ago
- ae31e9b Add PyFloat_FromString. Left the char **pend argument out of the by Skip Montanaro · 22 years ago
- 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
- f9b0cc7 Document __module__. by Jeremy Hylton · 22 years ago
- 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
- 89fc4f3 Fix typo by Raymond Hettinger · 22 years ago
- 2adbb83 SF bug #671447: StringIO doc doesn't say it's sometimes read-only. by Raymond Hettinger · 22 years ago
- 008a36a Fix markup error. by Fred Drake · 22 years ago
- 301eb71 Author markup: Andrew got to it first by Raymond Hettinger · 22 years ago
- 49c5955 Make the footer at the end of a \verbatiminput stand out a little by Fred Drake · 22 years ago
- 7934bc2 Move a footnote to the end of the sentence, so the note mark won't by Fred Drake · 22 years ago
- c23e019 More markup changes for consistency. by Fred Drake · 22 years ago
- 68e6d57 Various minor markup adjustments. by Fred Drake · 22 years ago
- 7821d72 Added missing dependency. by Fred Drake · 22 years ago
- a31bb37 Update register example by Andrew M. Kuchling · 22 years ago
- 0a9cc58 Adjust some of Skip's latest changes slightly; these really are things by Fred Drake · 22 years ago
- 9db20c6 Make the "notice" environments somewhat similar, with less difference by Fred Drake · 22 years ago
- 13a2863 * add \versionadded{} strings as appropriate by Skip Montanaro · 22 years ago
- 2ef85a7 Fix minor typos. by Raymond Hettinger · 22 years ago
- cd5c8c2 SF #638299, LaTeX documentation for logging package by Neal Norwitz · 22 years ago
- daae327 Fix markup by Neal Norwitz · 22 years ago
- f536827 Include version annotation for PyObject_Call(). by Fred Drake · 22 years ago
- 8bd62af Fix typo reported to python-docs. by Fred Drake · 22 years ago
- 8d81a01 date and datetime comparison: when we don't know how to by Tim Peters · 22 years ago
- 6d9f9b3 Fred drives and fixes a formatting nit. by Barry Warsaw · 22 years ago
- 2a44a8d SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). by Tim Peters · 22 years ago
- 10cadce Reimplemented datetime.now() to be useful. by Tim Peters · 22 years ago
- f196a0a "Premature" doc changes, for new astimezone() rules, and the new by Tim Peters · 22 years ago
- b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 22 years ago
- 1f7a271 more tweaks by Skip Montanaro · 22 years ago
- 190613c * document open() function by Skip Montanaro · 22 years ago
- 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
- f4ca5a2 Fix typo by Raymond Hettinger · 22 years ago
- e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
- 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
- aac8c58 Various markup changes. by Fred Drake · 22 years ago
- 42b567f Fix a couple of markup errors. by Fred Drake · 22 years ago
- 376f0ef Clean up some files that LaTeX2HTML drops in the HTML output directory by Fred Drake · 22 years ago
- ee1bded Correct typos in example code. by Raymond Hettinger · 22 years ago
- 13dd9d9 Patch #662454: import a.b as c is ok, fixes #660811. by Martin v. Löwis · 22 years ago
- a5caa6f reference the os module and the lock flags in the os.open() function. by Skip Montanaro · 22 years ago
- 3801ec7 Document that __cmp__() is not defined for sets. by Raymond Hettinger · 22 years ago
- 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
- d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
- a974b39 Move the date/time section into the modules section; it was in the by Andrew M. Kuchling · 22 years ago
- c1dd174 Link to MRO article Mention deprecation of string exceptions by Andrew M. Kuchling · 22 years ago
- 2bd1568 SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and by Raymond Hettinger · 22 years ago
- 06daee9 Try to make a sentance more readable. by Neal Norwitz · 22 years ago
- e68fbc4 SF #665570, curses causes interpreter crash by Neal Norwitz · 22 years ago
- 8ec17a0 Minor correction and clarification. by Fred Drake · 22 years ago
- 3cb68a2 Remove extra 'types' Change a couple of list -> mylist by Neal Norwitz · 22 years ago
- 6fe1299 SF bug #652888: bad documentation for the "type" builtin by Raymond Hettinger · 22 years ago
- 312141c Purged reference to defunct datetimetz. by Tim Peters · 22 years ago
- 9b44571 Various minor edits by Andrew M. Kuchling · 22 years ago
- 0f0e6b9 Markup fix by Andrew M. Kuchling · 22 years ago