- 42406e6 SF patch #1191489: Simplify logic in random.py by Raymond Hettinger · 20 years ago
- 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 20 years ago
- ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 20 years ago
- b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 20 years ago
- e8dead4 Fix by Michael W. Hudson · 20 years ago
- f21569e Fix typo. by Raymond Hettinger · 20 years ago
- c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 20 years ago
- d7c795e Make parse_makefile fallback to environment variables if nothing is by Martin v. Löwis · 20 years ago
- 08cd598 Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant by Brett Cannon · 20 years ago
- 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 20 years ago
- a4eb2d5 Fix comment. by Walter Dörwald · 20 years ago
- bc8e642 If the data read from the bytestream in readline() ends in a '\r' read one more by Walter Dörwald · 20 years ago
- 49ab700 Clarify usage of OPT by noting that if it is set the default values will be by Brett Cannon · 20 years ago
- b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 20 years ago
- e890682 Whitespace normalization. by Tim Peters · 20 years ago
- c8d907c As per discussion on python-dev, descriptors defined in C with a NULL setter by Barry Warsaw · 20 years ago
- a267563 Add a line explaining what env var to use to set the compiler flags and an by Brett Cannon · 20 years ago
- 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 20 years ago
- 774479c Fix: by Michael W. Hudson · 20 years ago
- 6d22b56 Updated to work with current Python docs setup, and added a minimal README. by Jack Jansen · 20 years ago
- 4454a1f Fix building of spwd; was incorrectly checking for the needed HAVE_* values to by Brett Cannon · 20 years ago
- 1356f78 SF bug #1183742: PyDict_Copy() can return non-NULL value on error by Raymond Hettinger · 20 years ago
- fa7e6b4 typo fix, thanks Jeremy Sanders by Anthony Baxter · 20 years ago
- 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 20 years ago
- 8ec676e Update permissions for Finn Bock. by Raymond Hettinger · 20 years ago
- cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 20 years ago
- f2dbeff Fix HTTP method handler example so that method names in uppercases by Hye-Shik Chang · 20 years ago
- 3033734 Update permissions for Eric Price. by Raymond Hettinger · 20 years ago
- fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 20 years ago
- e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 20 years ago
- 95ed80b Update status for Irme de Jong. by Raymond Hettinger · 20 years ago
- c672f8c SF patch 1179503: Fix typos in rpc.py by Raymond Hettinger · 20 years ago
- d8d732e Fill out one section by Andrew M. Kuchling · 20 years ago
- 4b000cd Add more text by Andrew M. Kuchling · 20 years ago
- bdaad8c * Fix error in definition of Im() which returned self instead of 0 by Raymond Hettinger · 20 years ago
- ab9ec16 Patch #1177597: Fix various bugs in Demo/classes/Complex.py. by Martin v. Löwis · 20 years ago
- 4a1e48c Patch #1177597: Correct various bugs, add comments. by Martin v. Löwis · 20 years ago
- 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 20 years ago
- f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 20 years ago
- 4ebc7e3 Add test for ``class B1(): pass``. by Brett Cannon · 20 years ago
- da524a9 Record removal of permissions for Charles Waldman. by Raymond Hettinger · 20 years ago
- 207d5eb Add ESR info. by Tim Peters · 20 years ago
- efcd1d3 Record a drop request by Ken Manheimer. by Raymond Hettinger · 20 years ago
- 1f0d103 Record a drop request by Moshe Zadka. by Raymond Hettinger · 20 years ago
- f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 20 years ago
- b53b741 Info about Eric Price. by Tim Peters · 20 years ago
- af2c70a Update permissions log for Reedy, Holden, Haring, and Cole. by Raymond Hettinger · 20 years ago
- e3afc59 In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, by Michael W. Hudson · 20 years ago
- ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 20 years ago
- fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 20 years ago
- 9ef852c Make that a C, not a C++, comment. by Michael W. Hudson · 20 years ago
- 2ea3072 Add a comment explaining the import of longintrepr.h. by Michael W. Hudson · 20 years ago
- a739b08 By popular demand from Linux-heads(!), renamed developers to developers.txt. by Tim Peters · 20 years ago
- 7dcdd8c Begin a log of developer permissions. by Raymond Hettinger · 20 years ago
- c88a6c7 SF bug #1168983: ftplib.py string index out of range by Raymond Hettinger · 20 years ago
- 714f878 Fix typos. by Walter Dörwald · 20 years ago
- 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 20 years ago
- cf18a5d Fill docstrings for module and functions, extracted from the tex by Hye-Shik Chang · 20 years ago
- b6fa281 Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define by Hye-Shik Chang · 20 years ago
- ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 20 years ago
- 99358df Added threadName to LogRecord by Vinay Sajip · 20 years ago
- 4a70486 Added threadName and now using re-entrant lock by Vinay Sajip · 20 years ago
- a6e8a4a Since PyPI only accepts UTF-8 encoded data now, make sure that the data is by Walter Dörwald · 20 years ago
- b330adf NEWS entries for the bugs I fixed yesterday. by Michael W. Hudson · 20 years ago
- 5253c30 I suppose a bug report or even a fix would be a better response, but by Michael W. Hudson · 20 years ago
- e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 20 years ago
- 5c47355 Minor wording fix. by Michael W. Hudson · 20 years ago
- da6242c Fixes for by Michael W. Hudson · 20 years ago
- 9a8c314 Be a bit more accurate. by Michael W. Hudson · 20 years ago
- b47039f I don't think it's particularly accurate to say Guido is maintaining by Michael W. Hudson · 20 years ago
- 1b17b6b add 2.4.1 to the release history by Fred Drake · 20 years ago
- 7f9915e merge from branch by Anthony Baxter · 20 years ago
- ed23346 Update NEWS for patch 1171735 (Darwin 8 build fixes) by Bob Ippolito · 20 years ago
- 12b6f6c Move exception finalisation later in the shutdown process - this by Anthony Baxter · 20 years ago
- b7e99b6 SF patch 1167316: doctest.py fails self-test if run directly. by Tim Peters · 20 years ago
- 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 20 years ago
- 0f9679d Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 20 years ago
- 8b8fb3d Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- 0f26054 Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, by Greg Ward · 20 years ago
- a17fa89 SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT by Greg Ward · 20 years ago
- eba28be Whitespace normalization. by Tim Peters · 20 years ago
- 700f36c Two lines in this file had unbalanced parentheses -- couldn't possibly by Tim Peters · 20 years ago
- 1b2e0d9 Fix whitespace. by Raymond Hettinger · 20 years ago
- fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
- 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
- e6c470f SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 20 years ago
- ca5d8fe Add missing socket import by Martin v. Löwis · 20 years ago
- 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 20 years ago
- c6699b7 minor cleanup by Fred Drake · 20 years ago
- 712f070 clean up the underscore mess for the typeset formats so that subscripts by Fred Drake · 20 years ago
- 8efd904 Make SRPMs pyversion 'any'. by Martin v. Löwis · 20 years ago
- 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 20 years ago
- c8734a7 Fix typo. by Walter Dörwald · 20 years ago
- 8d12158 Make the signature detached. by Martin v. Löwis · 20 years ago
- 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
- 24ff83d Fix registration of output file. by Martin v. Löwis · 20 years ago
- be435bf Don't set the Python version for sdist uploads. by Martin v. Löwis · 20 years ago
- f74b923 Upload GPG signature. by Martin v. Löwis · 20 years ago
- c448a91 Fix typo. by Walter Dörwald · 20 years ago
- abc1566 fix Python style guide conformance by Fred Drake · 20 years ago