2002-12-13 |
Jack Jansen | Got rid of interpreter-internal dialogs. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Got rid of non-carbon stuff, and added new Alias, File... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tweaked button sizes and hid unused items. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Sigh: the Jaguar workaround for the prefs file broke... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tweaked some button sizes to make them look better... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tweaks to make this module OS9-compatible. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | More pre-carbon stuff bites the dust. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Removed: not carbon-compatible. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Guido van Rossum | execve(), spawnve(): add some extra sanity checking... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Guido van Rossum | Tighten the tests for assignment to __bases__: disallow... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | The speech manager interface is no longer supported... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Added missing casts. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | We need macglue on MacPython-OS9 too. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Outdated. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Got rid of unused Compat files. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Just van Rossum | another wrong assumption fixed |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Still used the old config file. Fixed. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Compatibility files that haven't been used in a long... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Get rid of support for Universal Headers older than... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Get rid of 2.2 "poor mans universal newlines" now that... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | It was an old MacPython artefact that these files were... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Tkinter isn't supported under Carbon. Under MacOSX... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jack Jansen | Very outdated: this is a 68K support file. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Andrew M. Kuchling | Add Tkinter threading change |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Just van Rossum | and now the real fix... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Just van Rossum | fixed bool browsing bug, sf bug #652591 |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Chui Tey | Prevent debugger from stepping into Idle rpc code |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Martin v. Löwis | Patch #536661: Improve performance of splitext. Add... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Martin v. Löwis | Patch #629126: Detect BLT by also looking for libBLT. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Martin v. Löwis | Patch #650653: Raise always value error if the table... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Thomas Heller | Description of description was really confusing, and... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Kurt B. Kaiser | M CallTipWindow.py |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Walter Dörwald | Change issubclass() so that recursive tuples (directly... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Thomas Heller | Mention the bdist_wininst postinstall script. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Martin v. Löwis | Always initialize objc. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Thomas Heller | Raw documentation for the bdist_wininst postinstallatio... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Jason Tishler | Patch #551960: Add check for setrlimit() support |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Marc-André... | News item for the change to turn _codecs into a builtin... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Marc-André... | Patch to make _codecs a builtin module. This is necessa... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Greg Ward | Hardcode the recognized whitespace characters to the... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Martin v. Löwis | Support threads-enabled Tcl installations. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Walter Dörwald | Enhance issubclass() and PyObject_IsSubclass() so that... |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Just van Rossum | Patch #651621, approved by MvL. |
commit | commitdiff | tree | snapshot |
2002-12-12 |
Jack Jansen | Getting rid of pre-Carbon (MacOS8) support. All code... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Jeremy Hylton | Correct buggy module docstring. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Jeremy Hylton | Fix one bug and reformat lots of code. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | This is not used anymore. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Tim Peters | Made the _ssl subproject depend on the w9xpopen subproj... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Greg Ward | Add OSS mixer interface (from Nicholas FitzRoy-Dale... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Andrew M. Kuchling | Various additions and changes suggested by Raymond... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Greg Ward | Prepare for the coming mixer support patch: change... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Greg Ward | Finish expunging the 'linuxaudiodev' name: |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Constify filenames and scripts. Fixes #651362. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Greg Ward | Tweak generation of unicode_whitespace_trans -- clearer... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Constify char* API. Fixes #651363. 2.2 candidate. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Patch #650415: Avoid redefinition of macros. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Patch #650422: Use Posix AF_ constants instead of PF_... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Patch #650834: Document 'U' in file mode, remove stale... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Patch #651006: Better explain what component might... |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Martin v. Löwis | Patch #651289: Fix quoting errors. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Raymond Hettinger | Clean-up test class for DictMixin. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Raymond Hettinger | Update comments about the performance of xrange(). |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Kurt B. Kaiser | Update to reflect current implementation. |
commit | commitdiff | tree | snapshot |
2002-12-11 |
Kurt B. Kaiser | Rework the command line interface, incorporating the... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Tim Peters | Added a word to the heapq description in response to... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Tim Peters | Install the tools/i18n directory on Windows. A user... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Tim Peters | Added test_ossaudiodev to expected skips on Windows. |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Greg Ward | Aesthetic tweakery: factor read_sound_file() out of... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Greg Ward | Initial revision is rev 1.8 of test_linuxaudiodev.py... |
commit | commitdiff | tree | snapshot |
2002-12-10 |
Neal Norwitz | Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Tim Peters | SF 548651: Fix the METH_CLASS implementation. |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Greg Ward | Add test_unicode() to ensure that 1) textwrap doesn... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Greg Ward | Added test_initial_whitespace() to ensure that SF bug... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Greg Ward | Fix SF bug #622849: in _wrap_chunks(), ensure that... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Greg Ward | Fix SF bug #622831 (I think): add unicode_whitespace_tr... |
commit | commitdiff | tree | snapshot |
2002-12-09 |
Raymond Hettinger | Docs were added about a month ago |
commit | commitdiff | tree | snapshot |
2002-12-08 |
Skip Montanaro | self.binary -> self._binary to remove it from the publi... |
commit | commitdiff | tree | snapshot |
2002-12-08 |
Skip Montanaro | Add support for binary pickles to the shelve module... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Tim Peters | slot_nb_nonzero(): Another leak uncovered by the sandb... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Fred Drake | Revise the __all__ index entry a touch. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Martin v. Löwis | Remove C++ comment. Silence unsigned char* cast warning. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Martin v. Löwis | Remove C++ comment. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Martin v. Löwis | Correct db3 /opt/sfw library path. Link ndbm with libc... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Raymond Hettinger | Add another test which exercises the whole suite with a |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Raymond Hettinger | Fix typo in abstract.c which caused __rpow__ to not... |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Raymond Hettinger | Add __all__ to Reference Manual index. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Raymond Hettinger | Clarify and speedup test. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Raymond Hettinger | Cleaned up test (removing bogus argument list). |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Raymond Hettinger | Remove assumption that cls is a subclass of dict. |
commit | commitdiff | tree | snapshot |
2002-12-07 |
Tim Peters | A patch from Kevin Jacobs, plugging several leaks disco... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Tim Peters | slot_tp_hash(): In the normal path, this leaked a... |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Thomas Heller | Typo: propogate -> propagate |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Fred Drake | Remove extra ")" in example. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Fred Drake | Typo: "dead lock" --> "deadlock" |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Martin v. Löwis | Don't include <ioctl.h> unless on __VMS. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Martin v. Löwis | Patch #614055: Support OpenVMS. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Martin v. Löwis | Patch #649184: Update to tix-8.1.4 RC3. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
Martin v. Löwis | Search in standard library and include dirs for Sleepyc... |
commit | commitdiff | tree | snapshot |
next |