summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-046-5/+107
* Patch #1388440: Add set_completion_display_matches_hook andMartin v. Löwis2007-09-047-1/+177
* Document that we rely on the OS to release the cryptoMartin v. Löwis2007-09-041-0/+2
* Added cross-references plus a note about dict & list shallow copying.Mark Summerfield2007-09-045-6/+15
* - Added support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-032-4/+5
* Fix #883466: don't allow Unicode as arguments to quopri and uu codecs.Georg Brandl2007-09-032-4/+6
* Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET usedRonald Oussoren2007-09-022-1/+17
* Add more itemsAndrew M. Kuchling2007-09-011-3/+32
* Wording changeAndrew M. Kuchling2007-09-011-1/+1
* Add various itemsAndrew M. Kuchling2007-09-011-3/+35
* Markup fixAndrew M. Kuchling2007-09-011-1/+1
* Fix typo.Walter Dörwald2007-09-011-1/+1
* Fix wrong function names.Walter Dörwald2007-09-011-2/+2
* Added a note and examples to explain that re.split does not split on anSkip Montanaro2007-09-011-0/+7
* Document sets' ">" and "<" operations (backport from py3k).Georg Brandl2007-09-011-0/+10
* Fix RST link (backport from Py3k).Georg Brandl2007-09-011-1/+1
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-012-1/+3
* remove use of non-existent SSLFakeSocket in apparently untested codeBill Janssen2007-08-311-4/+2
* remove mentions of socket.ssl in commentsBill Janssen2007-08-311-3/+1
* deprecate use of FakeSocketBill Janssen2007-08-311-0/+4
* Mark registry components as 64-bit on Win64.Martin v. Löwis2007-08-311-4/+6
* Fix subitem markup.Georg Brandl2007-08-311-7/+7
* Document new shorthand notation for index entries.Georg Brandl2007-08-311-4/+11
* One more fix to consider missing SSL support.Thomas Wouters2007-08-301-2/+3
* Don't lie in __all__ attributes when SSL is not available: only add the SSLThomas Wouters2007-08-304-4/+9
* Somewhat-preliminary slice-object and extended slicing support for ctypes.Thomas Wouters2007-08-309-5/+433
* Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+11
* Bump autoconf minimum version to 2.61.Martin v. Löwis2007-08-302-8149/+8339
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-302-4/+16
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-302-1/+3
* Fix typo.Martin v. Löwis2007-08-301-1/+1
* Fix popen usage.Martin v. Löwis2007-08-301-2/+2
* added note on new ssl module and deprecation of socket.sslBill Janssen2007-08-301-0/+2
* Added docstrings to methods and functions.Bill Janssen2007-08-301-0/+36
* Set startinpos before calling the error handler.Walter Dörwald2007-08-301-0/+1
* Rewrap line.Walter Dörwald2007-08-301-1/+2
* Added more cross-references.Mark Summerfield2007-08-303-4/+9
* * Skip test_pipes on non-POSIX.Georg Brandl2007-08-302-3/+5
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-304-17/+185
* Stronger urge to convert filenames to str before using them as argument to Zi...Georg Brandl2007-08-301-1/+1
* This contains a number of things:Bill Janssen2007-08-299-608/+486
* Ignore test failures caused by 'resource temporarily unavailable'Facundo Batista2007-08-291-9/+15
* Add Bill as a developerNeal Norwitz2007-08-291-0/+3
* Recent items.Skip Montanaro2007-08-291-1/+6
* Install pygettext (once the scriptsinstall target is working again).Skip Montanaro2007-08-291-0/+1
* Fix test output.Walter Dörwald2007-08-281-1/+1
* fixes 813986Skip Montanaro2007-08-282-0/+16
* Add a crasher for the thread-unsafety of file objects.Georg Brandl2007-08-281-0/+8
* Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation forWalter Dörwald2007-08-282-2/+2
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-2816-118/+728