summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Forgot to add the sample certificate (followup to r80314)Antoine Pitrou2010-04-211-0/+33
* Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-213-1/+26
* shutil: removed unused import and fixed attributes names in _call_external_zipTarek Ziadé2010-04-211-3/+2
* Add Tim Golden.Martin v. Löwis2010-04-211-0/+3
* Sync test_plistlib.py with plistlib.pyRonald Oussoren2010-04-211-1/+1
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-203-15/+36
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-203-61/+10
* Fix for issue 7852: the DTD for OSX Plists has changed dueRonald Oussoren2010-04-201-1/+1
* Issue2987 - Added additional Invalid URL and changed the Invalid URL checking...Senthil Kumaran2010-04-202-6/+9
* fix typo in r79533, introduced by the fix for issue #8233Matthias Klose2010-04-201-1/+1
* #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ite...Ezio Melotti2010-04-201-1/+1
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-202-2/+6
* This patch fixes the handling of a weak-linkedRonald Oussoren2010-04-201-5/+10
* The PythonLauncher change is needed dueRonald Oussoren2010-04-202-2/+3
* 1) The timeout in the itimer tests was too low for slow or heavilyStefan Krah2010-04-201-11/+13
* Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls.Senthil Kumaran2010-04-201-4/+16
* Explicitly set system default for $PATH toRonald Oussoren2010-04-201-0/+3
* Fix Issue #4841: timeout is now applied for connections resulting from PORT/E...Giampaolo Rodolà2010-04-192-0/+7
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-193-2/+4
* few pep8 fixesTarek Ziadé2010-04-191-3/+4
* Issue #8438: Remove reference to the missing "surrogateescape" encodingAntoine Pitrou2010-04-194-6/+30
* Issue 8436: set.__init__ accepts keyword argsRaymond Hettinger2010-04-182-0/+4
* Fix catastrophic file opening and closing logic in test_linecacheAntoine Pitrou2010-04-181-16/+13
* Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be use...Victor Stinner2010-04-181-15/+13
* Add the OSX universal binary related optionsRonald Oussoren2010-04-182-11/+13
* Add check to build-installer.py to ensure thatRonald Oussoren2010-04-181-0/+51
* Fix for issue #7072Ronald Oussoren2010-04-183-2/+19
* Fix Issue #3817: 225 is now considered a valid response code for ABORGiampaolo Rodolà2010-04-182-1/+4
* Fix bootstrap after r80166Antoine Pitrou2010-04-181-1/+2
* platform: use subprocess.Popen() instead of os.popen() in _syscmd_file()Victor Stinner2010-04-181-13/+14
* Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-173-48/+62
* Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.R. David Murray2010-04-171-0/+2
* Add Giampaolo.Martin v. Löwis2010-04-171-0/+3
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-175-19/+74
* Update link to Apple Publication Style guide.R. David Murray2010-04-171-1/+1
* Fix Issue5650 - Update the RFC List in the urlparse module.Senthil Kumaran2010-04-171-2/+25
* Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.R. David Murray2010-04-172-0/+13
* tiny simplificationBenjamin Peterson2010-04-161-2/+1
* have a clear error when passing something > sys.maxsize to bytearrayBenjamin Peterson2010-04-163-7/+15
* fix typoBenjamin Peterson2010-04-161-1/+1
* bytearray -> type2testBenjamin Peterson2010-04-161-8/+8
* remove check for unicodeBenjamin Peterson2010-04-161-3/+0
* Ignore jinja2Antoine Pitrou2010-04-162-0/+2
* Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)Senthil Kumaran2010-04-163-12/+57
* add spaceBenjamin Peterson2010-04-151-1/+1
* Add various itemsAndrew M. Kuchling2010-04-151-2/+48
* Fix os.kill tests to be more robust and work with slower machines.Brian Curtin2010-04-151-6/+44
* Add various items; correct argparse outputAndrew M. Kuchling2010-04-141-10/+31
* Fix missing.Georg Brandl2010-04-141-2/+2
* #8370: fix module name in backported doc addition.Georg Brandl2010-04-141-2/+2