2000-08-19 |
Andrew M. Kuchling | Test case for Cookie.py |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Moshe Zadka | Initial revision. Markup unchecked. |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Andrew M. Kuchling | Added Tim O'Malley's Cookie.py module (master version at |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | com_error(): Quiet gcc -Wall warning. |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Remove a couple of warnings turned up by "gcc -Wall". |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | PyUnicode_AsUTF8String(): /F picks up what I missed... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Vladimir Marangozov | Do not set a MemoryError exception over another MemoryE... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Better conformance to the Python Style Guide: use space... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | When a KeyboardInterrupt is caught, just use the "raise... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Revise to use atexit instead of monkeying with sys... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Convert some old-style string exceptions to class excep... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Convert some old-style string exceptions to class excep... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Sjoerd Mullender | Removed references to Py_FPROTO. |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | PyUnicode_AsUTF8String(): Don't need to explicitly... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | ANSI-fy function headers. Not much more can be done... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | lad_dealloc(): if xp->x_fd == -1, it means the descript... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | pattern_findall(): Plug small memory leak discovered... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | init_locale(): This file defines the _locale module... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | SyntaxError__classinit__(): Slight reorg for simplicity. |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | PyParser_ParseString(): When the err_ret structure... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | comples_from_string(): Move s_buffer[] up to the top... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | make_pair(): When comparing the pointers, they must... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | PyFloat_FromString(): Move s_buffer[] up to the top... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | PyInstance_DoBinOp(): When comparing the pointers,... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | Added test for uintptr_t, the C9X acceptable way to... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | Added #undef HAVE_UINTPTR_T for autoconf's delight. |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | Moved LONG_LONG #define from here to pyport.h. |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Barry Warsaw | Moved LONG_LONG #define from longobject.h to here,... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | As pointed out by Denis S. Otkidach <den@analyt.chem... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Adjust the way __getslice__() is marked as deprecated... |
commit | commitdiff | tree | snapshot |
2000-08-18 |
Fred Drake | Fix a markup error that caused formatting to fail. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Andrew M. Kuchling | Mention the new 'import X as Y' syntax |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Andrew M. Kuchling | Document the returns_unicode attribute |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Update to reflect the recent Grammar changes. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Thomas Wouters | Apply SF patch #101135, adding 'import module as m... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Thomas Wouters | Apply SF patch #101029: call __getitem__ with a proper... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Remove an item that's been done. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | A little more text, and some really minor cleanups. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Small cleanups, and note when zip() entered the menagerie. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Revise the comments about the exceptions module to... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | Package with suites for talking to CodeWarrior. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | Package with suites for talking to netscape. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | The package with standard suites. These are used separa... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | Use the new package-based scripting support. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | Generate packages in stead of separate modules. The... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | Removed temporary code to disable OT networking (this... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Jack Jansen | Removed temporary code that always set creator to Simpl... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Sjoerd Mullender | Reran autoconf. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Sjoerd Mullender | Fix up problems when compiling in a directory other... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Convert some old-style string exceptions to class excep... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | Convert some old-style string exceptions to class excep... |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Fred Drake | \citetitle: Format the title, not the optional URL! |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Andrew M. Kuchling | Add section on list comprehension |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Barry Warsaw | Insure properly identifies the `interned' dictionary... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Barry Warsaw | _PySys_Init(): Fix another Insure discovered memory... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Trent Mick | The sre test suite currently overruns the stack on... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Fred Drake | Ka-Ping Yee <ping@lfw.org>: |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Peter Schneider... | updated occurences of fqdn algorithm (closes patch... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Barry Warsaw | SyntaxError__str__(): Fix two memory problems discovere... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Trent Mick | add dummy 'add2lib' target to Grammar/Makefile so non... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Fred Drake | Use socket.getfqdn() instead of defining make_fqdn(). |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Fred Drake | Document socket.getfqdn(). |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Fred Drake | The socket module is now _socket on all platforms. |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Fred Drake | Remove a lot of the confusing conditional compilation... |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Fred Drake | Revise the wrapper structure for the socket module: |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Andrew M. Kuchling | Updated comment |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Andrew M. Kuchling | Deleted now-unused include files |
commit | commitdiff | tree | snapshot |
2000-08-16 |
Andrew M. Kuchling | Mention setdefault() method for dicts |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Mark Hammond | From Rene Liebscher: |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Thomas Wouters | Apply SF patch #101151, by Peter S-K, which fixes smtpl... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Chris Herborth <chrish@pobox.com>: |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Fix error made in applying Thomas's patch. |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Thomas Wouters <thomas@xs4all.net>: |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Fix markup bug that prevented formatting. |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Tim Peters | Fix new compiler warnings. Unused var in compile.c... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | my_basename(): Removes the leading path components... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Remove the osdefs.h #include; it was not needed in... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Update test output to reflect change in SyntaxError... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | When raising a SyntaxError, make a best-effort attempt... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | When raising a SyntaxError, make a best-effort attempt... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | SyntaxError__str__(): Do more formatting of the except... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Greg Ward | Bump version to 0.9.1. |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Greg Ward | Fixed the move-RPM-files hack so it knows about the... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Greg Ward | Added support for the '--dist-dir' option, including... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Greg Ward | Fix long-hidden inconsistency in internal interface... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | binascii_unhexlify(): Better error message, courtesy... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | tests for binascii.b2a_hex() and binascii.a2b_hex(). |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | Describe the b2a_hex() and a2b_hex() functions (a.k... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | After a brief conversation and code review with TP... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | SHA_hexdigest(): A couple of small patches to this... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | Added a test of the md5.hexdigest() method. Funny... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | Added description of the md5.hexdigest() method. |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Barry Warsaw | md5_hexdigest(): After a brief conversation with TP... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Correct the reference count information for the paramet... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Fred Drake | Guido pointed out that all names in the sys module... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Tim Peters | Fix for http://sourceforge.net/bugs/?func=detailbug... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
David Scherer | Initial revision |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Mark Hammond | Fix for bug #110670 - Win32 os.listdir raises confusing... |
commit | commitdiff | tree | snapshot |
2000-08-15 |
Mark Hammond | Fix the parent of WindowsError - both the comments... |
commit | commitdiff | tree | snapshot |
next |