2000-08-21 |
Barry Warsaw | PEP 214, Extended print Statement, has been accepted... |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Barry Warsaw | PEP 214, Extended print Statement, has been accepted... |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Thomas Wouters | Ignore Grammar/Makefile now that it's a made Makefile. |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Tim Peters | Remove the winreg module from the project. I don't... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Andrew M. Kuchling | Add alias for old function name -- removing it broke... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Andrew M. Kuchling | Strengthen the warning against using SerialCookie and... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | - identify() enum names. |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Updated the applescript documentation for te new framew... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Added a package for the other browser too. |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Moved to unsupported: it never lived up to its expectan... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Moved to unsupported: it doesn't work anymore and it... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Updated for new AppleScript structure and moved to... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Fixed again to work with the old scripting interface... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Updated for the new applescript interface (which actual... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Enums we cannot find are set to None, and enumsubst... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Fixed event inheritance code (which didn't work at... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Finder suite. |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Jack Jansen | Regenerated with fixes to gensuitemodule. |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Thomas Wouters | Fix the bug Sjoerd Mullender discovered, where find_fro... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Tim Peters | Changed the popen2.py _test function to use the "more... |
commit | commitdiff | tree | snapshot |
2000-08-20 |
Tim Peters | David Goodger's new getopt test module (thanks, David!). |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Thomas Wouters | Disallow "import mod.submod as m", because the result... |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Fred Drake | Add entry for Cookie module. |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Fred Drake | Make it format. |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Moshe Zadka | Adding tests of the "attrs" optional argument, and... |
commit | commitdiff | tree | snapshot |
2000-08-19 |
Andrew M. Kuchling | Use METH_VARARGS constant in example module. |
commit | commitdiff | tree | snapshot |
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 |
next |