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 |
2004-09-14 |
Martin v. Löwis | Strip square brackets from IPv6 address. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Skip Montanaro | mention httplib ipv6 fix |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Skip Montanaro | missed the obvious test case and corresponding fix |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Michael W.... | Make the word "module" appear in the error string for... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Michael W.... | Move a comment back to its rightful location. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Skip Montanaro | Search from the end of the host/port combination to... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Walter Dörwald | Make the hint about the None default less ambiguous. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Walter Dörwald | Enhance the docstrings for unicode.split() and string... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Martin v. Löwis | Remove claims that Python source code is ASCII. Fixes... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Raymond Hettinger | Tweak the wording. Improve examples. Make more brief. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Raymond Hettinger | Cover string.Template in the tutorial's library tour. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Raymond Hettinger | Fix small bugs in Template code. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Raymond Hettinger | SF #1027105: HardwareRandom should be renamed OSRandom |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Barry Warsaw | The 4th group is now 'invalid' instead of 'bogus'. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Barry Warsaw | Raymond's good suggestion to re-order the tests in... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Trent Mick | Patch for compilation on IRIX from rwgk on http://pytho... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Barry Warsaw | substitute(), safe_substitute(): Paul Moore provides... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Barry Warsaw | Added a test for # positional arguments > 1. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Andrew M. Kuchling | Credit patch from Raymond |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Tim Peters | Document testmod's new exclude_empty argument. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Tim Peters | exclude_empty: make the default True for DocTestFinder... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Barry Warsaw | Add tests for keyword arguments and combining mapping... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Barry Warsaw | Accepted Raymond's patch to combine mapping and keyword... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Walter Dörwald | Fix quoting. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Edward Loper | Added new parameter exclude_empty to DocTestFinder... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Tim Peters | DocTestFinder._find(): for tests derived from a module... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Tim Peters | Reluctantly, rehabilitate doctest.master. |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Tim Peters | Tester.run___test__(): This couldn't possibly work... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Tim Peters | Tester.__init__(): this couldn't possibly work when... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Raymond Hettinger | SF #1022910: Conserve memory with list.pop() |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
next |