- 66162de Add entries for the dummy_thread and dummy_threading modules. by Fred Drake · 23 years ago
- 740f800 - fix use of \refmodule markup by Fred Drake · 23 years ago
- 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 23 years ago
- ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 23 years ago
- a37e5cc We're using strictly American spellings, so there's no diaresis over by Fred Drake · 23 years ago
- bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 23 years ago
- 567332a Start something that might make table notes easier to deal with, eventually. by Fred Drake · 23 years ago
- 9bdeee4 Clean up a table so it passes formatting. by Fred Drake · 23 years ago
- 0de926f Added the \var{} markup so the tables will look good. by Raymond Hettinger · 23 years ago
- 6005a34 Added markup upto line 233. by Raymond Hettinger · 23 years ago
- d1adc8a Describe the new `errors' argument to Header.__init__() and Header.append() by Barry Warsaw · 23 years ago
- fa91858 More markup additions by Andrew M. Kuchling · 23 years ago
- d6d7cfa Minor grammar fix, and clarification by Andrew M. Kuchling · 23 years ago
- c97868e Mark up more text by Andrew M. Kuchling · 23 years ago
- 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 23 years ago
- c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 23 years ago
- f8bcfb1 SF Bug 645777: list.extend() works with any iterable and is no longer by Raymond Hettinger · 23 years ago
- 276a8f3 astimezone(): document that None is an OK argument. by Tim Peters · 23 years ago
- 56b3184 Added a useful warning to the documentation. by Eric S. Raymond · 23 years ago
- 33e9443 Document killpg. by Martin v. Löwis · 23 years ago
- 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 23 years ago
- 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 23 years ago
- 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 23 years ago
- e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 23 years ago
- 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 23 years ago
- 52d1348 Removed blurb admonishing users to raise an exception if the datetime by Tim Peters · 23 years ago
- 2483b61 Added note about technical pickle limitation on tzinfo instances. by Tim Peters · 23 years ago
- 1cff9fc tzinfo.{utcoffset,dst} can return timedelta (or integer or None). by Tim Peters · 23 years ago
- c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 23 years ago
- 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 23 years ago
- 29fb9c7 Brought the strftime explanation into synch with the plain-text sandbox by Tim Peters · 23 years ago
- 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 23 years ago
- bbdb250 Lots of markup changes. This is still pretty sad, but passes LaTeX by Fred Drake · 23 years ago
- ce52008 Move the examples of concrete tzinfo classes to a separate file, so the by Fred Drake · 23 years ago
- 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 23 years ago
- c4a3f41 Bump version number by Andrew M. Kuchling · 23 years ago
- 8ed8320 Fixed longstanding bug in the description of strftime's %W code. by Tim Peters · 23 years ago
- ca2623a Check in current, unfinished, draft of datetime docs by Andrew M. Kuchling · 23 years ago
- e0f02f0 Fix some small markup nits. by Fred Drake · 23 years ago
- 3e93b4d Fix typo spotted by Richie Hindle by Neal Norwitz · 23 years ago
- 3ebf56c Two more typo fixes. by Greg Ward · 23 years ago
- 1d5d8cf Typo fix. by Greg Ward · 23 years ago
- cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
- 212b43f Add markup for base parameter by Neal Norwitz · 23 years ago
- 046b8a7 Fix SF # 641111, Undocumented side effect of eval by Neal Norwitz · 23 years ago
- e9ce25e Fix SF #642742, property() builtin not documented by Neal Norwitz · 23 years ago
- 0f30dbd Fix SF # 626275, missing DECREF's in embedding example by Neal Norwitz · 23 years ago
- 786ddb2 Fixed bug by Gustavo Niemeyer · 23 years ago
- 78429a6 Fixing bug by Gustavo Niemeyer · 23 years ago
- 8e5b53b Rewrite to produce a complete sentence by Andrew M. Kuchling · 23 years ago
- edd179e typo fix. by Just van Rossum · 23 years ago
- 45bda57 Added missing markup. by Raymond Hettinger · 23 years ago
- 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 23 years ago
- 6c50df2 Add Tkinter threading change Fix markup errors Rewrite a sentence by Andrew M. Kuchling · 23 years ago
- 63b4dd3 Description of description was really confusing, and added some markup. by Thomas Heller · 23 years ago
- 2c3bfc2 Raw documentation for the bdist_wininst postinstallation script. by Thomas Heller · 23 years ago
- d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 23 years ago
- b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 23 years ago
- 449a87d Various additions and changes suggested by Raymond Hettinger by Andrew M. Kuchling · 23 years ago
- 0479104 Patch #651006: Better explain what component might be empty. by Martin v. Löwis · 23 years ago
- d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 23 years ago
- 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 23 years ago
- 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 23 years ago
- 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 23 years ago
- f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 23 years ago
- ead60e5 Typo: propogate -> propagate by Thomas Heller · 23 years ago
- edb635f Remove extra ")" in example. by Fred Drake · 23 years ago
- 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 23 years ago
- 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 23 years ago
- a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 23 years ago
- 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 23 years ago
- 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 23 years ago
- b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 23 years ago
- 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 23 years ago
- 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 23 years ago
- ae6bf4a Remove unused variable by Neal Norwitz · 23 years ago
- 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 23 years ago
- 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 23 years ago
- b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 23 years ago
- fb97443 Fix typo. by Walter Dörwald · 23 years ago
- b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 23 years ago
- 5ef2b21 Update e-mail address by Andrew M. Kuchling · 23 years ago
- d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 23 years ago
- e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 23 years ago
- e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 23 years ago
- 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 23 years ago
- 54fe3fd Noted the support for resource exclusion for regrtest. Some people by Fred Drake · 23 years ago
- 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 23 years ago
- f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 23 years ago
- 96bc3b4 This is not part of my patch by Michael W. Hudson · 23 years ago
- 39b4852 Report Tkinter changes. by Martin v. Löwis · 23 years ago
- 057ab14 * libbz2.tex by Gustavo Niemeyer · 23 years ago
- 9e7453d Remove \module{} in link text to avoid HTML generation bug by Andrew M. Kuchling · 23 years ago
- 15353f5 Remove extra word by Andrew M. Kuchling · 23 years ago
- 1a54d71 Mention that .pth files can't be used to override standard modules by Andrew M. Kuchling · 23 years ago
- b5c980b Add unidata_version. Bump generator version number. by Martin v. Löwis · 23 years ago
- 5b21df4 Repaired inaccuracies in the % docs. In particular, we don't (and can't) by Tim Peters · 23 years ago
- 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 23 years ago
- 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 23 years ago
- a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 23 years ago