summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* correct email addressGregory P. Smith2009-01-111-2/+2
* Issue 4879: Allow buffering for HTTPResponseKristján Valur Jónsson2009-01-114-43/+36
* Issue #4895: Use _strdup on Windows CE.Martin v. Löwis2009-01-112-0/+8
* Issue #4279: Fix build of parsermodule under Cygwin.Martin v. Löwis2009-01-113-0/+4
* Fixed version number in build_ssl.bat.Hirokazu Yamamoto2009-01-112-4/+4
* macos 9 isn't supportedBenjamin Peterson2009-01-101-1/+0
* move seealso to a more appropiate placeBenjamin Peterson2009-01-101-7/+4
* make tests fail if they can't be importedBenjamin Peterson2009-01-101-3/+0
* Corrected minor typo and added .currentmodule directives to fix missing cross...Vinay Sajip2009-01-101-1/+10
* Remove an unnecessary check from test_decimal.Mark Dickinson2009-01-101-1/+0
* fix encodingBenjamin Peterson2009-01-101-1/+1
* Add ACKS entries for some of the patches I've been committing.Antoine Pitrou2009-01-101-0/+6
* tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901Benjamin Peterson2009-01-101-1/+1
* rewrite verbose conditionalsBenjamin Peterson2009-01-101-2/+2
* - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection onMatthias Klose2009-01-102-4/+39
* Add NEWS entry for r68484.Antoine Pitrou2009-01-101-0/+2
* Issue #3860: GzipFile and BZ2File now support the context manager protocol.Antoine Pitrou2009-01-104-1/+83
* Corrected an incorrect self-reference.Vinay Sajip2009-01-101-1/+0
* Minor documentation changes cross-referencing NullHandler to the documentatio...Vinay Sajip2009-01-101-1/+8
* Issue 4906: Preserve windows error state across PyThread_get_key_valueKristján Valur Jónsson2009-01-101-1/+10
* Added helper script to build Tcl/Tk.Hirokazu Yamamoto2009-01-101-0/+81
* Link to debug version of Tcl/Tk when python is built as debug version.Hirokazu Yamamoto2009-01-102-1/+5
* Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, t...Hirokazu Yamamoto2009-01-103-18/+43
* Issue #4074: Change the criteria for doing a full garbage collection (i.e.Antoine Pitrou2009-01-092-1/+71
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-094-0/+154
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-22/+146
* Issue 4336: Let users of HTTPConnection.endheaders() submit a message body t...Kristján Valur Jónsson2009-01-092-9/+3
* Issue 4336: HTTPRequest._send_output() now deals with the case of the messag...Kristján Valur Jónsson2009-01-091-7/+8
* Issue 3677: Fix import from UNC paths on Windows.Kristján Valur Jónsson2009-01-091-15/+19
* Issue 3582. Improved thread support and TLS for WindowsKristján Valur Jónsson2009-01-091-65/+91
* Fix issue 4884, preventing a crash in the socket code when python is compiledJeffrey Yasskin2009-01-092-1/+14
* Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)Hirokazu Yamamoto2009-01-092-11/+11
* Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)Hirokazu Yamamoto2009-01-092-8/+8
* remove temporary code nowBenjamin Peterson2009-01-091-4/+0
* be more specific in -3 option helpBenjamin Peterson2009-01-091-1/+1
* add -3 to manpageBenjamin Peterson2009-01-091-0/+6
* fix spellingBenjamin Peterson2009-01-091-1/+1
* fix markupBenjamin Peterson2009-01-091-5/+4
* specify what -3 warnings are aboutBenjamin Peterson2009-01-091-1/+2
* Merged revisions 68306-68308,68340,68368,68422 via svnmerge fromBenjamin Peterson2009-01-094-8/+15
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-089-75/+172
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-083-20/+47
* use new sphinx modulesBenjamin Peterson2009-01-082-10/+4
* string exceptions are goneBenjamin Peterson2009-01-081-0/+3
* Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.Martin v. Löwis2009-01-075-12/+20
* Issue #4869: clarify documentation for random.expovariate.Mark Dickinson2009-01-072-6/+10
* Issue #4864: test_msvc9compiler failed on VC6/7.Hirokazu Yamamoto2009-01-071-0/+4
* Use shutil.rmtree rather than os.rmdir.Antoine Pitrou2009-01-061-1/+1
* Issue #1180193: When importing a module from a .pyc (or .pyo) file withAntoine Pitrou2009-01-063-1/+144
* Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declarationMarc-André Lemburg2009-01-051-10/+28