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 |
2000-08-14 |
Mark Hammond | Remove the test for abspath with an empty path - too... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Fred Drake | The attempt to protect against MS_WIN16 compilers that... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Fred Drake | For bug reporting, point to the SourceForge bug tracker... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Fred Drake | Document the byte_order value in the sys module. |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Fred Drake | Add a byte_order value to the sys module. The value... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Fred Drake | Document the range type, as suggested by Denis S. Otkidach |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Marc-André... | Fixed a couple of instances where a 0-length string... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Mark Hammond | Test for fix to bug #110673: os.abspatth() now always... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Mark Hammond | Fix for Bug #110673: os.abspatth() now always returns... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Mark Hammond | Check in the correct output - even though the module... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Mark Hammond | Support for building the new w9xpopen.exe, which is... |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Mark Hammond | Patch #101032, from David Bolen: |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Mark Hammond | Patch #101032, from David Bolen: |
commit | commitdiff | tree | snapshot |
2000-08-14 |
Fred Drake | In the section on the "Very High Level Layer", address... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Trent Mick | Revert this checkin: |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Trent Mick | Check for overflow in list object insertion and raise... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Thomas Wouters | The list comp patch checked for the second child node... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Vladimir Marangozov | Fix a typo in the PyMem_Resize macro, found by Andrew... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Overhauld 'check_config_h()': now returns a (status... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Added a whinging comment about the ugliness of construc... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Rene Liebscher: |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Rene Liebscher: |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | get_export_symbols() changed, adds now module init... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Rene Liebscher: ext.export_symbols is now always a... |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Typo fix in docstring. |
commit | commitdiff | tree | snapshot |
2000-08-13 |
Greg Ward | Fix references to functions formerly imported from... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Trent Mick | Clean up warning from Monterey compiler. |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Thomas Wouters | The list comprehensions patch partly reversed the remov... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Trent Mick | Clean up a warning on Win64. The downcast of the strlen... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Trent Mick | Clean up a couple of warnings on Win64. The downcast... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Trent Mick | Use safer comparisons (only matters when sizeof(int... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Thomas Wouters | Bring Tools/compiler almost up to date. Specifically: |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Fred Drake | Fix some markup errors that prevented formatting, and... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Trent Mick | Add the current Win64 compiler to the list of those... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Andrew M. Kuchling | Updated this module after the recent grammar changes |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Andrew M. Kuchling | Back out ESR's erroneous commit of a DB-related change |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Skip Montanaro | list comprehensions. see |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Guido van Rossum | Whoever added the Makefile rule to auto-build the Gramm... |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Fred Drake | Added information for PyEval_EvalCode(). |
commit | commitdiff | tree | snapshot |
2000-08-12 |
Fred Drake | Added Marc-Andre Lemburg's documentation for string... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Trent Mick | These files all used to be tagged as binary in CVS... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Thomas Wouters | 'make' in Grammar too, so graminit.h and graminit.c... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Thomas Wouters | Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | PyRun_InteractiveOne(), |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Fred Drake | Some minor clarifications and added some index entries. |
commit | commitdiff | tree | snapshot |
next |