| Commit message (Expand) | Author | Age | Files | Lines |
* | Read the text files to be compared in universal-newline mode. | Tim Peters | 2004-10-03 | 1 | -1/+5 |
|
|
* | added plistlib news item | Just van Rossum | 2004-10-03 | 1 | -1/+3 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 1 | -0/+6 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 1 | -0/+5 |
|
|
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 1 | -0/+13 |
|
|
* | SF bug#1038917 fix typos (Contributed by George Yoshida.) | Raymond Hettinger | 2004-10-02 | 1 | -1/+1 |
|
|
* | Noted the fix to deque gc. | Tim Peters | 2004-10-01 | 1 | -1/+3 |
|
|
* | Add note about inclusion of DarwinPorts directories in setup.py on darwin. | Brett Cannon | 2004-09-28 | 1 | -0/+4 |
|
|
* | Updated doctest doc news. | Tim Peters | 2004-09-26 | 1 | -1/+4 |
|
|
* | Add warning notation about using 'bomb' setting. | Brett Cannon | 2004-09-25 | 1 | -1/+3 |
|
|
* | Granted Noam Raphael's request for minor improvements to the re module and | Raymond Hettinger | 2004-09-24 | 1 | -0/+5 |
|
|
* | Introduced a Py_IS_NAN macro, which probably works on the major platforms | Tim Peters | 2004-09-23 | 1 | -1/+5 |
|
|
* | SF bug #513866: Float/long comparison anomaly. | Tim Peters | 2004-09-23 | 1 | -1/+10 |
|
|
* | SF patch #1031667: Fold tuples of constants into a single constant | Raymond Hettinger | 2004-09-22 | 1 | -0/+3 |
|
|
* | Clarify that iteration is over headers, not Mime elements. | Raymond Hettinger | 2004-09-22 | 1 | -1/+2 |
|
|
* | Bug #1030125: rfc822 __iter__ problem | Raymond Hettinger | 2004-09-22 | 1 | -0/+1 |
|
|
* | Add a commented-out recipe on making trailing whitespace explicit. | Brett Cannon | 2004-09-20 | 1 | -0/+7 |
|
|
* | Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask]. | Martin v. Löwis | 2004-09-20 | 1 | -1/+1 |
|
|
* | When this file is sourced in, or used as, one's vimrc file it will set the pr... | Brett Cannon | 2004-09-19 | 1 | -0/+78 |
|
|
* | Patch #1029061: Always extract member names from the tarinfo. | Martin v. Löwis | 2004-09-18 | 1 | -0/+3 |
|
|
* | Patch #1025790: Add status code constants to httplib. | Martin v. Löwis | 2004-09-18 | 2 | -0/+3 |
|
|
* | SF bug #1028306: date-datetime comparison | Tim Peters | 2004-09-16 | 1 | -0/+10 |
|
|
* | mention httplib ipv6 fix | Skip Montanaro | 2004-09-14 | 1 | -0/+2 |
|
|
* | Fix quoting. | Walter Dörwald | 2004-09-13 | 1 | -1/+1 |
|
|
* | Reluctantly, rehabilitate doctest.master. | Tim Peters | 2004-09-13 | 1 | -7/+15 |
|
|
* | Typo fix: 'comparisions' is not a word | Andrew M. Kuchling | 2004-09-10 | 1 | -1/+1 |
|
|
* | Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. | Martin v. Löwis | 2004-09-10 | 2 | -2/+4 |
|
|
* | Patch #808115: Add script support to bdist_rpm.py. | Martin v. Löwis | 2004-09-10 | 1 | -0/+2 |
|
|
* | SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support | Walter Dörwald | 2004-09-07 | 1 | -2/+11 |
|
|
* | compiler.transformer: correct lineno attribute when possible | Jeremy Hylton | 2004-09-07 | 1 | -0/+1 |
|
|
* | Ported test__locale to unittest. | Brett Cannon | 2004-09-06 | 1 | -0/+61 |
|
|
* | update version | Anthony Baxter | 2004-09-02 | 1 | -1/+1 |
|
|
* | release date | Anthony Baxter | 2004-09-02 | 1 | -1/+1 |
|
|
* | Add news item. | Andrew M. Kuchling | 2004-08-31 | 1 | -0/+3 |
|
|
* | Remove mpz, rotor | Andrew M. Kuchling | 2004-08-31 | 1 | -2/+1 |
|
|
* | Remove mpz, rotor, xreadlines modules | Andrew M. Kuchling | 2004-08-31 | 1 | -22/+1 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -1/+4 |
|
|
* | Bug #1014775: update NEWS.help for changes in docutils. | Johannes Gijsbers | 2004-08-30 | 1 | -2/+2 |
|
|
* | Bug #1014770: apply some rest-foo and fix some docutils errors. | Johannes Gijsbers | 2004-08-30 | 1 | -1/+9 |
|
|
* | Patch #934356: if a module defines __all__, believe that rather than using | Johannes Gijsbers | 2004-08-30 | 1 | -0/+3 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -0/+3 |
|
|
* | Teach the random module about os.urandom(). | Raymond Hettinger | 2004-08-30 | 1 | -0/+3 |
|
|
* | SF patch 936813: fast modular exponentiation | Tim Peters | 2004-08-30 | 1 | -1/+13 |
|
|
* | SF patch 936813: fast modular exponentiation | Tim Peters | 2004-08-29 | 2 | -0/+11 |
|
|
* | Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. | Martin v. Löwis | 2004-08-29 | 2 | -0/+5 |
|
|
* | Patch #934711: Expose platform-specific entropy. | Martin v. Löwis | 2004-08-29 | 1 | -0/+3 |
|
|
* | SF feature request #992967: array.array objects should support sequences. | Raymond Hettinger | 2004-08-29 | 1 | -2/+2 |
|
|
* | When building with --disable-toolbox-glue under Darwin, skip building any | Brett Cannon | 2004-08-26 | 1 | -0/+3 |
|
|
* | Patch #1014930. Expose current parse location to XMLParser. | Dave Cole | 2004-08-26 | 1 | -0/+3 |
|
|
* | Patch #970015: Replace - by _ in version and release. | Martin v. Löwis | 2004-08-25 | 1 | -1/+2 |
|
|