2000-10-05 |
Mark Hammond | Detect conflicting Python DLL on module import under... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Better add at least a short docstring to the module! |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Add a link to the new acks.html file. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Add rules for generating the acks.html file at the... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Ignore the acks.html file, since it is generated. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | New script to convert the ACKS file to a nicely formatt... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Use the new support module instead of including all... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Factor out some of the presentation and shared code... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | List of acknowledgements culled from CVS checkin logs... |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Tim Peters | New tool for normalizing indentation of .py files. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Fred Drake | Update for next planned release. |
commit | commitdiff | tree | snapshot |
2000-10-05 |
Tim Peters | Move LONG_BIT from intobject.c to pyport.h. #error... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Trent Mick | Enable the binascii module for Win64. It builds and... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Trent Mick | Fix for test_class.py on Win64. id(self), which on... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - update Neil's email address |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - do not start collection during processing of an exception |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - Fix a GC bug caused by PyDict_New() failing. |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Neil Schemenauer | - fix a GC bug caused by malloc() failing |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Added deprecation notices to atof(), atoi(), and atol... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Added \versionchanged comment to os.popen() noting... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Remove styling information that conflicts with or dupli... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Andrew M. Kuchling | Rewrites to section on new development process, after... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Fred Drake | Use \obindex{...} instead of \indexii{...}{type} in... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Tim Peters | test_popen2 broke on Windows shortly after 2.0b2 was... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Martin v. Löwis | Support non-namespace elements in *ElementNS of XMLGene... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Preliminary tool to troll through the CVS logs and... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Barry Warsaw | _PyUnicode_Fini(): Initialize the local freelist walkin... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fredrik Lundh | Accept keyword arguments for (most) pattern and match... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fredrik Lundh | Recompile pattern if (?x) flag was found inside the... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Guido van Rossum | In _PyUnicode_Fini(), decref unicode_empty before tearn... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Remove old note that os.popen() on Windows is unreliabl... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Guido van Rossum | Fix a few problems with the _Printer class and the... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Thomas Wouters | Clarify that isatty is only guaranteed to return true... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Thomas Wouters | On some systems (like Solaris), the master end of a... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Bump the release number for the upcoming candidate. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fredrik Lundh | Fixed negative lookahead/lookbehind. Closes bug #115618. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Barry Warsaw | _PyImport_Fini(): Closed small memory leak when an... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Jim Ahlstrom sent a few corrections to my changes.... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Guido van Rossum | Undo Ping's change. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Ka-Ping Yee | Change first line to #!/usr/bin/env python (really... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | $OFF_SITE_LINK_ICON: Don't define here; simply definin... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Fred Drake | Replace minimal \seetext references with better annotat... |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Bump version to 1.0. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Remove some debugging prints. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Fixed so --no-compile is a negative alias for --compile. |
commit | commitdiff | tree | snapshot |
2000-10-03 |
Greg Ward | Added a long-winded comment (and commented-out comment... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Jeremy Hylton | Provide a clearer error message when urlopen fails... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Added some comments on the interaction of reload()... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Add deprecation note since the XML support is shaping up. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Remove redundent information from a docstring. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Minor change to attributes so that the stylesheets... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Remove comment about -lucb for the mmap module -- the... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Delay import of py_compile until needed, since is is... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Substantially revised documentation for the zipfile... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Minor stylesheet nit. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Guido van Rossum | Supporting rl_library_version is more trouble than... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Added Daniel Dittmar, for helping get the configuration... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | make_icon_filename(): Convenience function to turn... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Jeremy Hylton | typo |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Guido van Rossum | Fix a bug in stack overflow error handling. This fixes... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Minor usage fix. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Do not set Konquerer to be the default browser if ... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Fred Drake | Add documentation and warnings for the isCallable(... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Greg Ward | Added the ability to do byte-compilation at build time... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Greg Ward | Added --compile, --optimize options so users have an... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Greg Ward | Finished the overhaul of byte-compilation options:... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Greg Ward | Remove the temporary byte-compilation script when we... |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Greg Ward | From 'run()', only call 'bytecompile()' if we actually... |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Greg Ward | Tweaked 'byte_compile()' so it silently skips non-Pytho... |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Martin v. Löwis | Don't rename Tkinter to Tk; closes bug 115714 |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Fred Drake | my_getpagesize(): New function; returns the size of... |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Barry Warsaw | Added a zip() test where one of the arguments is an... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Fred Drake | Add missing "s" from format string. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Added skeletal "Building Extensions: Tips and Tricks... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Reduced the 'bytecompile()' method to a one-line wrappe... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Added 'byte_compile(): an all-singing, all-dancing... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Various docstring tweaks. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Reformat docstrings. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Standardized whitespace around function calls. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Andrew Kuchling: changed so the '_path_created' diction... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Fixed 'run()' so it doesn't call 'bytecompile()' if... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Expect a tuple (dest_name, copied) from 'copy_file()'. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Marc-André... | Fix header file usage so that NULL is defined. NULL... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Changed 'build_module()' so it returns the result of... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Changed 'copy_file()' so it returns a tuple (dest_name... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | In 'get_platform()', handle so-called POSIX systems... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Changed to use the 'sub-commands' machinery: |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Greg Ward | Moved some things around for better organization. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Martin v. Löwis | Fixed spelling of module; closes bug 115712. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Martin v. Löwis | Add mimetools testcase. |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Martin v. Löwis | Return after writing 7bit or 8bit encodings. Closes... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Martin v. Löwis | Mention in the module's doc string that other functions... |
commit | commitdiff | tree | snapshot |
2000-09-30 |
Fred Drake | Replace to XXX notes to add references with real refere... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Fred Drake | Always use the same name for the exception defined... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Fred Drake | PyModule_AddStringConstant(): Make this static since... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin v. Löwis | Remove unused VERSION #define. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin v. Löwis | Use string functions instead of methods to allow sharin... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Martin v. Löwis | Remove dependency from saxutils when loading xmlreader |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Fred Drake | Capitalized an "if" that should have been -- noted... |
commit | commitdiff | tree | snapshot |
next |