2002-11-26 |
Martin v. Löwis | Report Tkinter changes. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Patch #518625: Return objects in Tkinter. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Patch #632973: Implement _getdefaultlocale for OS X. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Thomas Heller | Polish some bits to silence pychecker. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Thomas Heller | Don't look for modules in the registry any longer. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Just van Rossum | added support for building standalone applications |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Guido van Rossum | A tweaked version of Jeremy's patch #642489, to produce... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Guido van Rossum | A tweaked version of Jeremy's patch #642489, to produce... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Tim Peters | Added Marius Gedminas, for contributions to the datetim... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Raymond Hettinger | SF 643115: Set._update() had a special case for dictio... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Thomas Heller | Add a note that this file should be kept compatible... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Gustavo Niemeyer | * libbz2.tex |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Walter Dörwald | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Gustavo Niemeyer | Fixed bug |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Jack Jansen | Added a class PEP252Mixin. By adding this to your Objec... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andrew M. Kuchling | Remove \module{} in link text to avoid HTML generation bug |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andrew M. Kuchling | Remove extra word |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Michael W.... | James Henstridge pointed out a misleading comment. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andrew M. Kuchling | Mention that .pth files can't be used to override stand... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Jack Jansen | Lots of restructuring, mostly suggested by Bill Bumgarn... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Martin v. Löwis | Add unidata_version. Bump generator version number. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Just van Rossum | Don't disable building Mac-specific modules for a non... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Martin v. Löwis | Regenerate from Unicode 3.2.0 to include all First... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Martin v. Löwis | Sort names independent of the Python version. Fix hex... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Repaired inaccuracies in the % docs. In particular... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Reduced memory burden by iterating over the normalizati... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Fiddled things so that test_normalization is expected... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Martin v. Löwis | Delete bsddb from sys.modules if _bsddb cannot be imported. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Skip test_normalization on Windows until it's at least... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Split long line. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Neil Schemenauer | Simplify use of NB_BINOP and NB_TERNOP by making them... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Just van Rossum | get creator code from plist if available, instead of... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Just van Rossum | whoops, -p actually has an argument |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Neil Schemenauer | Remove special handling of str and unicode in PyNumber_... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Just van Rossum | hardcode some resources, removing annoying Widgets... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Just van Rossum | cleaned up __init__ argument mess with a funky base... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Verify that the code in CJK UNIFIED IDEOGRAPH- actually... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Patch #626485: Support Unicode normalization. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Update character names. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Tim Peters | Try linking the static Sleepycat lib into _bsddb.pyd... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Implement names for CJK unified ideographs. Add name... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Add test cases for Hangul syllables. Update output. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Fix off-by-one error. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Neal Norwitz | Remove duplicate test |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Guido van Rossum | Touch up the news for dict() keyword args. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Fred Drake | Added change note about returning a dictionary based... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Patch #626548: Support Hangul syllable names. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Regenerate. Fixes #618012. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Expand negative hexadecimal constants. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Merge with bsddb3 2002.11.23.10.42.36 |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Just van Rossum | Patch #642500 with slight modifications: allow keyword... |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Include Python.h first. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Martin v. Löwis | Remove MALLOC_ZERO_RETURNS_NULL. |
commit | commitdiff | tree | snapshot |
2002-11-23 |
Tim Peters | More bsddb-on-Windows fiddling: |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Allow access to the returned value(s) as FSRefs. Unfort... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Neal Norwitz | Fix SF # 640557, '64-bit' systems and the dbm module |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | (This is hopefully the last large, funny checkin messag... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | get_python_version was not imported. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | Oops, MSVC was still open, so the project file was... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Thomas Heller | Copied the sources from the distutils CVS repository. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Two bugs: |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Tim Peters | Move Windows Python away from bsddb 1.85 and toward... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Fix for #641455: curses module doesn't build on MacOSX... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Guido van Rossum | Comment out the warnings about mktemp(). These are... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Added the alias manager too. The interface isn't perfec... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Jack Jansen | Got angry and added support for pretty much the whole... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Clarify the default setting for daemon_threads. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Fix markup. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fred Drake | Use False instead of 0. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | workaround so the (otherwise still broken) IDE can... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Fredrik Lundh | fix for SF #635398 (don't "downcast" return strings... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | changed to use Lib/bundlebuilder.py instead of scripts... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | make the --link option match the original: just symlink... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | Added --link-exec option: make a symlink for the execut... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | Replaced the bundle building code with calls to the... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #542562, file 25252: Remove changelog. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #494845: Support string concatenation, detect... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #486438: Make module argument to testmod optional. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Martin v. Löwis | Patch #550765: Add daemon_threads flag. |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Piers Lauder | added new IMAP4_stream class; added proxyauth command... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Piers Lauder | added details of new IMAP4_stream class; emphasised... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | fixed error in cmd line doc; moved funny self.name... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Just van Rossum | fixed stupid bug |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Raymond Hettinger | Implement dict() style constructor. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Properly compute array size even for --disable-unicode. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Fix --disable-unicode compilation problems. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Just van Rossum | added command line interface; refactored a bit; little... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Tim Peters | float_int(): Some systems raise an exception if a... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #633547: Support plural forms. Do TODOs in test... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Guido van Rossum | The _Event class should be more careful with releasing... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #639371: Remove FreeBSD 5 specific test, test... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Andrew M. Kuchling | Reflow comment |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #642019: Recognize gcc-x.y as gcc. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Martin v. Löwis | Patch #642020: Pass down prefix, BINDIR, and DESTSHARED... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Wrap uargs declaration in a #ifdef Py_USING_UNICODE... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Comment out the getcwdu implementation for --disable... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Move three variables that are only used inside an if... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Walter Dörwald | Fix PEP 293 related problems with --disable-unicode... |
commit | commitdiff | tree | snapshot |
2002-11-21 |
Andrew M. Kuchling | Bug #639118 from Ollie Oldham: archiver should use... |
commit | commitdiff | tree | snapshot |
next |