2004-09-27 |
Raymond Hettinger | Beef-up tests for greater coverage and refcount checking. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Patch #1009075, bug #952953: allow execve with empty... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Patch #1011240: SystemError generated by struct.pack... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Armin Rigo | Trivial bug fix: deque == [] is not a good way to... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Use floor division operator. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Raymond Hettinger | Use floor division operator. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Added a "parser" option to testfile() and DocFileTest(). |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Added a "parser" option to testfile() and DocFileTest(). |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Edward Loper | - Fixed typo in multi-line exception example |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Give a saner example for script_from_examples(); also... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Made most module references "clickable". |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Docs for run_docstring_examples(). |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Raymond Hettinger | Checkin Tim's fix to an error discussed on python-dev. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Raymond Hettinger | Make the regex pattern easier to read, understand,... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Martin v. Löwis | Replace -soname with -h for Solaris compatibility.... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Updated doctest doc news. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Added a lot of new stuff to the debugging section. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Removed debug_script from the public API: no docs... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | register_optionflag(): Moved from the Debugging sectio... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Document set_unittest_reportflags(). |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Add set_unittest_reportflags() to the public API. ... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tim Peters | Removed two undocumented unittest support classes,... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Raymond Hettinger | Fix double word error. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Assorted minor changes, plus a lot more soap. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Explain the motivation for the unittest functions,... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Removed most of the module docstring. There's too... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Repaired mistakes in the descriptions of testmod()... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Brett Cannon | Add warning notation about using 'bomb' setting. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Brett Cannon | Remove 'extern' declaration for _Py_SwappedOp. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Since the doctest warnings section was reduced to one... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | In the "doctest warnings" section, removed obsolete... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Johannes Gijsbers | Raymond observed that sometimes it's better not to... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Beef up the section on testfile(), giving a complete... |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Typo. |
commit | commitdiff | tree | snapshot |
2004-09-25 |
Tim Peters | Since the LaTeX isn't doctest'ed, examples are always... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Johannes Gijsbers | - Use itemize instead of plain-text '*' for marking... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Johannes Gijsbers | Port test_unpack to doctest (patch #736962). |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Add yet more tests for buffer(). |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Ensure negative offsets cannot be passed to buffer... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Fix buffer offset calculation (need to compute it befor... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Schemenauer | Add a few more tests for the buffer() object. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Vinay Sajip | Added log() function documentation |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Vinay Sajip | Added log() function |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Vinay Sajip | Added exception handling during handler initialization... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Raymond Hettinger | Add docstrings for regular expression objects and methods. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Raymond Hettinger | Granted Noam Raphael's request for minor improvements... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Andrew M. Kuchling | Update for beta1 |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Tim Peters | float_richcompare(): Use the new Py_IS_NAN macro to... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Tim Peters | Introduced a Py_IS_NAN macro, which probably works... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Tim Peters | SF bug #513866: Float/long comparison anomaly. |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Raymond Hettinger | Improve three recipes in the itertools docs. |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Raymond Hettinger | Arghh, checked in wrong draft. Replacing with correct... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Raymond Hettinger | Use local variables in StringIO.write(). |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Phillip J. Eby | Fix for SF bug #1029475 : reload() doesn't work with... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Tim Peters | A static swapped_op[] array was defined in 3 different... |
commit | commitdiff | tree | snapshot |
2004-09-23 |
Tim Peters | Removed redundant declaration of _PyLong_NumBits(). |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Raymond Hettinger | SF patch #1031667: Fold tuples of constants into a... |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Raymond Hettinger | Clarify that iteration is over headers, not Mime elements. |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Raymond Hettinger | Bug #1030125: rfc822 __iter__ problem |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Vinay Sajip | Added getLoggerClass() |
commit | commitdiff | tree | snapshot |
2004-09-22 |
Vinay Sajip | Added getLoggerClass() |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Edward Loper | - Minor docstring fixes. |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Edward Loper | - Changed SampleClass docstrings to test docstring... |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Edward Loper | - Updated docs to reflect changes in 2.4. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Brett Cannon | Add a commented-out recipe on making trailing whitespac... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Raymond Hettinger | Import no longer needed. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Raymond Hettinger | Fix minor grammar typo. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Skip Montanaro | Raymond reminded me to use DSU key |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Skip Montanaro | Sort classes by fully qualified name. In the common... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Martin v. Löwis | Patch #1024670: Support int objects in PyLong_AsUnsigne... |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Martin v. Löwis | Fix lib-tk PythonPath. |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Edward Loper | - Added "testfile" function, a simple function for... |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Raymond Hettinger | SF bug #1030557: PyMapping_Check crashes when argument... |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Brett Cannon | When this file is sourced in, or used as, one's vimrc... |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Raymond Hettinger | SF patch #1020845: Decimal performance enhancements |
commit | commitdiff | tree | snapshot |
2004-09-19 |
Edward Loper | - Updated example output to match actual output |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Barry Warsaw | Update Template/PEP 292 documentation to current implem... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Edward Loper | In DocFileTest: |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Link with ws2_32 instead of wsock32. |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Patch #1021596: Check for None to determine whether... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Convert boolean results back to strings. Fixes #807871. |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Make curses.h inclusion conditional as in the original... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Patch #1012280: Include curses.h for term.h check.... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Patch #1029061: Always extract member names from the... |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Martin v. Löwis | Patch #1025790: Add status code constants to httplib. |
commit | commitdiff | tree | snapshot |
2004-09-18 |
Barry Warsaw | At the cost of a modest (but useful in its own right... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Fred Drake | remove gzipped archives from the list of expected distr... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Sean Reifschneider | SF Patch 1022011: Add a command-line argument --no... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Sean Reifschneider | SF Patch 1022003: Change bdist_rpm _topdir to use |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Raymond Hettinger | SF bug #1014215: Unspecific errors with metaclass |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Skip Montanaro | Initialize sep and seplen to suppress warning from... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Tim Peters | SF bug #1028306: date-datetime comparison |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Brett Cannon | Remove tabs. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Thomas Heller | Add a missing line continuation character. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Martin v. Löwis | Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of... |
commit | commitdiff | tree | snapshot |
next |