- 9b924c6 remove extra parameter from _java_getprop, remove duplicate imports by Neal Norwitz · 22 years ago
- 77290f2 use == like all the other conditionals by Neal Norwitz · 22 years ago
- 732911f fix problems found by pychecker by Neal Norwitz · 22 years ago
- 643bcec SF patch #760257: add socket.timeout exception by Raymond Hettinger · 22 years ago
- a4148c3 Added Bob Halley for work on socket.timeout by Raymond Hettinger · 22 years ago
- 275abbd Missed a spot where the new optional optionflags argument needed to get by Tim Peters · 22 years ago
- ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 22 years ago
- 3e2244c Bump version information for Python 2.3 beta 2. by Fred Drake · 22 years ago
- 6595e15 Document PyThreadState_SetAsyncExc(). by Fred Drake · 22 years ago
- 63fd15c Bump release level to 2.3b2. by Tim Peters · 22 years ago
- 01d49fa Slight clarification on running the examples from the Finder. by Jack Jansen · 22 years ago
- d163b85 Suggest people visit www.python.org/packman if the default database by Jack Jansen · 22 years ago
- c5991b0 Use http://www.python.org/packman as the base URL. Also upped the version by Jack Jansen · 22 years ago
- 006ebeb By default build docs, don't download them. by Jack Jansen · 22 years ago
- b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 22 years ago
- 90a2041 Added Steven Taschuk for efforts fixing zipfile.py by Raymond Hettinger · 22 years ago
- f466793 SF patch 703666: Several objects don't decref tmp on failure in subtype_new by Raymond Hettinger · 22 years ago
- 6891cd3 A few minor improvements by Barry Warsaw · 22 years ago
- 6c71091 Rewrote the docs for supporting cyclic garbage collection to reflect by Jim Fulton · 22 years ago
- 9c3e957 Updated the depenencies to reflect changes in the sample code for by Jim Fulton · 22 years ago
- 18a6be9 Added tests for sample modules. by Jim Fulton · 22 years ago
- f0e38d1 Added s setup module to make it easier to test the sample modules. by Jim Fulton · 22 years ago
- 7050e92 Fixed bug in implementation of tp_init function. It should be an int by Jim Fulton · 22 years ago
- 4b59f91 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 22 years ago
- db6a569 Changed the assignment of PyType_GenericNew to tp_new slot. Now do by Jim Fulton · 22 years ago
- ded8e74 Correct markup errors that prevented formatting. by Fred Drake · 22 years ago
- 7928f38 Explain source encodings. Fixes #683486. by Martin v. Löwis · 22 years ago
- ab1e585 Patch #758910: Add pthread flag to CXX if possible. by Martin v. Löwis · 22 years ago
- afec8e3 Patch #751916: Check for signals, fix some refcounting errors. by Martin v. Löwis · 22 years ago
- 2dd1ed6 SF 662923: iterator for dbm keys by Raymond Hettinger · 22 years ago
- 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 22 years ago
- 5d2f515 fix markup nits by Fred Drake · 22 years ago
- c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 22 years ago
- 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 22 years ago
- 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 22 years ago
- 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 22 years ago
- 01c623b fix typo by Fred Drake · 22 years ago
- a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 22 years ago
- c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 22 years ago
- ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 22 years ago
- 095f817 Don't assume the name of the table of contents will be contents.html; by Fred Drake · 22 years ago
- 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 22 years ago
- 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 22 years ago
- 3e3159c Require that __nonzero__() return a bool or exactly an int. by Jeremy Hylton · 22 years ago
- 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 22 years ago
- f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 22 years ago
- 090a349 Check return type of __nonzero__() method. by Jeremy Hylton · 22 years ago
- 6ab8b40 fix link-hovering so <a name='...'> (no href attribute) doesn't get by Fred Drake · 22 years ago
- 9263f57 Fix several bugs in handling of exceptions with trace function enabled. by Jeremy Hylton · 22 years ago
- 8f6c7c5 Some Windows changes preparing for 2.3b2. by Tim Peters · 22 years ago
- 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 22 years ago
- 896e516 Jacob Hallen cornered me here at EuroPython and got me to look at patch: by Michael W. Hudson · 22 years ago
- f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 22 years ago
- df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 22 years ago
- 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 22 years ago
- d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 22 years ago
- f6fe4ed Portion of SF patch #761104. Fixes a minor docstring error. by Raymond Hettinger · 22 years ago
- daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 22 years ago
- 546e34b Enable tracing of multi-threaded applications. by Jeremy Hylton · 22 years ago
- 28b5bb3 Fixing bug described in patch #756032, where SRE reads invalid data by Gustavo Niemeyer · 22 years ago
- f91888b markup consistency nits by Fred Drake · 22 years ago
- 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 22 years ago
- 2b9bc08 Removed useless intra-section references which jump to the top of the by Raymond Hettinger · 22 years ago
- 2dd8c42 SF bug #696777: How to make a class iterable using a member generator. by Raymond Hettinger · 22 years ago
- 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 22 years ago
- 35fd926 SF bug #757822: Additional index items, other minor details by Raymond Hettinger · 22 years ago
- 03f6c54 Whitespace normalization. by Walter Dörwald · 22 years ago
- 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 22 years ago
- 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 22 years ago
- 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 22 years ago
- 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 22 years ago
- bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 22 years ago
- faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 22 years ago
- d2544e3 Give compileall a -d option so it works correctly in the face of by Jack Jansen · 22 years ago
- c44dbc4 Better error message by Jeremy Hylton · 22 years ago
- ac8657b some old changes to this unused module by Just van Rossum · 22 years ago
- 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 22 years ago
- 9e9a7c3 Patch #640236: Better eplain unused data. by Martin v. Löwis · 22 years ago
- 5b8bfdf Patch #755087: Deal with emptied dumbdbm files correctly. by Martin v. Löwis · 22 years ago
- 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 22 years ago
- 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 22 years ago
- d7cccdd Added a field that allows the user to set sys.argv-style arguments by Jack Jansen · 22 years ago
- 47db252 Add some documentation which describes how to use the email package by Barry Warsaw · 22 years ago
- dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 22 years ago
- b6b988b Cop out, and set things to be group-writeable recursively. The various by Jack Jansen · 22 years ago
- 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 22 years ago
- 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 22 years ago
- 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 22 years ago
- 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 22 years ago
- 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 22 years ago
- 4327521 Added regression test for SF #757818 by Raymond Hettinger · 22 years ago
- 3a03de4 SF #757229, fix libsocket.tex typo by Neal Norwitz · 22 years ago
- b9572c3 Removed bytecode transformation for sequence packing/unpacking. by Raymond Hettinger · 22 years ago
- 7c0d7ba Updated. by Jack Jansen · 22 years ago
- c30d7c3 At startup, test that PythonLauncher is the default application for files by Jack Jansen · 22 years ago
- 94d09f8 Installation of PythonLauncher has been failing silently, probably since by Jack Jansen · 22 years ago
- 2664cbb Remove heading from orphan section. by Fred Drake · 22 years ago
- 0799d0a Update link to Python book information. by Fred Drake · 22 years ago
- 8df717a minor __doc__ string tweakage by Skip Montanaro · 22 years ago
- c5e5e51 typo by Skip Montanaro · 22 years ago