| Commit message (Expand) | Author | Age | Files | Lines |
* | No need to have documentation for a module which not accepted in the library. | Fred Drake | 2001-11-09 | 1 | -87/+0 |
|
|
* | Add note about assignment to __debug__ being an error. | Jeremy Hylton | 2001-11-09 | 1 | -0/+4 |
|
|
* | Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571. | Martin v. Löwis | 2001-11-09 | 1 | -2/+2 |
|
|
* | open_the_file(): Explicitly set errno to 0 before calling fopen(). | Tim Peters | 2001-11-09 | 1 | -0/+1 |
|
|
* | getnameinfo() appears to raise socket.error instead of | Barry Warsaw | 2001-11-09 | 1 | -1/+1 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -1/+0 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 2 | -3/+20 |
|
|
* | Fiddle with new test cases -- verify that we get a sensible error | Jeremy Hylton | 2001-11-09 | 1 | -4/+7 |
|
|
* | test_formatdate(): Dang. Typo. | Barry Warsaw | 2001-11-09 | 1 | -1/+1 |
|
|
* | test_formatdate(): Don't do the localtime test if we don't have | Barry Warsaw | 2001-11-09 | 1 | -10/+12 |
|
|
* | open_the_file(): this routine has a borrowed reference to the file | Tim Peters | 2001-11-09 | 1 | -1/+0 |
|
|
* | Add sys/types.h and stdio.h into getaddrinfo test, based on itojun's message | Martin v. Löwis | 2001-11-09 | 2 | -140/+144 |
|
|
* | test_formatdate(): A test for email.Utils.formatdate(). | Barry Warsaw | 2001-11-09 | 1 | -0/+16 |
|
|
* | Forgot to import time. | Barry Warsaw | 2001-11-09 | 1 | -0/+1 |
|
|
* | Updated the documentation for formatdate(). | Barry Warsaw | 2001-11-09 | 1 | -5/+14 |
|
|
* | formatdate(): A better docstring. | Barry Warsaw | 2001-11-09 | 1 | -4/+7 |
|
|
* | Remove my name, probably bad style. | Thomas Heller | 2001-11-09 | 1 | -2/+0 |
|
|
* | formatdate(): An implementation to replace the one borrowed from | Barry Warsaw | 2001-11-09 | 1 | -1/+37 |
|
|
* | Script to print undocumented symbols found in Python header files. | Thomas Heller | 2001-11-09 | 1 | -0/+99 |
|
|
* | Fix SF bug 468948 & 451295: urllib2 authentication problems | Jeremy Hylton | 2001-11-09 | 1 | -28/+12 |
|
|
* | Fix SF bug #479186: compiler generates bad code for "del" | Jeremy Hylton | 2001-11-09 | 1 | -0/+1 |
|
|
* | Fix SF buf #476953: Bad more for opening file gives bad msg. | Jeremy Hylton | 2001-11-09 | 2 | -2/+17 |
|
|
* | A better new, unique object | Jeremy Hylton | 2001-11-09 | 1 | -1/+1 |
|
|
* | Fix memory leak. This is part of SF patch #478006. | Fred Drake | 2001-11-09 | 2 | -1/+2 |
|
|
* | Fix memory leak. This is (very!) similar to part of SF patch #478006. | Fred Drake | 2001-11-09 | 1 | -0/+1 |
|
|
* | Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly | Michael W. Hudson | 2001-11-09 | 2 | -5/+10 |
|
|
* | Cleaned up some markup stupidity and a usage problem reported by Detlef | Fred Drake | 2001-11-09 | 1 | -9/+19 |
|
|
* | Fix a variety of typographical, grammatical, and clarity problems reported | Fred Drake | 2001-11-09 | 1 | -54/+62 |
|
|
* | Merge directory chooser into tkFileDialog. | Martin v. Löwis | 2001-11-08 | 2 | -54/+18 |
|
|
* | Clean up one comment, fix typos in others. | Fred Drake | 2001-11-08 | 1 | -7/+7 |
|
|
* | Backing out the fast path for interned string compares again as requested. | Marc-André Lemburg | 2001-11-08 | 1 | -15/+0 |
|
|
* | Patch #478654: Expose tk_chooseDirectory. | Martin v. Löwis | 2001-11-07 | 2 | -4/+14 |
|
|
* | Add fast-path for comparing interned (true) string objects. | Marc-André Lemburg | 2001-11-07 | 1 | -0/+15 |
|
|
* | Fix memory leaks detecting in bug report #478003. | Martin v. Löwis | 2001-11-07 | 2 | -5/+11 |
|
|
* | When referring to a formal parameter from the description, use the name given | Fred Drake | 2001-11-07 | 1 | -1/+1 |
|
|
* | Another name! | Fred Drake | 2001-11-07 | 1 | -0/+1 |
|
|
* | apply() documentation: Remove a detail about the implementation that does | Fred Drake | 2001-11-07 | 1 | -5/+6 |
|
|
* | SF bug #478949 Windows installer start menu registry. | Tim Peters | 2001-11-07 | 1 | -5/+7 |
|
|
* | Adjust the module synopsis to avoid margin overruns in the PDF format. | Fred Drake | 2001-11-06 | 2 | -5/+3 |
|
|
* | A variety of small cleanups, including one to avoid a margin overrun in the | Fred Drake | 2001-11-06 | 1 | -17/+15 |
|
|
* | Remove stray quotes; probably left over from conversion from docstrings. | Fred Drake | 2001-11-06 | 1 | -1/+1 |
|
|
* | Remove extra period. | Fred Drake | 2001-11-06 | 1 | -1/+1 |
|
|
* | Add a regression test for SF bug #478536: If a value cannot be weakly | Fred Drake | 2001-11-06 | 1 | -1/+5 |
|
|
* | WeakKeyDictionary.has_key(): If the key being tested is not weakly | Fred Drake | 2001-11-06 | 1 | -1/+5 |
|
|
* | Changed names, added bridge functions to macfs.fsref objects and | Jack Jansen | 2001-11-06 | 1 | -67/+48 |
|
|
* | Added an error message when using FSRef objects on platforms that don't | Jack Jansen | 2001-11-06 | 1 | -0/+1 |
|
|
* | Added hfsplusapi module. | Jack Jansen | 2001-11-06 | 4 | -0/+6 |
|
|
* | Added longlong routines. | Jack Jansen | 2001-11-06 | 2 | -1/+8 |
|
|
* | Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by t... | Jack Jansen | 2001-11-06 | 1 | -2/+2 |
|
|
* | Removed unused variable. | Jack Jansen | 2001-11-06 | 1 | -1/+0 |
|
|