summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-0/+4
* prefer clearing global objects to obscure module.__dict__ bugs #10068Benjamin Peterson2010-10-121-0/+3
* NEWS: Move #6612 to Library sectionVictor Stinner2010-10-121-3/+3
* #6612: add the author of the patch (W. Trevor King)Victor Stinner2010-10-122-1/+2
* Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if theVictor Stinner2010-10-121-0/+3
* Issue #3873: Speed up unpickling from file objects which have a peek()Antoine Pitrou2010-10-121-0/+3
* Issue #10075: Add a session_stats() method to SSLContext objects.Antoine Pitrou2010-10-121-0/+2
* Post-release bumps.Georg Brandl2010-10-121-2/+2
* Add entry for r85371.Martin v. Löwis2010-10-111-0/+2
* Add 3.2b1.Martin v. Löwis2010-10-111-2/+17
* Issue #9948: logging: fixed problem of losing filename case information.Vinay Sajip2010-10-101-0/+2
* Rewrap.v3.2a3Georg Brandl2010-10-101-120/+114
* Bump to 3.2a3.Georg Brandl2010-10-102-2/+2
* Issue #9437: Fix building C extensions with non-default LDFLAGS.Antoine Pitrou2010-10-101-0/+2
* Issue #10062: Allow building on platforms which do not have sem_timedwait.Antoine Pitrou2010-10-101-0/+2
* Some platforms provide uintptr_t in inttypes.h. Patch byAntoine Pitrou2010-10-102-0/+4
* Issue #10055: Make json C89-compliant in UCS4 mode.Antoine Pitrou2010-10-091-0/+2
* Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()Victor Stinner2010-10-091-0/+3
* Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate theAntoine Pitrou2010-10-081-0/+3
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-0/+3
* Issue #1589: Add ssl.match_hostname(), to help implement server identityAntoine Pitrou2010-10-081-0/+3
* Issue #9978: Wait until subprocess completes initialization. (Win32KillTests ...Hirokazu Yamamoto2010-10-081-0/+3
* Fix handling on negative numbers in ast.literal_eval().Raymond Hettinger2010-10-081-0/+4
* Issue #9759: GzipFile now raises ValueError when an operation is attemptedAntoine Pitrou2010-10-061-0/+3
* Fix news entry formatting nitsÉric Araujo2010-10-051-2/+2
* Fix interaction of custom translation classes and caching (#9042)Éric Araujo2010-10-041-0/+3
* Recode developers.txt to UTF-8, as discussed on python-dev.Éric Araujo2010-10-041-10/+13
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-0/+6
* Add Tal Einat.Martin v. Löwis2010-10-041-0/+3
* Issue #9065: no longer use "root" as the default for theLars Gustäbel2010-10-041-0/+3
* typo in Arfrever nameTarek Ziadé2010-10-031-1/+1
* Fixed #8980: distutils.command.check was failing w/ docutils installedTarek Ziadé2010-10-031-0/+3
* add a test and a note about metaclasses now being abcsBenjamin Peterson2010-10-021-2/+3
* #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.R. David Murray2010-10-021-0/+3
* Update changelog for r85174Victor Stinner2010-10-021-0/+2
* Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replaceVictor Stinner2010-10-021-1/+5
* type.__abstractmethods__ should raise an AttributeError #10006Benjamin Peterson2010-10-021-0/+2
* #10004: in Q encoded word ignore '=xx' when xx is not valid hex.R. David Murray2010-10-011-0/+3
* Fix #10003. Add SIGBREAK to the set of valid signals on Windows.Brian Curtin2010-10-011-0/+3
* Issue #6608: time.asctime is now checking struct tm fields its inputAlexander Belopolsky2010-10-012-1/+5
* Issue1491 - BaseHTTPServer incorrectly implements response code 100Senthil Kumaran2010-09-301-0/+3
* Issue #9360: Cleanup and improvements to the nntplib module. The APIAntoine Pitrou2010-09-291-0/+4
* Issue #9962: GzipFile now has the peek() method.Antoine Pitrou2010-09-291-0/+2
* Issue #9979: Create function PyUnicode_AsWideCharString().Victor Stinner2010-09-291-0/+2
* #7110: have regrtest print test failures and tracebacks to stderr not stdout.R. David Murray2010-09-292-0/+4
* #9628: fix runtests.sh -x option so more than one test can be excluded.R. David Murray2010-09-281-0/+2
* Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,Antoine Pitrou2010-09-281-0/+5
* Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers)Hirokazu Yamamoto2010-09-281-0/+2
* Fix for issue #9568.Ronald Oussoren2010-09-281-0/+2
* Add support for the ZSH shell to the "Update Shell Profile" scriptRonald Oussoren2010-09-281-0/+4