2001-03-01 |
Ka-Ping Yee | Add __author__ variable. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Ka-Ping Yee | Docstring improvements. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tim Peters | More fiddling w/ the new-fangled Mac import code. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Moshe Zadka | Checking in patch 404826 -- urllib2 enhancements and... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Fred Drake | Suppress a compiler warning under OpenVMS; time_t is... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Jeremy Hylton | Fix core dump in example from Samuele Pedroni: |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Jeremy Hylton | Visit the closure during traversal and XDECREF it on... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Fred Drake | Bump the release number to 2.1b1. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Skip Montanaro | final round of __all__ lists (I hope) - skipped urllib2... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Skip Montanaro | move import into function to avoid having to add an... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Ka-Ping Yee | Add getlineno() routine to account for LINENO optimization. |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Fred Drake | Revised version of Jason Tishler's patch to make this... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Fred Drake | Add tests for the .copy() methods of both weak dictiona... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Fred Drake | Change WeakDictionary to WeakValueDictionary in a coupl... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tim Peters | Prepare Windows for 2.1 beta 1: installer dialogs... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tim Peters | Added blurbs about difflib, doctest and Windows import... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tim Peters | Remove extra close curly in code #ifdef'ed out on my... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Tim Peters | In Steven's apparent absence, check in *something*... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Andrew M. Kuchling | Fix markup nit pointed out by FLD |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Jeremy Hylton | Don't add global names to st->st_global if we're alread... |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Guido van Rossum | Use |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Ka-Ping Yee | Call main routine in pydoc module (pydoc.cli). |
commit | commitdiff | tree | snapshot |
2001-03-01 |
Ka-Ping Yee | Normalize case of paths in sys.path to avoid duplicates... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Add test case for global stmt at module level. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | undo introduction of st_global_star |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Document PyErr_WarnExplicit(). |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Warn about global statement at the module level. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Document warn_explicit(). |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | Disable GetWindowSpareFlag and GetWindowGoAwayBox on... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | update output to reflect exception that is now raised |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | Put PPC distributions back in, rearranged packages... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | add DEF_BOUND |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Add entry for the inspect module. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Clean up some of the markup for consistency, wrap some... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Fix some rules broken by typos, others by the flattenin... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Add warning/error handlin for problematic nested scopes... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Fix filter for SyntaxErrors |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Fix for bug #405007: prefix subdir to scripts in order... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Add description of PEP235 |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Move a comment around to where it belongs (the code... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Cover pydoc |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Document the object allocator |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Let's have some sanity. Introduce a helper to issue... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Skip Montanaro | added description of NL token |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Use the new PyErr_WarnExplicit() API to issue better... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | SyntaxError__init__(): Be a little more robust when... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Move some constant initialization from FTP.__init__... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Add PyErr_WarnExplicit(), which calls warnings.warn_exp... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Add declaration for PyErr_WarnExplicit(). |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Add a new API: |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Mention pydoc |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Leave #! lines featuring /usr/bin/env alone |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Now that Jeremy is asking about this code, it looks... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Install the pydoc script |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Add script form of pydoc so that it's present in beta1... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Fix for bug #404875: fix typo in setup.py |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Placate tabnanny |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Define lots of constants for indexes into the structure... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Add regression test for future statements. This adds... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Improve SyntaxErrors for bad future statements. Set... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | SF patch 404928: Support for next Cygwin gcc (2.95... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | Reset the resource file chain before calling PyMac_Open... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | Oops, need to import Res. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | If we can't find our splash dialog (i.e. we're probably... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Removed now-unreferenced CHECK_IMPORT_CASE from Windows... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Print the offending line of code in the traceback for... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Ack -- my eyes are getting bleary. Typos in the commen... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Comment typos. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Implement PEP 235: Import on Case-Insensitive Platforms. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Added regression test for SF tracker bug #403871: ... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Fix SF tracker bug #403871: AttributeError in ZipFile... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Fix SF buf 404774 submitted by Gregory H. Ball |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Need to support single_input explicitly so from __futur... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Presumed correct compiler pass for future statements |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | verify that warnings are issued for bogus uses of global |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Skip Montanaro | added missing element to __all__ |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Skip Montanaro | added some elements missing from __all__ |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Macintosh compatibility. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Acknowledgements. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Updated for 2.1a3 |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Added Popt resource for "dont show console" |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Various tweaks to make it work on MacOSX. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Added future.c |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Fix $Revision$ processing so it doesn't get eaten by... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Add $Revision: $ tag. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Add display of $Revision $ and credits. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Update documentation for termios module; do not refer... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | No need to call filterwarnings() to suppress further... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Replace all the platform-specific TERMIOS modules with... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Get the needed constants from termios, not TERMIOS. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Define the constants needed for working with these... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Tim Peters | Backing out nested scopes broke the Windows build.... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Patch #404680: disables the nis module and enables... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | add from __future__ import nested_scopes to strings... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Tim Peters | Teach Windows build about new future.c. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Bug #229280: remove '/' characters from the OS name... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Patch #403947: On Cygwin, use the Unix compiler class... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Improved __future__ parser; still more to do |
commit | commitdiff | tree | snapshot |
next |