Showing content from http://mail.python.org/pipermail/python-checkins/2014-September/thread.html below:
The Python-checkins September 2014 Archive by thread
September 2014 Archives by thread
Starting: Mon Sep 1 00:02:55 CEST 2014
Ending: Tue Sep 30 23:03:24 CEST 2014
Messages: 490
- [Python-checkins] cpython (3.4): #22315: Add test to capture the failure. jason.coombs
- [Python-checkins] cpython (3.4): #22315: Use technique outlined in test_file_util jason.coombs
- [Python-checkins] cpython (3.4): #22315: Provide an actual directory during test invocation. jason.coombs
- [Python-checkins] cpython (3.4): #22315: Use an existent directory for 'src' to trigger appropriate behavior. jason.coombs
- [Python-checkins] cpython (3.4): #22315: Use advertised API for OSError jason.coombs
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4; Closes #22315 jason.coombs
- [Python-checkins] peps: PEP 476: Better document the warning mechanism discussed on python-dev alex.gaynor
- [Python-checkins] peps: Clarify space around colon in slice (severa cases). guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #22320: Fix broken link in the General Python FAQ. ned.deily
- [Python-checkins] cpython (3.4): Issue #22320: Fix broken link in the General Python FAQ. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22320: merge from 3.4 ned.deily
- [Python-checkins] Daily reference leaks (640c575ab3e1): sum=151940 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #19447: Suppress output of py_compile.compile(). berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19447: Suppress output of py_compile.compile(). berker.peksag
- [Python-checkins] cpython (3.4): Remove unused imports. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Remove unused imports. berker.peksag
- [Python-checkins] cpython: a more universal unicode char example benjamin.peterson
- [Python-checkins] cpython: try to pick a unicode char that latex understands benjamin.peterson
- [Python-checkins] cpython: sigma actually works in latex... benjamin.peterson
- [Python-checkins] peps: docs have moved benjamin.peterson
- [Python-checkins] Daily reference leaks (3dafa5f1dc04): sum=151932 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #22258: Fix the the internal function set_inheritable() on Illumos. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on victor.stinner
- [Python-checkins] peps: PEP 440: Missed one update for single number releases nick.coghlan
- [Python-checkins] cpython: Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu guido.van.rossum
- [Python-checkins] peps: PEP 471: Minor change, rename scandir() parameter from "directory" to "path" victor.stinner
- [Python-checkins] cpython: pytime.h: remove duplicated "#ifndef Py_LIMITED_API" victor.stinner
- [Python-checkins] cpython: Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY victor.stinner
- [Python-checkins] cpython: Issue #22043: time.monotonic() is now always available victor.stinner
- [Python-checkins] cpython: Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip victor.stinner
- [Python-checkins] Daily reference leaks (b12857782041): sum=151934 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21933: Users can now change the font size for example code. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21933: Merge with 3.4 terry.reedy
- [Python-checkins] cpython (3.4): Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD older victor.stinner
- [Python-checkins] cpython (3.4): Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22332: test_multiprocessing_main_handling is now skipped if victor.stinner
- [Python-checkins] cpython (3.4): Issue #20957: test_smtpnet now uses support.transient_internet() to call victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #20957: test_smtpnet now uses support.transient_internet() to victor.stinner
- [Python-checkins] cpython (3.4): Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use victor.stinner
- [Python-checkins] cpython (3.4): Issue #21440: test_zipfile: replace last direct calls to os.remove() with victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21440: test_zipfile: replace last direct calls to victor.stinner
- [Python-checkins] cpython: Fix timeout in test.fork_wait victor.stinner
- [Python-checkins] peps: this is a standards track pep benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #22051: remove unneeded reload that allowed bad code. terry.reedy
- [Python-checkins] cpython (3.4): Issue #22051: remove unneeded reload that allowed bad code. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 terry.reedy
- [Python-checkins] cpython (2.7): NEWS items for turtledemo. terry.reedy
- [Python-checkins] cpython (3.4): NEWS items for turtledemo. terry.reedy
- [Python-checkins] cpython (2.7): NEWS items for Idle. terry.reedy
- [Python-checkins] cpython (3.4): NEWS items for Idle. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): NEWS items for Idle. terry.reedy
- [Python-checkins] peps: PEP 477: With GvR's approval, Benjamin is the BDFL-Delegate nick.coghlan
- [Python-checkins] peps: accept pep 477 benjamin.peterson
- [Python-checkins] peps: Resolution link for PEP 477 acceptance nick.coghlan
- [Python-checkins] Daily reference leaks (c69be794a9c6): sum=151928 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22258: Fix typo in Misc/NEWS victor.stinner
- [Python-checkins] cpython: Issue #22333: Add debug traces to test_threaded_import victor.stinner
- [Python-checkins] cpython: Issue #22334: Add debug traces to test_tcl victor.stinner
- [Python-checkins] cpython: Fix #19546: onfigparser exceptions expose implementation details. Patch by lukasz.langa
- [Python-checkins] cpython (merge default -> default): Merge fix for #19546: configparser exceptions leak implementation details lukasz.langa
- [Python-checkins] cpython: Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory victor.stinner
- [Python-checkins] cpython (2.7): remove script that now lives at https://github.com/python/docsbuild-scripts benjamin.peterson
- [Python-checkins] cpython (2.7): the correct role is :meth: not :method: benjamin.peterson
- [Python-checkins] cpython: Issue #20421: Add a .version() method to SSL sockets exposing the actual antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #20421: Add a .version() method to SSL sockets exposing the actual alex.gaynor
- [Python-checkins] cpython (2.7): Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 alex.gaynor
- [Python-checkins] cpython: Issue #22290: PyObject_Call() now fails with an assertion error when called victor.stinner
- [Python-checkins] cpython (3.4): Issue #21933: Make Control-Mousewhell only change font size and not also scroll. terry.reedy
- [Python-checkins] cpython (2.7): fix malformed use cmdoption directive benjamin.peterson
- [Python-checkins] cpython (2.7): remove automatic svn checkout of sphinx and its deps from Doc/Makefile benjamin.peterson
- [Python-checkins] devguide: update for recent changes in doc building benjamin.peterson
- [Python-checkins] cpython: Silenced some warnings about comparison between signed and unsigned integer serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22221: Backported fixes from Python 3 (issue #18960). serhiy.storchaka
- [Python-checkins] Daily reference leaks (034ebeb8be2d): sum=151932 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22221: Add tests for compile() with source encoding cookie. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22221: Add tests for compile() with source encoding cookie. serhiy.storchaka
- [Python-checkins] cpython (2.7): regrtest: backport "[ 1/399]" progress back from Python 3 victor.stinner
- [Python-checkins] cpython (2.7): backport our own copy of the ref-counting extension benjamin.peterson
- [Python-checkins] peps: PEP 476: Updates based on Guido's feedback on python-dev alex.gaynor
- [Python-checkins] cpython (2.7): Issue #22340: Fix Python 3 warnings in Python 2 tests victor.stinner
- [Python-checkins] cpython (2.7): Issue #22340: Fix test_collections if the sets module was already imported victor.stinner
- [Python-checkins] peps: use correct article (closes #22342) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #20643: Removed unneeded (and wrong) class directives. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20643: Removed unneeded (and wrong) class directives. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20643: Fixed references to the next() method (distinguish from the serhiy.storchaka
- [Python-checkins] cpython (2.7): Update OS X installer build script for changes to documentation build: ned.deily
- [Python-checkins] cpython (2.7): Document 2.7.9 changes in OS X installer build requirements: ned.deily
- [Python-checkins] cpython (3.4): Keep Mac/build-installer.py in sync across branches (affects 2.7 only). ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Keep Mac/build-installer.py in sync across branches (affects 2.7 only). ned.deily
- [Python-checkins] cpython: Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346. guido.van.rossum
- [Python-checkins] Daily reference leaks (7fe96ffb2dc6): sum=151930 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22346: also include asyncio PEP 411 notice in 3.4 nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Null merge from 3.4 backport nick.coghlan
- [Python-checkins] cpython (3.4): Issue #22295: Adopt 'python -m pip' as the preferred invocation nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Merge issue #22295 fix from 3.4 nick.coghlan
- [Python-checkins] cpython: Issue #22215: Now ValueError is raised instead of TypeError when str or bytes serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #19524: Fixed resource leak in the HTTP connection when an invalid serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #19524: Fixed resource leak in the HTTP connection when an invalid serhiy.storchaka
- [Python-checkins] cpython: Issue #22131: Modernized the code of the uuid module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22131: Fixed a bug in handling an error occured during reading from serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22131: Fixed a bug in handling an error occured during reading from serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22226: Added private function _splitdict() in the Tkinter module. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22226: Added private function _splitdict() in the Tkinter module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22226: Added private function _splitdict() in the Tkinter module. serhiy.storchaka
- [Python-checkins] cpython (3.4): remove various dead version checks (closes #22349) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22349) benjamin.peterson
- [Python-checkins] Daily reference leaks (688701337b1a): sum=151928 solipsis at pitrou.net
- [Python-checkins] peps: Updated 3.4 release schedule for all extant and planned releases. larry.hastings
- [Python-checkins] peps: Was there a single thing in my 3.4.1 / 3.4.2 schedules I didn't screw up? Nope! larry.hastings
- [Python-checkins] Daily reference leaks (688701337b1a): sum=151976 solipsis at pitrou.net
- [Python-checkins] cpython: - Issue #16662: load_tests() is now unconditionally run when it is present in barry.warsaw
- [Python-checkins] cpython: A few tweaks for issue16662 based on feedback from Robert Collins. barry.warsaw
- [Python-checkins] Daily reference leaks (92b292d68104): sum=151934 solipsis at pitrou.net
- [Python-checkins] peps: show how to purge CDN benjamin.peterson
- [Python-checkins] cpython: imaplib.IMAP4 now supports the context manager protocol. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22284: Update decimal.__all__ stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22284: Merge 3.4 stefan.krah
- [Python-checkins] Daily reference leaks (5bc23c111de1): sum=151934 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #19232: Speed up decimal import. Additionally, since _decimal is stefan.krah
- [Python-checkins] cpython: Whitespace. stefan.krah
- [Python-checkins] peps: Updated dates for 3.4.2 schedule. larry.hastings
- [Python-checkins] cpython (3.4): Issue #22369: Change "context manager protocol" to "context management serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22369: Change "context manager protocol" to "context management serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22369: Change "context manager protocol" to "context management serhiy.storchaka
- [Python-checkins] cpython (3.4): y2k compliance, lol (closes #22380) benjamin.peterson
- [Python-checkins] cpython (2.7): y2k compliance, lol (closes #22380) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22380) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22338: Fix a crash in the json module on memory allocation failure. victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation victor.stinner
- [Python-checkins] cpython (2.7): - Issue #22381: Update zlib to 1.2.8. matthias.klose
- [Python-checkins] cpython (2.7): Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with serhiy.storchaka
- [Python-checkins] Daily reference leaks (135fc23e475c): sum=151924 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13968: The glob module now supports recursive search in serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21147: sqlite3 now raises an exception if the request contains a null serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21147: sqlite3 now raises an exception if the request contains a null serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21147: sqlite3 now raises an exception if the request contains a null serhiy.storchaka
- [Python-checkins] cpython: Issue #13968: Fixed newly added recursive glob test. serhiy.storchaka
- [Python-checkins] cpython: Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter victor.stinner
- [Python-checkins] cpython (2.7): test_distutils: remove the test file in DistributionTestCase.test_debug_mode() victor.stinner
- [Python-checkins] cpython (3.4): Issue #22386: fixed regression. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22386: merged fix from 3.4. vinay.sajip
- [Python-checkins] Daily reference leaks (070fed5b7b9d): sum=151989 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #16104: Allow compileall to do parallel bytecode compilation. brett.cannon
- [Python-checkins] hooks: remove trailing whitespace benjamin.peterson
- [Python-checkins] hooks: buildbot is now installed in the system python benjamin.peterson
- [Python-checkins] hooks: add support for logging in benjamin.peterson
- [Python-checkins] test: difficult choices benjamin.peterson
- [Python-checkins] test: this file is boring benjamin.peterson
- [Python-checkins] cpython: inspect.Signature: Fix discrepancy between __eq__ and __hash__. yury.selivanov
- [Python-checkins] cpython (2.7): #22398 Tools/msi enhancements for 2.7 steve.dower
- [Python-checkins] hooks: allow smtp username and password local-hg
- [Python-checkins] devguide: suggest checking out source over https benjamin.peterson
- [Python-checkins] cpython (3.4): make hg link secure benjamin.peterson
- [Python-checkins] cpython (2.7): make hg link secure benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] Daily reference leaks (3b974b61e74d): sum=151936 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. ned.deily
- [Python-checkins] Daily reference leaks (f5cde9c5ef60): sum=151934 solipsis at pitrou.net
- [Python-checkins] hooks: Fix refactoring oversight. georg.brandl
- [Python-checkins] test: Closes #2771: test. georg.brandl
- [Python-checkins] test: #2771: test baseurl change. georg.brandl
- [Python-checkins] cpython (3.4): Fixed re tests incorrectly ported from 2.x to 3.x. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Use more appropriate asserts in re tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Use more appropriate asserts in re tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed re tests incorrectly ported from 2.x to 3.x. serhiy.storchaka
- [Python-checkins] cpython (3.4): Use more appropriate asserts in re tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Now re tests work again on Unicode-disabled build. serhiy.storchaka
- [Python-checkins] devguide: make links to hg.python.org https benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #22384: An exception in Tkinter callback no longer crashes the program serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22384: An exception in Tkinter callback no longer crashes the program serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22384: An exception in Tkinter callback no longer crashes the program serhiy.storchaka
- [Python-checkins] cpython: Closes #20537: logging methods now accept an exception instance as well as a vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17095: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #17095: Temporarily revert getpath.c change that added the Modules ned.deily
- [Python-checkins] cpython (2.7): Test re pickling for all protocols. serhiy.storchaka
- [Python-checkins] cpython (3.4): Restored re pickling test. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Restored re pickling test. serhiy.storchaka
- [Python-checkins] Daily reference leaks (9d54903a84b5): sum=151932 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #18159: ConfigParser getters not available on SectionProxy lukasz.langa
- [Python-checkins] cpython: Fix full-stop whitespace in configparser docs lukasz.langa
- [Python-checkins] cpython (merge default -> default): Closes #18159: ConfigParser getters not available on SectionProxy lukasz.langa
- [Python-checkins] peps: PEP 418: Fix clock_resolution.py script victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Merge fix for issue #22166 from 3.4 nick.coghlan
- [Python-checkins] cpython (3.4): Issue #22166: clear codec caches in test_codecs nick.coghlan
- [Python-checkins] peps: PEP 476: Link to the two relevant tickets alex.gaynor
- [Python-checkins] Daily reference leaks (322ee2f2e922): sum=130905 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #21270 : We now override tuple methods in mock.call objects. kushal.das
- [Python-checkins] cpython (merge 3.3 -> 3.4): Lax cookie parsing in http.cookies could be a security issue when combined antoine.pitrou
- [Python-checkins] cpython (3.3): Lax cookie parsing in http.cookies could be a security issue when combined antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Lax cookie parsing in http.cookies could be a security issue when combined antoine.pitrou
- [Python-checkins] cpython (3.4): Replace bad ftp URLs in test_urllib2net antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Replace bad ftp URLs in test_urllib2net antoine.pitrou
- [Python-checkins] cpython (2.7): Lax cookie parsing in http.cookies could be a security issue when guido.van.rossum
- [Python-checkins] cpython (3.4): consistently use _name_ and _value_; patch from Kiss Gyorgy ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): consistently use _name_ and _value_; patch from Kiss Gyorgy ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Issue21738: clarify usage of __new__ in Enum subclasses ethan.furman
- [Python-checkins] cpython (3.4): Issue21738: clarify usage of __new__ in Enum subclasses ethan.furman
- [Python-checkins] cpython: Close issue21706: add 'start' parameter to functional API ethan.furman
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4 senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> 3.4): Merge from 3.3 senthil.kumaran
- [Python-checkins] cpython (3.3): Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all senthil.kumaran
- [Python-checkins] Daily reference leaks (74f7fbf548d0): sum=130905 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22419: Limit the length of incoming HTTP request in wsgiref server to senthil.kumaran
- [Python-checkins] cpython (3.3): Issue #22419: Limit the length of incoming HTTP request in wsgiref server to senthil.kumaran
- [Python-checkins] cpython (3.4): asyncio, Tulip issue 206: In debug mode, keep the callback in the victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) asyncio, Tulip issue 206: In debug mode, keep the callback in the victor.stinner
- [Python-checkins] cpython (3.4): Issue #4180: The warnings registries are now reset when the filters are antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #4180: The warnings registries are now reset when the filters are antoine.pitrou
- [Python-checkins] cpython: Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an antoine.pitrou
- [Python-checkins] cpython: Issue #21391: Use os.path.abspath in the shutil module. berker.peksag
- [Python-checkins] cpython: Issue #21706: Add a versionchanged directive to the functional API docs. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling berker.peksag
- [Python-checkins] cpython (3.4): Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling berker.peksag
- [Python-checkins] Daily reference leaks (c0ca9d32aed4): sum=130907 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #16827: Make Interpreter introduction section of the tutorial more senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #16827: Make Interpreter introduction section of the tutorial more senthil.kumaran
- [Python-checkins] cpython (3.4): Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #22436: Merged documentation update from 3.4. vinay.sajip
- [Python-checkins] cpython (2.7): Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). vinay.sajip
- [Python-checkins] cpython: Issue #22378: socket module: add SO_MARK. charles-francois.natali
- [Python-checkins] cpython: Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) senthil.kumaran
- [Python-checkins] Daily reference leaks (ca0aa0d89273): sum=130905 solipsis at pitrou.net
- [Python-checkins] peps: PEP476: Updated based on proposed API from Nick. Also note that #22366 has been alex.gaynor
- [Python-checkins] cpython (2.7): standardize pep 466 relnote style benjamin.peterson
- [Python-checkins] cpython (2.7): whatsnew for pep 466 ssl backport benjamin.peterson
- [Python-checkins] cpython (3.4): remove extra letter benjamin.peterson
- [Python-checkins] cpython (3.4): standardize pep 466 relnote style benjamin.peterson
- [Python-checkins] cpython (2.7): remove extra letter benjamin.peterson
- [Python-checkins] cpython (3.4): whatsnew for pep 466 ssl backport benjamin.peterson
- [Python-checkins] hooks: http -> https benjamin.peterson
- [Python-checkins] peps: PEP476: Updates based on feedback from Guido. alex.gaynor
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22420: Merge with 3.4 terry.reedy
- [Python-checkins] cpython (3.4): Issue #22420: Avoid 'write to None' crashes by using print instead. terry.reedy
- [Python-checkins] cpython (2.7): Issue #22420: Avoid 'write to None' crashes by using print instead. terry.reedy
- [Python-checkins] cpython (3.4): Update Idle's online doc url. terry.reedy
- [Python-checkins] cpython (2.7): Update Idle's online doc url. terry.reedy
- [Python-checkins] cpython (3.4): Issue #15661: Update OS X installer welcome and readme files for 3.4.2. ned.deily
- [Python-checkins] cpython (3.4): Issue #22247: Add NNTPError to nntplib.__all__. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22247: Add NNTPError to nntplib.__all__. berker.peksag
- [Python-checkins] Daily reference leaks (8b58be9f98a7): sum=130911 solipsis at pitrou.net
- [Python-checkins] peps: PEP476: Explicitly mention (and discourage) the ability to monkeypatch, and alex.gaynor
- [Python-checkins] cpython (3.4): use patch context manager instead of decorator because the decorator 'leaks' benjamin.peterson
- [Python-checkins] peps: PEP476: Corrected a typo alex.gaynor
- [Python-checkins] release: Adapt to new Mac installer file names. georg.brandl
- [Python-checkins] cpython (3.4): #21079: is_attachment now looks only at the value, ignoring parameters. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #21079: is_attachment now looks only at the value, ignoring parameters. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #21091: make is_attachment a method. r.david.murray
- [Python-checkins] cpython (3.4): #21091: make is_attachment a method. r.david.murray
- [Python-checkins] cpython: Issue #22359: Remove incorrect uses of recursive make. Patch by Jonas Wagner. antoine.pitrou
- [Python-checkins] cpython (3.4): Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. georg.brandl
- [Python-checkins] cpython (2.7): Doc: fix usage of deprecated config value "unused_docs", and a duplicate object georg.brandl
- [Python-checkins] cpython (2.7): Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. georg.brandl
- [Python-checkins] Daily reference leaks (25c52f89ce26): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge heads serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22423: Unhandled exception in thread no longer causes unhandled serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22423: Unhandled exception in thread no longer causes unhandled serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22423: Unhandled exception in thread no longer causes unhandled serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed issue #22415 number in Misc/NEWS for changeset e99a1df8db36. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed issue #22415 number in Misc/NEWS for changeset fe287268e97b. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): MERGE: Typo: headeronly -> headersonly jesus.cea
- [Python-checkins] cpython (3.4): Typo: headeronly -> headersonly jesus.cea
- [Python-checkins] Daily reference leaks (850a62354402): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #22278: Fix urljoin problem with relative urls, a regression observed senthil.kumaran
- [Python-checkins] cpython (3.4): Updated pydoc topics for 3.4.1rc1 release. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge. larry.hastings
- [Python-checkins] cpython (3.4): Bump version number for 3.4.2rc1 release. larry.hastings
- [Python-checkins] cpython (3.4): Post-release engineering work for 3.4.2rc1. larry.hastings
- [Python-checkins] cpython (3.4): Added tag v3.4.2rc1 for changeset 8711a0951384 larry.hastings
- [Python-checkins] cpython (3.4): Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to georg.brandl
- [Python-checkins] cpython (merge 3.4 -> default): merge v3.4.2rc1 release stuff to default ned.deily
- [Python-checkins] cpython: Issue #21431: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Fix formatting typo in Misc/NEWS. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Fix formatting typo in Misc/NEWS. ned.deily
- [Python-checkins] cpython (2.7): Fix formatting typo in Misc/NEWS. ned.deily
- [Python-checkins] cpython (3.4): Fix pydoc topics. I'll regenerate this again for 3.4.2 final, larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): Null merge. larry.hastings
- [Python-checkins] peps: New PEP: PEP 478, Release Schedule For Python 3.5. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22459) benjamin.peterson
- [Python-checkins] cpython (3.4): fix error in split() examples (closes #22459) benjamin.peterson
- [Python-checkins] Daily reference leaks (ad45c2707006): sum=1 solipsis at pitrou.net
- [Python-checkins] peps: Some PEP status updates based on my current priorities nick.coghlan
- [Python-checkins] cpython (merge 3.4 -> default): Fixed reference leak in the "backslashreplace" error handler. serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed reference leak in the "backslashreplace" error handler. serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed reference leak in the "backslashreplace" error handler. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #21866: ZipFile.close() no longer writes ZIP64 central directory serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21866: ZipFile.close() no longer writes ZIP64 central directory serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #21866: ZipFile.close() no longer writes ZIP64 central directory serhiy.storchaka
- [Python-checkins] cpython (3.4): Fixed test_large_file_exception. Ported tests for large count of files serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed test_large_file_exception. Ported tests for large count of files serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed test_large_file_exception. Ported tests for large count of files serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22471: Avoid Python Launcher.app install problems by removing ned.deily
- [Python-checkins] cpython (3.4): Issue #22471: Avoid Python Launcher.app install problems by removing ned.deily
- [Python-checkins] cpython (2.7): Issue #22471: Avoid Python Launcher.app install problems by removing ned.deily
- [Python-checkins] cpython (3.4): Fixed bytes literals in tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Fixed bytes literals in tests. serhiy.storchaka
- [Python-checkins] cpython: Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in serhiy.storchaka
- [Python-checkins] peps: PEP 470: fix typo spotted by Jan Pokorný nick.coghlan
- [Python-checkins] cpython: #22464: Speed up common Fraction operations by special-casing several georg.brandl
- [Python-checkins] Daily reference leaks (837353153f80): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4). georg.brandl
- [Python-checkins] cpython (3.4): Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. berker.peksag
- [Python-checkins] cpython (2.7): Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22427: TemporaryDirectory no longer attempts to clean up twice when serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #22427: TemporaryDirectory no longer attempts to clean up twice when serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16056: Rename test method in test_statistics to avoid conflict. berker.peksag
- [Python-checkins] cpython (3.4): Issue #16056: Rename test method in test_statistics to avoid conflict. berker.peksag
- [Python-checkins] peps: PEP 478: replace "3.4" with "3.5" victor.stinner
- [Python-checkins] cpython (3.4): Improve English phrasing in asyncio task docs. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: Improve English phrasing in asyncio task docs. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: Apply asyncio Task English fixes to docstrings as well. r.david.murray
- [Python-checkins] cpython (3.4): Apply asyncio Task English fixes to docstrings as well. r.david.murray
- [Python-checkins] devguide: Add myself to some "experts". serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) test_faulthandler: fix typo victor.stinner
- [Python-checkins] cpython (3.4): test_faulthandler: fix typo victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22484) benjamin.peterson
- [Python-checkins] cpython (3.4): allow archives for rc releases to be built (closes #22484) benjamin.peterson
- [Python-checkins] cpython (2.7): allow archives for rc releases to be built (closes #22484) benjamin.peterson
- [Python-checkins] cpython (3.4): asyncio.unix_events: Move import statement to match tulip code yury.selivanov
- [Python-checkins] cpython: asyncio.unix_events: Move import statement to match code in tulip yury.selivanov
- [Python-checkins] cpython: asyncio.test_events: Partially reverting f7643c893587 to stay in sync with yury.selivanov
- [Python-checkins] cpython: asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no yury.selivanov
- [Python-checkins] peps: Updates for 3.5 release schedule PEP--different WE, more PEPs. larry.hastings
- [Python-checkins] Daily reference leaks (7d6297450943): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #18093: fix test_capi test skip due to _testembed move nick.coghlan
- [Python-checkins] cpython: asyncio: Improve canceled timer handles cleanup. Closes issue #22448. yury.selivanov
- [Python-checkins] cpython (3.4): asyncio: Improve canceled timer handles cleanup. Closes issue #22448. yury.selivanov
- [Python-checkins] cpython: asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module yury.selivanov
- [Python-checkins] cpython (3.4): asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module yury.selivanov
- [Python-checkins] Daily reference leaks (5226f89437ed): sum=9 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Issue #17462: Add a paragraph about advantages of argparse over optparse. berker.peksag
- [Python-checkins] cpython (3.4): Issue #17462: Add a paragraph about advantages of argparse over optparse. berker.peksag
- [Python-checkins] cpython (2.7): Issue #17462: Add a paragraph about advantages of argparse over optparse. berker.peksag
- [Python-checkins] cpython: os: Include posix functions in os.__all__. Closes issue #18554. yury.selivanov
- [Python-checkins] cpython (2.7): tempfile: Fix docstring. Issue #21397, patch by R. David Murray. yury.selivanov
- [Python-checkins] cpython: tempfile: Fix docstring. Issue #21397, patch by R. David Murray. yury.selivanov
- [Python-checkins] cpython (3.4): tempfile: Fix docstring. Issue #21397, patch by R. David Murray. yury.selivanov
- [Python-checkins] cpython: Issue #5309: distutils' build and build_ext commands now accept a ``-j`` antoine.pitrou
- [Python-checkins] cpython: inspect: Fix getsource() to support decorated functions. yury.selivanov
- [Python-checkins] cpython: Issue #16324: _charset parameter of MIMEText now also accepts berker.peksag
- [Python-checkins] Daily reference leaks (d43d4d4ebf2c): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #9850: Fixed macpath.join() for empty first component. Patch by serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #9850: Fixed macpath.join() for empty first component. Patch by serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #9850: Fixed macpath.join() for empty first component. Patch by serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #20974: Update version table in email intro. r.david.murray
- [Python-checkins] cpython (3.4): #20974: Update version table in email intro. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. r.david.murray
- [Python-checkins] cpython (3.4): #18854: make it explicit that is_multipart does not mean 'multipart/xxx'. r.david.murray
- [Python-checkins] cpython (3.4): Issue #16537: Check whether self.extensions is empty in setup.py. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #16537: Check whether self.extensions is empty in setup.py. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4. berker.peksag
- [Python-checkins] cpython (merge default -> default): Merge heads. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads. berker.peksag
- [Python-checkins] cpython (2.7): Issue #16537: Check whether self.extensions is empty in setup.py. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> default): Issue #22251: Fix ReST markup to avoid errors building docs. berker.peksag
- [Python-checkins] cpython (3.4): Issue #22251: Fix ReST markup to avoid errors building docs. berker.peksag
- [Python-checkins] cpython (2.7): #10510: make distuitls upload/register use HTML standards compliant CRLF. r.david.murray
- [Python-checkins] cpython (3.4): #10510: make distuitls upload/register use HTML standards compliant CRLF. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Revert #22251 berker.peksag
- [Python-checkins] cpython (3.4): Revert #22251 berker.peksag
- [Python-checkins] Daily reference leaks (78ae78f967f1): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Removed redundant casts to `char *`. serhiy.storchaka
- [Python-checkins] cpython: Removed a code for suport Python version <2.2. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): #10510: Fix bug in forward port of 2.7 distutils patch. r.david.murray
- [Python-checkins] cpython (3.4): #10510: Fix bug in forward port of 2.7 distutils patch. r.david.murray
- [Python-checkins] cpython (2.7): give exception a nice message (closes #22379) benjamin.peterson
- [Python-checkins] cpython (3.4): check that exception messages are not empty (#22379) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22379) benjamin.peterson
- [Python-checkins] cpython: Closes issue #20858: Enhancements/fixes to pure-python datetime module alexander.belopolsky
- [Python-checkins] Daily reference leaks (5313b4c0bb6c): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.) r.david.murray
- [Python-checkins] cpython (3.4): #20135: FAQ entry for list mutation. (See also 6375bf34fff6.) r.david.murray
- [Python-checkins] cpython (2.7): #20135: FAQ entry for list mutation. r.david.murray
- [Python-checkins] cpython: Issue #22510: Get rid of little overhead of testing re.DEBUG flag. serhiy.storchaka
- [Python-checkins] cpython: #17442: Add chained traceback support to InteractiveInterpreter. r.david.murray
- [Python-checkins] cpython: Issue #22437: Number of capturing groups in regular expression is no longer serhiy.storchaka
- [Python-checkins] cpython (3.3): NEWS issue for #22518 benjamin.peterson
- [Python-checkins] cpython (2.7): add NEWS note for #22518 benjamin.peterson
- [Python-checkins] cpython (3.3): cleanup overflowing handling in unicode_decode_call_errorhandler and benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (closes #22518) benjamin.peterson
- [Python-checkins] cpython (2.7): cleanup overflowing handling in unicode_decode_call_errorhandler and benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (closes #22518) benjamin.peterson
- [Python-checkins] cpython (2.7): fix overflow checking in PyString_Repr (closes #22519) benjamin.peterson
- [Python-checkins] cpython (3.3): fix overflow checking in PyBytes_Repr (closes #22519) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22519) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (closes #22519) benjamin.peterson
- [Python-checkins] cpython (3.3): these variables ought to be Py_ssize_t benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython: fix windows tests (#16662) benjamin.peterson
- [Python-checkins] cpython (3.3): clear BufferedRWPair weakrefs on deallocation (closes #22517) benjamin.peterson
- [Python-checkins] cpython (2.7): clear BufferedRWPair weakrefs on deallocation (closes #22517) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#22517) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22517) benjamin.peterson
- [Python-checkins] cpython (3.3): prevent overflow in unicode_repr (closes #22520) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22520) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#22520) benjamin.peterson
- [Python-checkins] peps: use https benjamin.peterson
- [Python-checkins] cpython: Fix "warning: comparison between signed and unsigned integer expressions" gregory.p.smith
- [Python-checkins] Daily reference leaks (b1442a6832ab): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22396: On 32-bit AIX platform, don't expose victor.stinner
- [Python-checkins] peps: PEP 394: Clarify that "python" should mean "python2" nick.coghlan
- [Python-checkins] peps: PEP 394: Change verb tense & cover 2.7 maintenance extension nick.coghlan
- [Python-checkins] peps: PEP 394: fix typo nick.coghlan
- [Python-checkins] cpython: faulthandler: suppress crash reporter directly in test functions written to victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of victor.stinner
- [Python-checkins] cpython (3.4): faulthandler: _sigsegv() and _sigabrt() don't accept parameters victor.stinner
- [Python-checkins] cpython (3.4): faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), victor.stinner
- [Python-checkins] cpython (3.2): Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by georg.brandl
- [Python-checkins] cpython (3.2): Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than georg.brandl
- [Python-checkins] cpython (3.2): Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes georg.brandl
- [Python-checkins] cpython (3.2): Issue #18747: document issue with OpenSSL's CPRNG state and fork georg.brandl
- [Python-checkins] cpython (3.2): Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by georg.brandl
- [Python-checkins] cpython (3.2): Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to georg.brandl
- [Python-checkins] cpython: Remove pointless "vile hack" that can cause the build step to fail when some antoine.pitrou
- [Python-checkins] cpython (3.2): Lax cookie parsing in http.cookies could be a security issue when combined georg.brandl
- [Python-checkins] cpython (3.2): Issue #22419: Limit the length of incoming HTTP request in wsgiref server to georg.brandl
- [Python-checkins] cpython (3.2): Issue #22517: When a io.BufferedRWPair object is deallocated, clear its georg.brandl
- [Python-checkins] cpython (3.2): Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all georg.brandl
- [Python-checkins] cpython (3.2): Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit georg.brandl
- [Python-checkins] cpython (3.2): Issue #20939: Use www.example.com instead of www.python.org to avoid test georg.brandl
- [Python-checkins] cpython (3.2): Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), georg.brandl
- [Python-checkins] cpython (3.2): Add a dummy "touch" target to the Makefile so that the custom buildbots can georg.brandl
- [Python-checkins] cpython: remove merge goop from f86fde20e9ce benjamin.peterson
- [Python-checkins] cpython (3.2): Backport b533cc11d114 to fix intermittent test_urllibnet failures. georg.brandl
- [Python-checkins] peps: Add new security releases. georg.brandl
- [Python-checkins] cpython (3.4): Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once to victor.stinner
- [Python-checkins] cpython (3.2): Issue #19855: uuid.getnode() on Unix now looks on the PATH for the georg.brandl
- [Python-checkins] cpython: Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but antoine.pitrou
- [Python-checkins] cpython: Reorganize C API docs of the exception API antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#22528) benjamin.peterson
- [Python-checkins] cpython (2.7): add link to pdb source (closes #22528) benjamin.peterson
- [Python-checkins] cpython (3.4): add link to pdb source (closes #22528) benjamin.peterson
- [Python-checkins] cpython (3.4): Prepare sphinx extensions for 1.3. georg.brandl
- [Python-checkins] cpython (3.4): Dont define an empty SPHINXOPTS, which overrides a definition from the georg.brandl
- [Python-checkins] cpython (2.7): Prepare sphinx extensions for 1.3. georg.brandl
- [Python-checkins] cpython (2.7): Dont define an empty SPHINXOPTS, which overrides a definition from the georg.brandl
- [Python-checkins] cpython (2.7): Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested georg.brandl
- [Python-checkins] cpython (3.4): Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested georg.brandl
- [Python-checkins] cpython: Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested georg.brandl
- [Python-checkins] peps: Path update. georg.brandl
- [Python-checkins] devguide: Path update. georg.brandl
- [Python-checkins] cpython (2.7): Remove duplicate PyLong function descriptions. georg.brandl
Last message date: Tue Sep 30 23:03:24 CEST 2014
Archived on: Tue Sep 30 23:03:27 CEST 2014
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4