- b562bc6 Trivial bug fix: deque == [] is not a good way to check if a deque is empty. by Armin Rigo · 20 years ago
- ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
- 4837a22 Use floor division operator. by Raymond Hettinger · 20 years ago
- a4c6a85 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
- 498a186 - Added a "parser" option to testfile() and DocFileTest(). by Edward Loper · 20 years ago
- 456ff91 - Fixed typo in multi-line exception example by Edward Loper · 20 years ago
- 36ee8ce Give a saner example for script_from_examples(); also mention an intended by Tim Peters · 20 years ago
- 9463d87 Made most module references "clickable". by Tim Peters · 20 years ago
- 0041121 Docs for run_docstring_examples(). by Tim Peters · 20 years ago
- aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 20 years ago
- 55593c3 Make the regex pattern easier to read, understand, and modify by Raymond Hettinger · 20 years ago
- 4d9559a Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 20 years ago
- a80a2c8 Updated doctest doc news. by Tim Peters · 20 years ago
- 05b05fe Added a lot of new stuff to the debugging section. by Tim Peters · 20 years ago
- 3afaaf2 Removed debug_script from the public API: no docs, not public. I'm in by Tim Peters · 20 years ago
- 16be62f register_optionflag(): Moved from the Debugging section to the section by Tim Peters · 20 years ago
- 6a0a64b Document set_unittest_reportflags(). by Tim Peters · 20 years ago
- 9d02a7c Add set_unittest_reportflags() to the public API. Docs will follow by Tim Peters · 20 years ago
- 261b28a Removed two undocumented unittest support classes, and one undocumented by Tim Peters · 20 years ago
- c90ea82 Fix double word error. by Raymond Hettinger · 20 years ago
- 3f79125 Assorted minor changes, plus a lot more soap. by Tim Peters · 20 years ago
- 8c0a2cf Explain the motivation for the unittest functions, and beef up the by Tim Peters · 20 years ago
- 48983fc Removed most of the module docstring. There's too much to explain now, by Tim Peters · 20 years ago
- b2b26ac Repaired mistakes in the descriptions of testmod()/testfile(), and by Tim Peters · 20 years ago
- 35ae3dd Add warning notation about using 'bomb' setting. by Brett Cannon · 20 years ago
- a5ca2e7 Remove 'extern' declaration for _Py_SwappedOp. by Brett Cannon · 20 years ago
- 2dc8205 Since the doctest warnings section was reduced to one bullet point, by Tim Peters · 20 years ago
- 39c5de0 In the "doctest warnings" section, removed obsolete info, and noted that by Tim Peters · 20 years ago
- 24f141a Raymond observed that sometimes it's better not to link modules, so I reverted by Johannes Gijsbers · 20 years ago
- 06cc847 Beef up the section on testfile(), giving a complete example in by Tim Peters · 20 years ago
- cac5e7b Typo. by Tim Peters · 20 years ago
- 7a08214 Since the LaTeX isn't doctest'ed, examples are always wrong <wink>. by Tim Peters · 20 years ago
- 27ebcae - Use itemize instead of plain-text '*' for marking up a list. by Johannes Gijsbers · 20 years ago
- 5a59d88 Whitespace normalization. by Tim Peters · 20 years ago
- 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 20 years ago
- 6bc937c Add yet more tests for buffer(). by Neil Schemenauer · 20 years ago
- 927a57f Ensure negative offsets cannot be passed to buffer(). When composing by Neil Schemenauer · 20 years ago
- fb6ba07 Fix buffer offset calculation (need to compute it before changing by Neil Schemenauer · 20 years ago
- 29302a7 Add a few more tests for the buffer() object. by Neil Schemenauer · 20 years ago
- 739d49e Added log() function documentation by Vinay Sajip · 20 years ago
- b2635b2 Added log() function by Vinay Sajip · 20 years ago
- 02dd994 Added exception handling during handler initialization in fileConfig() by Vinay Sajip · 20 years ago
- 1cc3738 Whitespace normalization. by Tim Peters · 20 years ago
- 9447874 Add docstrings for regular expression objects and methods. by Raymond Hettinger · 20 years ago
- 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 20 years ago
- 9fa544c Update for beta1 by Andrew M. Kuchling · 20 years ago
- 0c78956 Add various items by Andrew M. Kuchling · 20 years ago
- e1c69b3 float_richcompare(): Use the new Py_IS_NAN macro to ensure that, on by Tim Peters · 20 years ago
- 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
- 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 20 years ago
- 4533f1f Improve three recipes in the itertools docs. by Raymond Hettinger · 20 years ago
- 513c8bd Arghh, checked in wrong draft. Replacing with correct one. by Raymond Hettinger · 20 years ago
- 0336e1f Use local variables in StringIO.write(). by Raymond Hettinger · 20 years ago
- 7ec642a Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders. by Phillip J. Eby · 20 years ago
- f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 20 years ago
- 7790c3b Removed redundant declaration of _PyLong_NumBits(). by Tim Peters · 20 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
- 0318a93 Clarify that iteration is over headers, not Mime elements. by Raymond Hettinger · 20 years ago
- ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 20 years ago
- c6646c0 Added getLoggerClass() by Vinay Sajip · 20 years ago
- b959117 Added getLoggerClass() by Vinay Sajip · 20 years ago
- a2fc7ec - Minor docstring fixes. - Simplified code to find names for file-based tests. by Edward Loper · 20 years ago
- 4ae900f - Changed SampleClass docstrings to test docstring parsing a little by Edward Loper · 20 years ago
- b3666a3 - Updated docs to reflect changes in 2.4. by Edward Loper · 20 years ago
- 24a0045 Add a commented-out recipe on making trailing whitespace explicit. by Brett Cannon · 20 years ago
- bab3e99 Whitespace normalization. by Tim Peters · 20 years ago
- 6165620 Import no longer needed. by Raymond Hettinger · 20 years ago
- 468af71 Fix minor grammar typo. by Raymond Hettinger · 20 years ago
- 13dea5a Raymond reminded me to use DSU key by Skip Montanaro · 20 years ago
- 41f89a4 Sort classes by fully qualified name. In the common case where you are by Skip Montanaro · 20 years ago
- 729d47d Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask]. by Martin v. Löwis · 20 years ago
- f13337d Fix lib-tk PythonPath. by Martin v. Löwis · 20 years ago
- 052d0cd - Added "testfile" function, a simple function for running & verifying by Edward Loper · 20 years ago
- 1be1a79 SF bug #1030557: PyMapping_Check crashes when argument is NULL by Raymond Hettinger · 20 years ago
- 8b4e886 When this file is sourced in, or used as, one's vimrc file it will set the proper settings to follow the style guidelines laid out in PEPs 7 & 8 as best it can without forcing extraneous settings. by Brett Cannon · 20 years ago
- 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 20 years ago
- 6cc1350 - Updated example output to match actual output by Edward Loper · 20 years ago
- 33db656 Update Template/PEP 292 documentation to current implementation. by Barry Warsaw · 20 years ago
- 0273f5b In DocFileTest: by Edward Loper · 20 years ago
- c9f53b4 Link with ws2_32 instead of wsock32. by Martin v. Löwis · 20 years ago
- 725f8c8 Patch #1021596: Check for None to determine whether _urandomfd is uninitialized. by Martin v. Löwis · 20 years ago
- b0c670c Convert boolean results back to strings. Fixes #807871. Will backport to 2.3. by Martin v. Löwis · 20 years ago
- 5d52e78 Make curses.h inclusion conditional as in the original patch #1012280. by Martin v. Löwis · 20 years ago
- ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 20 years ago
- f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 20 years ago
- 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
- 17cb600 At the cost of a modest (but useful in its own right) change in the semantics by Barry Warsaw · 20 years ago
- 2e6fb46 remove gzipped archives from the list of expected distributions by Fred Drake · 20 years ago
- 6011a3c SF Patch 1022011: Add a command-line argument --no-autoreq, which sets the by Sean Reifschneider · 20 years ago
- 57a6a41 SF Patch 1022003: Change bdist_rpm _topdir to use by Sean Reifschneider · 20 years ago
- cfc3192 SF bug #1014215: Unspecific errors with metaclass by Raymond Hettinger · 20 years ago
- 6543b45 Initialize sep and seplen to suppress warning from gcc. by Skip Montanaro · 20 years ago
- 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 20 years ago
- c74298a Whitespace normalization. by Tim Peters · 20 years ago
- 0a1af4a Remove tabs. by Brett Cannon · 20 years ago
- ca0d2cb Add a missing line continuation character. by Thomas Heller · 20 years ago
- 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
- 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 20 years ago
- 82d0eec mention httplib ipv6 fix by Skip Montanaro · 20 years ago
- cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 20 years ago