- 1b3b49d Mention the bdist_wininst postinstall script. by Thomas Heller · 22 years ago
- 7d13495 Always initialize objc. by Martin v. Löwis · 22 years ago
- 2c3bfc2 Raw documentation for the bdist_wininst postinstallation script. by Thomas Heller · 22 years ago
- e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 22 years ago
- 20b9135 News item for the change to turn _codecs into a builtin module. by Marc-André Lemburg · 22 years ago
- b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
- b69bb3d Typo fix. by Greg Ward · 22 years ago
- afd44de Hardcode the recognized whitespace characters to the US-ASCII whitespace by Greg Ward · 22 years ago
- b5bfb9f Support threads-enabled Tcl installations. by Martin v. Löwis · 22 years ago
- d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
- b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 22 years ago
- 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
- 6bf45c6 Correct buggy module docstring. Replace use of homebrew boolean with True/False. by Jeremy Hylton · 22 years ago
- 89f1d6c Fix one bug and reformat lots of code. by Jeremy Hylton · 22 years ago
- 1355946 This is not used anymore. by Martin v. Löwis · 22 years ago
- b4f0a12 Made the _ssl subproject depend on the w9xpopen subproject, because by Tim Peters · 22 years ago
- 3d9994d Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>): by Greg Ward · 22 years ago
- 449a87d Various additions and changes suggested by Raymond Hettinger by Andrew M. Kuchling · 22 years ago
- da9f853 Prepare for the coming mixer support patch: change _do_ioctl_0() and by Greg Ward · 22 years ago
- 8c6b6a9 Finish expunging the 'linuxaudiodev' name: by Greg Ward · 22 years ago
- 95292d6 Constify filenames and scripts. Fixes #651362. by Martin v. Löwis · 22 years ago
- 0e88c9f Tweak generation of unicode_whitespace_trans -- clearer, more by Greg Ward · 22 years ago
- 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 22 years ago
- b023381 Patch #650415: Avoid redefinition of macros. by Martin v. Löwis · 22 years ago
- cf8f47e Patch #650422: Use Posix AF_ constants instead of PF_ ones. by Martin v. Löwis · 22 years ago
- 6233c9b Patch #650834: Document 'U' in file mode, remove stale variables. by Martin v. Löwis · 22 years ago
- 0479104 Patch #651006: Better explain what component might be empty. by Martin v. Löwis · 22 years ago
- 79f3c53 Patch #651289: Fix quoting errors. by Martin v. Löwis · 22 years ago
- 0efa17c Clean-up test class for DictMixin. by Raymond Hettinger · 22 years ago
- d2bef82 Update comments about the performance of xrange(). by Raymond Hettinger · 22 years ago
- 39c7b45 Update to reflect current implementation. by Kurt B. Kaiser · 22 years ago
- f06eed0 Rework the command line interface, incorporating the shell/edit by Kurt B. Kaiser · 22 years ago
- 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 22 years ago
- 598c210 Install the tools/i18n directory on Windows. A user requested it, by Tim Peters · 22 years ago
- efc4b12 Added test_ossaudiodev to expected skips on Windows. by Tim Peters · 22 years ago
- 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 22 years ago
- 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 22 years ago
- 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
- bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
- c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
- 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
- ab73d46 Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in by Greg Ward · 22 years ago
- 2e74541 Fix SF bug #622831 (I think): add unicode_whitespace_trans class by Greg Ward · 22 years ago
- ef8b9c6 Docs were added about a month ago by Raymond Hettinger · 22 years ago
- 123dc8e self.binary -> self._binary to remove it from the public interface - by Skip Montanaro · 22 years ago
- 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
- ea7f75d slot_nb_nonzero(): Another leak uncovered by the sandbox datetime by Tim Peters · 22 years ago
- 27cae1f Revise the __all__ index entry a touch. by Fred Drake · 22 years ago
- 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago
- 2fb661f Remove C++ comment. by Martin v. Löwis · 22 years ago
- a37d61f Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.h by Martin v. Löwis · 22 years ago
- 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
- c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 22 years ago
- f9229d9 Add __all__ to Reference Manual index. Closes SF 643227. by Raymond Hettinger · 22 years ago
- c1ac194 Clarify and speedup test. by Raymond Hettinger · 22 years ago
- babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 22 years ago
- e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
- 4e52ca8 A patch from Kevin Jacobs, plugging several leaks discovered when by Tim Peters · 22 years ago
- 61ce0a9 slot_tp_hash(): In the normal path, this leaked a reference to the by Tim Peters · 22 years ago
- ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
- 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
- edb635f Remove extra ")" in example. by Fred Drake · 22 years ago
- 08d10f9 Typo: "dead lock" --> "deadlock" by Fred Drake · 22 years ago
- 9e43730 Don't include <ioctl.h> unless on __VMS. by Martin v. Löwis · 22 years ago
- 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
- 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
- 05d4d56 Search in standard library and include dirs for Sleepycat stuff. Fixes #590377. by Martin v. Löwis · 22 years ago
- 6d5f30e Document that the second argument to PyObject_IsInstance by Walter Dörwald · 22 years ago
- 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 22 years ago
- dd888a6 Fixed typo. by Jack Jansen · 22 years ago
- a69c030 The final tweaks before closing by Michael W. Hudson · 22 years ago
- 7bc2e1d add logmerge.py (pydoc is already installed) by Skip Montanaro · 22 years ago
- d0ebd7e Patch #649060: Cygwin bz2module patch by Jason Tishler · 22 years ago
- e257ec9 Patch #648998: test_commands ACL patch by Jason Tishler · 22 years ago
- b0f89e0 Add a Cygwin skip mentioned by Jason Tishler. by Tim Peters · 22 years ago
- 2511594 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
- da760c4 simple setup.py to install some interesting scripts in $(prefix)/bin. by Skip Montanaro · 22 years ago
- a5f8c42 * when given, port should be converted to int by Skip Montanaro · 22 years ago
- 7dfb02d allow optional port specified as part of the hostname, e.g., by Skip Montanaro · 22 years ago
- e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
- 7e5bf67 history update by Andrew MacIntyre · 22 years ago
- e7a8cad make BSDDB 1.85 module buildable again after BSDDB3 module import by Andrew MacIntyre · 22 years ago
- c4c127b reformat for PEP-7 style conformance by Andrew MacIntyre · 22 years ago
- 6904959 typo fix: declaration required for VACPP not EMX+gcc by Andrew MacIntyre · 22 years ago
- b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
- 21d77f5 Added _ssl.lib to the installer too. Restored alphabetical order of by Tim Peters · 22 years ago
- b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
- 6ee68d2 Explain what's probably a problem unique to Win9x in building _ssl. by Tim Peters · 22 years ago
- e8bcb25 Clarify _ssl instructions. by Tim Peters · 22 years ago
- 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
- 99899b9 Added PEP253 support. by Jack Jansen · 22 years ago
- 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
- a41b2bb Fix problem in example code. It's minor in this particular example, by Fred Drake · 22 years ago
- 03cb7ee Don't make all the OpenSSL executables, just the library we need. by Mark Hammond · 22 years ago
- 040b00a Add the SSL libraries as dependencies. by Mark Hammond · 22 years ago
- 318016b Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. by Kurt B. Kaiser · 22 years ago
- 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 22 years ago
- 71aa6d6 Patch #646824: Remove extra \end. by Martin v. Löwis · 22 years ago
- b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 22 years ago
- 9d42700 Some more expected skips on OSX. by Guido van Rossum · 22 years ago