- 4ca196d Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. by Martin v. Löwis · 23 years ago
- a82d347 Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX by Martin v. Löwis · 23 years ago
- 3356766 Accept Unicode strings as SMTP TO addresses. Fixes #521270. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
- 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 23 years ago
- 75a8e65 tracking changes to python idle: by Steven M. Gava · 23 years ago
- dc13517 Patch #520483: Make IDLE OutputWindow handle Unicode. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
- 0ac16ec Patch #521714: fix pychecker warnings in ast.py. by Martin v. Löwis · 23 years ago
- 9d51fc8 Patch #521670: Remove unused sys import. by Martin v. Löwis · 23 years ago
- 9f4341b SF bug #501591: dir() doc is old Bugfix candidate. by Tim Peters · 23 years ago
- f8b1f24 Grammar tweak. by Greg Ward · 23 years ago
- 216cbca Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 23 years ago
- f47d60f Create and populate OS/2 EMX port platform specific library directory: by Andrew MacIntyre · 23 years ago
- f2d7d15 moved command logging routines into IMAP4 class: thread safe/faster by Piers Lauder · 23 years ago
- d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 23 years ago
- 8371e84 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 23 years ago
- 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 23 years ago
- 45bec8c SF #515023. Make _DummyThread.join() signature match base class (Thread) by Neal Norwitz · 23 years ago
- ba902fd SF #515041, Update path for 2.3 by Neal Norwitz · 23 years ago
- f9bd6b0 Allow __doc__ to be of arbitrary type. Patch by James Henstridge, by Martin v. Löwis · 23 years ago
- 82c6682 further work on config system by Steven M. Gava · 23 years ago
- 4974575 handle user theme and key set deletion by Steven M. Gava · 23 years ago
- 6354386 Move some opcodes to top of big eval_frame switch statement. Skip by Neil Schemenauer · 23 years ago
- 54e5b89 SF bug #497839: reindent chokes on empty first lines. by Tim Peters · 23 years ago
- 41d97d6 Create and populate OS/2 EMX port build directory: by Andrew MacIntyre · 23 years ago
- 18e6778 Repair so that importing socket doesn't blow up on platforms that lack by Tim Peters · 23 years ago
- 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 23 years ago
- 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 23 years ago
- a5854c2 Patch #508038: Do not use a type as a variable name. by Martin v. Löwis · 23 years ago
- b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 23 years ago
- b4779c3 Patch #515598: removed unused import of os. by Martin v. Löwis · 23 years ago
- e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 23 years ago
- e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
- 976ade6 Also fix the comment. by Marc-André Lemburg · 23 years ago
- bb8b78b Fix the name of the header file. by Marc-André Lemburg · 23 years ago
- a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
- e441860 Whitespace normalization. by Tim Peters · 23 years ago
- 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 23 years ago
- e73ad2a Use the standard expression for the availability statement for alarm(). by Fred Drake · 23 years ago
- 8d1fdaf note that the alarm function is not available on Windows. by Skip Montanaro · 23 years ago
- 960d7a6 Added deprecatioon information for mac.xstat(). This closes SF bug #505150. by Fred Drake · 23 years ago
- 928051f The "%" character does not need to be escaped in verbatim environments. by Fred Drake · 23 years ago
- 7bc6f7a Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 23 years ago
- 2eeec9b Fix typo. by Fred Drake · 23 years ago
- 78f6c86 Use PyModule_AddObject() instead of accessing the module dict directly. by Fred Drake · 23 years ago
- cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 23 years ago
- 8301256 Compute expat -I directives from srcdir. Fixes #517214. by Martin v. Löwis · 23 years ago
- b012a15 Finish the pyexpat rework for Windows: builders needn't suck down the by Tim Peters · 23 years ago
- 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 23 years ago
- 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 23 years ago
- 9ad4b68 Windows time_clock(): rewrite to get rid of horrid casting tricks. by Tim Peters · 23 years ago
- 246debb Two OSX fixes related to switching Python versions in an existing sourcetree: by Jack Jansen · 23 years ago
- b48d198 "Generate" from expat.h.in, for 1.95.2. by Martin v. Löwis · 23 years ago
- 373f8d81 LOAD_FAST: rearrange branches to favor the expected case, and get by Tim Peters · 23 years ago
- 7ba5e81 Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers. by Mark Hammond · 23 years ago
- a8d7384 Build using included Expat. by Martin v. Löwis · 23 years ago
- cf453fe Use included Expat library. Drop support for older expat versions. by Martin v. Löwis · 23 years ago
- 481f68a Disable usage of Expat's config.h. by Martin v. Löwis · 23 years ago
- 1dbb1ca Initial revision by Martin v. Löwis · 23 years ago
- 2e250b4 Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers by Greg Ward · 23 years ago
- aeff668 Remove mentioning of -U option in "python -h" output. by Marc-André Lemburg · 23 years ago
- 34172d5 SF #515020, delete global variables which are used only for temporary by Neal Norwitz · 23 years ago
- 83bd70a SF #515005, change "1 + ''" (which pychecker warns about being invalid) by Neal Norwitz · 23 years ago
- f7fdedc SF #515022 remove unused variable by Neal Norwitz · 23 years ago
- aa38aa5 SF #515009, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 23 years ago
- d5ba4ae SF #515018, delete global variable that was apparently used only by Neal Norwitz · 23 years ago
- f963b45 SF #515026, delete global variable that was apparently used only in a for loop. by Neal Norwitz · 23 years ago
- bc9bc18 SF #515024 remove unused variable by Neal Norwitz · 23 years ago
- f151625 SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used by Neal Norwitz · 23 years ago
- 4212ea4 SF #515012, cleanup: remove unused variable by Neal Norwitz · 23 years ago
- 22c5d77 SF #515011, cleanup: remove "or 0" condition by Neal Norwitz · 23 years ago
- 7fd41cc SF #515006, remove unnecessary import by Neal Norwitz · 23 years ago
- 086ac00 SF #515004 cleanup - remove unnecessary imports - rename dum -> dummy by Neal Norwitz · 23 years ago
- 9fb289d SF #515000, print result of f.tell() in test() instead of ignoring by Neal Norwitz · 23 years ago
- a0af63b Corrected import behaviour for codecs which live outside the encodings package. by Marc-André Lemburg · 23 years ago
- f2f219d Regenerate configure script by Andrew M. Kuchling · 23 years ago
- 54a3941 Bump version number to 2.3 by Andrew M. Kuchling · 23 years ago
- 58e7a68 Removed a spurious }. (How did it get there in the first place??) by Jack Jansen · 23 years ago
- 005dbb2 on MacOSX/Darwin, use ranlib when building static libs. by Just van Rossum · 23 years ago
- e28ee75 improvement to keybinding re-use check by Steven M. Gava · 23 years ago
- 9f25e67 base GetHighlight on GetThemeDict for better defaults by Steven M. Gava · 23 years ago
- 46fa7bf further work on config saving by Steven M. Gava · 23 years ago
- 052937f further work on config saving by Steven M. Gava · 23 years ago
- ff34626 Remove stub for unicode.txt. Resort README in dictionary order. by Guido van Rossum · 23 years ago
- 37aa580 News about the new alias support. by Marc-André Lemburg · 23 years ago
- 462004e Add IANA character set aliases to the encodings alias dictionary by Marc-André Lemburg · 23 years ago
- e92e0a9 Add news about PYC magic and changes to UTF-8 codec. by Marc-André Lemburg · 23 years ago
- 56ab921 Added a module docstring, which doubles as the --help text. by Barry Warsaw · 23 years ago
- 59b0b60 Updates related to Modules/Setup and setup.py. This addresses SF bug by Guido van Rossum · 23 years ago
- 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 23 years ago
- 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 23 years ago
- fa2e4c2 Declare real and imag as read-only attributes. by Guido van Rossum · 23 years ago
- 5ff8cb4 Whitespace cleanup. by Guido van Rossum · 23 years ago
- af64263 Fix typo by Neal Norwitz · 23 years ago
- 63cd9bf Python 10 was a success, commemorate it\! by Fred Drake · 23 years ago
- 65f5015 www.google.com is better than google.com. by Guido van Rossum · 23 years ago
- 745b460 Make it 1.5.2 compatible again. by Thomas Heller · 23 years ago
- bd3be8f Fix to the UTF-8 encoder: it failed on 0-length input strings. by Marc-André Lemburg · 23 years ago
- 9273ec7 Forgot to add the new emxccompiler.py from Andrew I. MacIntyre's by Marc-André Lemburg · 23 years ago
- dc724d6 Cosmetics. by Marc-André Lemburg · 23 years ago
- e7c6ee4 Whitespace fixes. by Marc-André Lemburg · 23 years ago