- 8acf1e0 SF bug report #405939: wrong Host header with proxy by Jeremy Hylton · 23 years ago
- 7dd5f3c [Bug #491820] Define two abstract methods to shut up Pychecker, and for by Andrew M. Kuchling · 23 years ago
- cc5f5b2 [Bug #517554] When a signal happens during the select call in by Andrew M. Kuchling · 23 years ago
- 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 23 years ago
- 00824ed [Bug #523301] ConfigParser.write() produces broken output for values that by Andrew M. Kuchling · 23 years ago
- 10b3eac [Bug #486527] Note that the caller has to ensure there are no control by Andrew M. Kuchling · 23 years ago
- 566c0c7 [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon) by Andrew M. Kuchling · 23 years ago
- b189b07 Fix SF bug #526518 by Jeremy Hylton · 23 years ago
- 4f8d054 When testing for availability of pthreads without special compiler options by Jack Jansen · 23 years ago
- 95f8495 fixed missing IMAP4_SSL_PORT by Piers Lauder · 23 years ago
- c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 23 years ago
- 02d2212 Add entry for mac/libscrap.tex. by Fred Drake · 23 years ago
- f3e6f06 I started writing more documentation on the Scrap module at one point, but by Fred Drake · 23 years ago
- 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 23 years ago
- a4f8313 add SSL class submitted by Tino Lange by Piers Lauder · 23 years ago
- 6cb64f9 "Shortcut" should be "short-circuit". This closes SF bug #526277. by Fred Drake · 23 years ago
- df70878 add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes by Skip Montanaro · 23 years ago
- 70ffddf Guido pointed out that I was missing a couple decrefs. by Michael W. Hudson · 23 years ago
- 594bc80 Regenerate. by Michael W. Hudson · 23 years ago
- 0c46c0c Apply Jack's patch attached to by Michael W. Hudson · 23 years ago
- 02b28ec Test for by Michael W. Hudson · 23 years ago
- 0e02530 Special support for pickling os.stat and os.stat_vfs results portably by Michael W. Hudson · 23 years ago
- ce358e3 Apply (my) patch: by Michael W. Hudson · 23 years ago
- da8a6dd Added missing version annotation for dict(). by Fred Drake · 23 years ago
- 3014ce9 CGStubLib wasn't weak-linked, fixed. 221 candidate. by Jack Jansen · 23 years ago
- b786e61 Set default value for readlines.sizehint to None. Change needed for 2.2.1 by Martin v. Löwis · 23 years ago
- 7bb466a A fix & test for by Michael W. Hudson · 23 years ago
- 58fb237 Add implementations for \textgreater and \textless, defined in (relatively) by Fred Drake · 23 years ago
- 9479c95 Remove extra indenatation from sample interpreter session. by Fred Drake · 23 years ago
- dfd0b29 remove debug cruft by Steven M. Gava · 23 years ago
- f31eec0 further work on new config system by Steven M. Gava · 23 years ago
- a8e1d81 add simple example of avoiding backtracking by Skip Montanaro · 23 years ago
- dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 23 years ago
- aa158be Remove tp_print. by Martin v. Löwis · 23 years ago
- bc2e10e Python no longer compiled on Windows, due to #include file confusion by Tim Peters · 23 years ago
- 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 23 years ago
- cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 23 years ago
- 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 23 years ago
- 54e0eab OS/2 more program behaves like Win32 more by Andrew MacIntyre · 23 years ago
- 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 23 years ago
- a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 23 years ago
- b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 23 years ago
- 03b1883 For clarity, change _longobject to build directly from PyObject_VAR_HEAD by Tim Peters · 23 years ago
- 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 23 years ago
- db30ac4 Revert the last odd change to PyNumber_Long: the problem it was trying by Tim Peters · 23 years ago
- ffd05ee Added PortableUnixMailbox to the __all__ variable, and in the __main__ by Barry Warsaw · 23 years ago
- 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 23 years ago
- 6f33250 SF patch 517245 by Marc Recht. by Guido van Rossum · 23 years ago
- 7113d96 Changes to what we do to modules that don't import, as discussed on python-dev. by Michael W. Hudson · 23 years ago
- dcea370 Patch #524008: Fix portability bug on new POSIX hosts by Martin v. Löwis · 23 years ago
- 719cfc4 SF #517447, correct syntax error by Neal Norwitz · 23 years ago
- 29001ff Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 23 years ago
- dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 23 years ago
- 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 23 years ago
- 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 23 years ago
- 31e233a Cells are not VAR objects. by Jeremy Hylton · 23 years ago
- 88b666c SF patch 518765 (Derek Harland): Bug in copy.py when used through rexec. by Guido van Rossum · 23 years ago
- e64ef93 SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. by Tim Peters · 23 years ago
- 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 23 years ago
- c948966 SF patch #524005 by Paul Eggert. by Guido van Rossum · 23 years ago
- 51e234a Patch #522279: transformer.py nodes shadows global. by Martin v. Löwis · 23 years ago
- 1c63f6e Correct various errors: by Martin v. Löwis · 23 years ago
- 5e9c80d %#x/%#X format conversion cleanup (see patch #450267): by Andrew MacIntyre · 23 years ago
- bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 23 years ago
- e309504 Fix 2.2.1 string. by Tim Peters · 23 years ago
- 83bbeec Reserve a Windows build num for 2.2.1c1. by Tim Peters · 23 years ago
- 494cdb6 Add 2002 to PSF copyrights. by Michael W. Hudson · 23 years ago
- 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 23 years ago
- 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 23 years ago
- d940054 OS/2 EMX port changes (Python part of patch #450267): by Andrew MacIntyre · 23 years ago
- c487439 OS/2 EMX port changes (Objects part of patch #450267): by Andrew MacIntyre · 23 years ago
- 5e090fc OS/2 EMX port changes (Include part of patch #450267): by Andrew MacIntyre · 23 years ago
- 67716b5 bugfix for the problem where EditorWindow instances by Steven M. Gava · 23 years ago
- bdba320 canonic(): Fix by Edward K Ream to make breakpoints work better on by Guido van Rossum · 23 years ago
- 16ac99a Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 23 years ago
- bc64f7c Edward K. Ream. by Guido van Rossum · 23 years ago
- 30efbcc Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 23 years ago
- b6b2aa6 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 23 years ago
- 666e70d Add documentation about how the inter-module linking works. by Marc-André Lemburg · 23 years ago
- 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