August 2013 Archives by subject
Starting: Thu Aug 1 00:12:15 CEST 2013
Ending: Sat Aug 31 23:17:08 CEST 2013
Messages: 668
- [Python-checkins] [Python-Dev] cpython (merge 3.3 -> default): merge for issue #18755
Brett Cannon
- [Python-checkins] benchmarks: Issue #18586: Remove the need for make_perf3.sh
brett.cannon
- [Python-checkins] cpython (2.6): - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
barry.warsaw
- [Python-checkins] cpython (2.6): Fix UnboundLocalError regression due to previous incorrect fix for
barry.warsaw
- [Python-checkins] cpython (2.6): Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
christian.heimes
- [Python-checkins] cpython (2.7): #18357: add tests for dictview set difference. Patch by Fraser Tweedale.
ezio.melotti
- [Python-checkins] cpython (2.7): #18466: fix more typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (2.7): #18663: document that assertAlmostEqual also works when the values are equal
ezio.melotti
- [Python-checkins] cpython (2.7): #18687: remove obsolete comment. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (2.7): #18705: fix a number of typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (2.7): #18707: point to Doc/README.txt in the README file. Patch by Madison May.
ezio.melotti
- [Python-checkins] cpython (2.7): #18741: fix more typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (2.7): #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (2.7): #18803: fix more typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (2.7): #18833: add a test for test_telnetlib. Patch by Alex Volkov.
ezio.melotti
- [Python-checkins] cpython (2.7): #18839: document that sys.exit() will not accept a non-integer numeric value as
ezio.melotti
- [Python-checkins] cpython (2.7): Add 2.7.5 uuid
martin.v.loewis
- [Python-checkins] cpython (2.7): Add 2.7.6 uuids.
martin.v.loewis
- [Python-checkins] cpython (2.7): Adding localized examples to strftime documentation.
david.wolever
- [Python-checkins] cpython (2.7): Add line explaining the "%sort" test.
tim.peters
- [Python-checkins] cpython (2.7): add missing #
christian.heimes
- [Python-checkins] cpython (2.7): Add NEWS entry for 0f17aed78168 (issue #16248)
antoine.pitrou
- [Python-checkins] cpython (2.7): Clarify that strftime's encoding is based on locale
david.wolever
- [Python-checkins] cpython (2.7): Correct misleading strftime documentation.
david.wolever
- [Python-checkins] cpython (2.7): Documenting that json.load may raise a ValueError.
david.wolever
- [Python-checkins] cpython (2.7): Fix test
christian.heimes
- [Python-checkins] cpython (2.7): Fix tkinter regression introduced by the security fix in #16248.
antoine.pitrou
- [Python-checkins] cpython (2.7): Improving strftime documentation.
david.wolever
- [Python-checkins] cpython (2.7): Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
christian.heimes
- [Python-checkins] cpython (2.7): Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #13612: Fix a buffer overflow in case of a multi-byte encoding.
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #15233: Python now guarantees that callables registered with the atexit
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #15866: The xmlcharrefreplace error handler no more produces two XML
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16067: Add description into MSI file to replace installer's temporary
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17119: Fixed integer overflows when processing large Unicode strings
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #17557: Fix os.getgroups() to work with the modified behavior of
ned.deily
- [Python-checkins] cpython (2.7): Issue #17998: Fix an internal error in regular expression engine.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #18418: After fork(), reinit all threads states, not only active ones.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
Terry Reedy
- [Python-checkins] cpython (2.7): Issue #18429: Add user-oriented News entry about Format / Format Paragraph
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18489: idlelib.SearchEngine - add docstrings
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18589: fix hyperlinking of type slots (tp_*)
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
Ezio Melotti
- [Python-checkins] cpython (2.7): Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
Terry Reedy
- [Python-checkins] cpython (2.7): Issue #18592: whitespace
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18643: Fix some test_socket failures due to large default socket buffer
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #18647: A regular expression in the doctest module rewritten so that
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18647: Correctly bound calculated min/max width of a subexpression.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18661: typo in grp.struct_group docstring.
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18718: datetime documentation contradictory on leap second support
david.wolever
- [Python-checkins] cpython (2.7): Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18743: Improved cross-references to the StringIO class.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18747: Fix spelling errors in my commit message and comments,
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18747: Update Misc/NEWS to reflect the latest changeset.
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18747: Use a parent atfork handler instead of a child atfork handler.
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18756: Improve error reporting in os.urandom() when the failure is due
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18756: make test_urandom_failure more robust by executing its code in a
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18757: Improved cross-references in the concurrent package.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18759: Improved cross-references in logging documentation.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #18760: Improved cross-references in the xml package.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18761: Improved cross-references in email documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18763: subprocess: The file descriptors are now closed after calling the
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18817: Fix a resource warning in Lib/aifc.py demo.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18851: Avoid a double close of subprocess pipes when the child process
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #2537: Remove breaked check which prevented valid regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #8865: Concurrent invocation of select.poll.poll() now raises a
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue 18719: Remove a false optimization
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 18724: Fix typo noticed by Susan Tan.
ned.deily
- [Python-checkins] cpython (2.7): Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
christian.heimes
- [Python-checkins] cpython (2.7): Remove Japanese datetime examples
david.wolever
- [Python-checkins] cpython (2.7): Silence compiler warning for unused declaration.
raymond.hettinger
- [Python-checkins] cpython (2.7): test_execvpe_with_bad_arglist shouldn't be in URandomTests
antoine.pitrou
- [Python-checkins] cpython (2.7): Various clarifications based on feedback & questions over the years.
tim.peters
- [Python-checkins] cpython (3.3): #16611: BaseCookie now parses 'secure' and 'httponly' flags.
r.david.murray
- [Python-checkins] cpython (3.3): #18267: make whitespace consistent and fix an operator.
ezio.melotti
- [Python-checkins] cpython (3.3): #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make
ezio.melotti
- [Python-checkins] cpython (3.3): #18324: set_payload now correctly handles binary input.
r.david.murray
- [Python-checkins] cpython (3.3): #18357: add tests for dictview set difference. Patch by Fraser Tweedale.
ezio.melotti
- [Python-checkins] cpython (3.3): #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (3.3): #18465: fix unused variables in test_minidom. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (3.3): #18466: fix more typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (3.3): #18483: add one more date format in test_http2time_formats. Patch by Vajrasky
ezio.melotti
- [Python-checkins] cpython (3.3): #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (3.3): #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (3.3): #18562: various revisions to the regex howto for 3.x
andrew.kuchling
- [Python-checkins] cpython (3.3): #18581: remove duplicate test and run a test class that was skipped. Initial
ezio.melotti
- [Python-checkins] cpython (3.3): #18600: In 3.3, as_string does not accept a policy keyword.
r.david.murray
- [Python-checkins] cpython (3.3): #18657: remove duplicate entries from Misc/ACKS.
r.david.murray
- [Python-checkins] cpython (3.3): #18663: document that assertAlmostEqual also works when the values are equal
ezio.melotti
- [Python-checkins] cpython (3.3): #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
ezio.melotti
- [Python-checkins] cpython (3.3): #18687: remove obsolete comment. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (3.3): #18705: fix a number of typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (3.3): #18707: point to Doc/README.txt in the README file. Patch by Madison May.
ezio.melotti
- [Python-checkins] cpython (3.3): #18741: fix more typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (3.3): #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (3.3): #18803: fix more typos. Patch by Févry Thibault.
ezio.melotti
- [Python-checkins] cpython (3.3): #18833: add a test for test_telnetlib. Patch by Alex Volkov.
ezio.melotti
- [Python-checkins] cpython (3.3): #18839: document that sys.exit() will not accept a non-integer numeric value as
ezio.melotti
- [Python-checkins] cpython (3.3): #8112: Update the documenting xmlrpc server to use getfullargspec.
r.david.murray
- [Python-checkins] cpython (3.3): - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
matthias.klose
- [Python-checkins] cpython (3.3): Add line explaining the "%sort" test.
tim.peters
- [Python-checkins] cpython (3.3): add missing #
christian.heimes
- [Python-checkins] cpython (3.3): Clarify pyexpat documentation in StartElementHandler
eli.bendersky
- [Python-checkins] cpython (3.3): Close #17702: On error, os.environb now removes suppress the except context
victor.stinner
- [Python-checkins] cpython (3.3): Close #18396: fix spurious test_signal failure on Windows
nick.coghlan
- [Python-checkins] cpython (3.3): Documenting that json.load may raise a ValueError.
david.wolever
- [Python-checkins] cpython (3.3): Emphasize that people should not override __import__.
brett.cannon
- [Python-checkins] cpython (3.3): Fix @requires_freebsd_version and @requires_linux_version decorators of
victor.stinner
- [Python-checkins] cpython (3.3): Fix a couple of typos.
ezio.melotti
- [Python-checkins] cpython (3.3): Fix a typo in PyUnicode_CopyCharacters() documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fix compilation of the _sqlite module if threads are disabled
victor.stinner
- [Python-checkins] cpython (3.3): Fixes issue #15507: test_subprocess's test_send_signal could fail if the test
gregory.p.smith
- [Python-checkins] cpython (3.3): Forward port new tests from Issue #18851.
antoine.pitrou
- [Python-checkins] cpython (3.3): Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
senthil.kumaran
- [Python-checkins] cpython (3.3): Initialize utime with 0. It fixes a couple of compiler warnung:
christian.heimes
- [Python-checkins] cpython (3.3): Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
christian.heimes
- [Python-checkins] cpython (3.3): Issue #12037: Fix test_email for desktop Windows.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #12645: Clarify and reformat the documentation of import_fresh_module
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16067: Add description into MSI file to replace installer's temporary
martin.v.loewis
- [Python-checkins] cpython (3.3): Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #16463: Fix a transient test_timeout failure.
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #16741: Fix an error reporting in int().
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16741: Remove testing of implementation artifact.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17011: Fix caching of xpath path when namespaces are present.
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
ned.deily
- [Python-checkins] cpython (3.3): Issue #17119: Fixed integer overflows when processing large strings and tuples
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17557: Fix os.getgroups() to work with the modified behavior of
ned.deily
- [Python-checkins] cpython (3.3): Issue #17684: Fix some test_socket failures due to limited FD passing support
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #17701: Improving strftime documentation.
david.wolever
- [Python-checkins] cpython (3.3): Issue #17899: Fix rare file descriptor leak in os.listdir().
larry.hastings
- [Python-checkins] cpython (3.3): Issue #17902: Clarify doc of ElementTree.iterparse
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #17998: Fix an internal error in regular expression engine.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18405: Improve the entropy of crypt.mksalt().
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18418: After fork(), reinit all threads states, not only active ones.
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18429: Add user-oriented News entry about Format / Format Paragraph
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18489: idlelib.SearchEngine - add docstrings
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18517: Move definition of "xxlimited" extension to detect_modules().
ned.deily
- [Python-checkins] cpython (3.3): Issue #18589: fix hyperlinking of type slots (tp_*)
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18592: whitespace
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18627: Fix typo noticed by Vajrasky Kok.
ned.deily
- [Python-checkins] cpython (3.3): Issue #18643: Fix some test_socket failures due to large default socket buffer
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #18647: A regular expression in the doctest module rewritten so that
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18647: Correctly bound calculated min/max width of a subexpression.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
mark.dickinson
- [Python-checkins] cpython (3.3): Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
larry.hastings
- [Python-checkins] cpython (3.3): Issue #18668: Further clarify m_size setting for non-negative values
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #18668: Properly document setting m_size in PyModuleDef
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
terry.reedy
- [Python-checkins] cpython (3.3): issue #18698: ensure importlib.reload() returns the module out of sys.modules.
eric.snow
- [Python-checkins] cpython (3.3): Issue #18706: Fix a test for issue #18681 so it no longer breaks
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18743: Fix references to non-existant "StringIO" module
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18743: Fix references to non-existant "StringIO" module.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18747: Fix spelling errors in my commit message and comments,
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18747: Update Misc/NEWS to reflect the latest changeset.
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18747: Use a parent atfork handler instead of a child atfork handler.
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18755: Allow imp.load_*() loaders to have get_data() called
brett.cannon
- [Python-checkins] cpython (3.3): Issue #18756: Improve error reporting in os.urandom() when the failure is due
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18756: make test_urandom_failure more robust by executing its code in a
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18757: Improved cross-references in the concurrent package.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18759: Improved cross-references in logging documentation.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18760: Improved cross-references in the xml package.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18761: Improved cross-references in email documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18763: subprocess: The file descriptors are now closed after calling the
charles-francois.natali
- [Python-checkins] cpython (3.3): Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18783: Removed existing mentions of Python long type in docstrings,
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18817: Fix a resource warning in Lib/aifc.py demo.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #2537: Remove breaked check which prevented valid regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #8865: Concurrent invocation of select.poll.poll() now raises a
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue 18719: Remove a false optimization
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue 18724: Fix typo noticed by Susan Tan.
ned.deily
- [Python-checkins] cpython (3.3): Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
christian.heimes
- [Python-checkins] cpython (3.3): NEW entry for issue #18755
brett.cannon
- [Python-checkins] cpython (3.3): Remove errant fourth '.' from ellipsis in datetime documentation.
david.wolever
- [Python-checkins] cpython (3.3): Silence compiler warning about an uninitialized variable
raymond.hettinger
- [Python-checkins] cpython (3.3): Silence compiler warning for an unused declaration
raymond.hettinger
- [Python-checkins] cpython (3.3): Silence compiler warnings for strict function prototype declarations.
raymond.hettinger
- [Python-checkins] cpython (3.3): test_socket: cancel scheduled alarm on test failure
victor.stinner
- [Python-checkins] cpython (3.3): Update XMLParser.close documentation and fix formatting.
eli.bendersky
- [Python-checkins] cpython (3.3): Various clarifications based on feedback & questions over the years.
tim.peters
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge.
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge of 2.6 into 2.7.
tim.peters
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge with 2.6
barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): Clean merge
david.wolever
- [Python-checkins] cpython (merge 2.7 -> 2.7): Clean merge
Ezio Melotti
- [Python-checkins] cpython (merge 2.7 -> 2.7): Clean merge
Antoine Pitrou
- [Python-checkins] cpython (merge 2.7 -> 2.7): Issue #17701: Improving strftime documentation
david.wolever
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
christian.heimes
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7
christian.heimes
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge 3.2 into 3.3.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): #18267: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18273: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18357: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18453: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18465: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18466: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18483: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18484: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18505: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18581: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18663: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18681: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18687: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18705: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18707: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18741: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18798: merge typo fix from 3.3 and also use two unused variables.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18803: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18833: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18839: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Fix compilation of the _sqlite module if threads are disabled
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt().
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) test_socket: cancel scheduled alarm on test failure
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): Add line explaining the "%sort" test.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): add missing #
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Clarify pyexpat documentation in StartElementHandler
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Close #12645: Clarify and reformat the documentation of import_fresh_module
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18627: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Closing #18668: Properly document setting m_size in PyModuleDef
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Fix a typo in PyUnicode_CopyCharacters() documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixes Issue #15507: test_subprocess's test_send_signal could fail if the test
gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Forward port new tests from Issue #18851.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Initialize utime with 0. It fixes a couple of compiler warnung:
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12037: Fix test_email for desktop Windows.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16067: Merge with 3.3
martin.v.loewis
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16190: fix random module recommendation to use ssl.RAND_bytes().
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16463: Fix a transient test_timeout failure.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16741: Fix an error reporting in int().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16741: Remove testing of implementation artifact.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17046: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17119: Fixed integer overflows when processing large strings and tuples
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17557: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17998: Fix an internal error in regular expression engine.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18418: After fork(), reinit all threads states, not only active ones.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18517: merge from 3.3
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18589: fix hyperlinking of type slots (tp_*)
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18643: Fix some test_socket failures due to large default socket buffer
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18647: A regular expression in the doctest module rewritten so that
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18647: Correctly bound calculated min/max width of a subexpression.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18647: Temporary disable the "nothing to repeat" check to make buildbots
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Thanks
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
larry.hastings
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18668: Further clarify m_size setting for non-negative values
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18676: Merge from 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18706: Fix a test for issue #18681 so it no longer breaks
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18743: Fix references to non-existant "StringIO" module
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18743: Fix references to non-existant "StringIO" module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18747: Fix spelling errors in my commit message and comments,
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18747: Update Misc/NEWS to reflect the latest changeset.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18747: Use a parent atfork handler instead of a child atfork handler.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18756: Improve error reporting in os.urandom() when the failure is due
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18756: make test_urandom_failure more robust by executing its code in a
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18757: Improved cross-references in the concurrent package.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18759: Merged updates from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18760: Improved cross-references in the xml package.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18761: Improved cross-references in email documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18763: subprocess: The file descriptors are now closed after calling the
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18783: Removed existing mentions of Python long type in docstrings,
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #2537: Remove breaked check which prevented valid regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #8865: Concurrent invocation of select.poll.poll() now raises a
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue 18724: Fix typo noticed by Susan Tan.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18324: set_payload now correctly handles binary input.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18396 from 3.3
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3 into default.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18657: remove duplicate entries from Misc/ACKS.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge doc fix from 3.3
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): merge emphasized discouragement of overriding __import__
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix for Issue #17011 from 3.3
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #18755
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #18755
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #18755
Victor Stinner
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3
andrew.kuchling
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3 #18489 Search Engine tests
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #17701: Improving strftime documentation.
david.wolever
- [Python-checkins] cpython (merge 3.3 -> default): Merge typo fixes from 3.3.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Null merge.
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Null merge from 3.3.
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): Null merge of 3.3 into default.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Null merge of 3.3 merge heads.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Null merge related to #18600.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Various clarifications based on feedback & questions over the years.
tim.peters
- [Python-checkins] cpython (merge default -> default): Merge
terry.reedy
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython (merge default -> default): Merge.
alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): Merge.
alexander.belopolsky
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge from v3.4.0a1 head.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads.
r.david.murray
- [Python-checkins] cpython (merge default -> default): Merging the 3.4.0a1 head.
larry.hastings
- [Python-checkins] cpython: #17616: Improve context manager tests, fix bugs in close method and mode docs.
r.david.murray
- [Python-checkins] cpython: #18443: remove the TextMate entry now that the bundle has been removed and fix
ezio.melotti
- [Python-checkins] cpython: #18445: change permissions on some scripts to executable
andrew.kuchling
- [Python-checkins] cpython: #18445: update Tools/scripts/README.
andrew.kuchling
- [Python-checkins] cpython: #18600: add policy to add_string, and as_bytes and __bytes__ methods.
r.david.murray
- [Python-checkins] cpython: #18796: improve documentation of the file argument of dis.show_code. Initial
ezio.melotti
- [Python-checkins] cpython: * Fix the assertions in hashlib to use unittest assertion methods instead of
gregory.p.smith
- [Python-checkins] cpython: - Issue #18257: Fix readlink usage in python-config. Install the python
matthias.klose
- [Python-checkins] cpython: _datetimemodule.c: fix the compilation warning "conversion from 'double' to
victor.stinner
- [Python-checkins] cpython: Add a test for module weakrefability
antoine.pitrou
- [Python-checkins] cpython: Added tag v3.4.0a1 for changeset 46535f65e7f3
larry.hastings
- [Python-checkins] cpython: Add some docstrings, clarify others, and fix formatting.
eli.bendersky
- [Python-checkins] cpython: Add the same dummy type that is used in dictionaries.
raymond.hettinger
- [Python-checkins] cpython: Add UUID for 3.4.
martin.v.loewis
- [Python-checkins] cpython: Add whatsnew entries for 3.4.
antoine.pitrou
- [Python-checkins] cpython: Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures.
antoine.pitrou
- [Python-checkins] cpython: Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when
antoine.pitrou
- [Python-checkins] cpython: Bumped version to 3.4.0a1.
larry.hastings
- [Python-checkins] cpython: Change the builtin hash algorithms' names to lower case names
christian.heimes
- [Python-checkins] cpython: Clarify the documentation of XMLParser.close
eli.bendersky
- [Python-checkins] cpython: Cleanup test_builtin
victor.stinner
- [Python-checkins] cpython: Close #11619: The parser and the import machinery do not encode Unicode
victor.stinner
- [Python-checkins] cpython: Close #12015: The tempfile module now uses a suffix of 8 random characters
victor.stinner
- [Python-checkins] cpython: Close #18264: int- and float-derived enums now converted to int or float.
ethan.furman
- [Python-checkins] cpython: Close #18538: ``python -m dis`` now uses argparse.
nick.coghlan
- [Python-checkins] cpython: Close #18635: Move class level private attribute from instance to class.
ethan.furman
- [Python-checkins] cpython: Close #18693: __dir__ removed from Enum; help() now helpful.
ethan.furman
- [Python-checkins] cpython: Close #18780: %-formatting now prints value for int subclasses with %d, %i, and
ethan.furman
- [Python-checkins] cpython: Close #18794: Add a fileno() method and a closed attribute to select.devpoll
victor.stinner
- [Python-checkins] cpython: Closes #18671: Output more information when logging exceptions occur.
vinay.sajip
- [Python-checkins] cpython: Closes #18807: pyvenv now takes a --copies argument allowing copies instead of
vinay.sajip
- [Python-checkins] cpython: Closes issue #18598: Have the exception message for
brett.cannon
- [Python-checkins] cpython: Closes issue #18698: ensure importlib.reload() returns the module out of
eric.snow
- [Python-checkins] cpython: Complete What's New in Python 3.4
victor.stinner
- [Python-checkins] cpython: Cycled Misc/NEWS for alpha 2, touched patchlevel.
larry.hastings
- [Python-checkins] cpython: Delete merge markers
brett.cannon
- [Python-checkins] cpython: Documenting that json.load may raise a ValueError.
david.wolever
- [Python-checkins] cpython: Documenting that json.load may raise a ValueError.
david.wolever
- [Python-checkins] cpython: Documenting that json.load may raise a ValueError.
david.wolever
- [Python-checkins] cpython: fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot
victor.stinner
- [Python-checkins] cpython: Fix compilation of select module on Solaris.
richard.oudkerk
- [Python-checkins] cpython: Fix compiler warning on Windows.
richard.oudkerk
- [Python-checkins] cpython: Fix devpoll_dealloc().
richard.oudkerk
- [Python-checkins] cpython: Fixes #8860: Round half-microseconds to even in the timedelta constructor.
alexander.belopolsky
- [Python-checkins] cpython: Fix markup in elementtree docs.
ezio.melotti
- [Python-checkins] cpython: Fix minor documentation markup error.
larry.hastings
- [Python-checkins] cpython: Fix OS X installer build script to handle the pretty-printed _sysconfigdata.py
ned.deily
- [Python-checkins] cpython: Fix refcounting issue with extension types in tkinter.
antoine.pitrou
- [Python-checkins] cpython: Fix rev85282, add missing import of subprocess module
christian.heimes
- [Python-checkins] cpython: Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong
victor.stinner
- [Python-checkins] cpython: Fix tests for #11798
andrew.svetlov
- [Python-checkins] cpython: Fix the default placeholder in textwrap.shorten() to be " [...]".
antoine.pitrou
- [Python-checkins] cpython: Fix the RLIMIT_CORE resource lowering logic in test_subprocess.
antoine.pitrou
- [Python-checkins] cpython: Fix warning: ‘ptr2’ may be used uninitialized in this function
christian.heimes
- [Python-checkins] cpython: Fix XMLPullParser documentation to say "non-blocking" instead of "asynchronous".
eli.bendersky
- [Python-checkins] cpython: Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.
antoine.pitrou
- [Python-checkins] cpython: Get rid of signed/unsigned comparaison in _sre.c
victor.stinner
- [Python-checkins] cpython: Hoist the global "dummy" lookup outside of the reinsertion loop.
raymond.hettinger
- [Python-checkins] cpython: Hoist the global dummy lookup out of the inner loop for set_merge().
raymond.hettinger
- [Python-checkins] cpython: Hum, VMS code is still present
victor.stinner
- [Python-checkins] cpython: improve comment
benjamin.peterson
- [Python-checkins] cpython: Improve verbose reporting of shutdown phase by using the "public" module name
antoine.pitrou
- [Python-checkins] cpython: In _PyGC_Fini(), lose the reference that was kept to the time module
antoine.pitrou
- [Python-checkins] cpython: Issue #10241: Clear extension module dict copies at interpreter shutdown.
antoine.pitrou
- [Python-checkins] cpython: Issue #10241: Clear extension module dict copies at interpreter shutdown.
antoine.pitrou
- [Python-checkins] cpython: Issue #11798: TestSuite now drops references to own tests after execution.
andrew.svetlov
- [Python-checkins] cpython: Issue #14323: Expanded the number of digits in the coefficients for the
serhiy.storchaka
- [Python-checkins] cpython: Issue #15301: Parsing fd, uid, and gid parameters for builtins
larry.hastings
- [Python-checkins] cpython: Issue #15301: skip new test method so Windows builtbots stop failing.
terry.reedy
- [Python-checkins] cpython: Issue #15651: PEP 3121 refactoring for _elementtree
eli.bendersky
- [Python-checkins] cpython: Issue #16105: When a signal handler fails to write to the file descriptor
antoine.pitrou
- [Python-checkins] cpython: Issue #16400: Add command line option for isolated mode.
christian.heimes
- [Python-checkins] cpython: Issue #16799: Switched from getopt to argparse style in regrtest's argument
serhiy.storchaka
- [Python-checkins] cpython: Issue #17741: Rename IncrementalParser and its methods.
eli.bendersky
- [Python-checkins] cpython: Issue #17741: use composition, rather than inheritance, for
antoine.pitrou
- [Python-checkins] cpython: Issue #17899: Fix rare file descriptor leak in os.listdir().
larry.hastings
- [Python-checkins] cpython: Issue #17934: Add a clear() method to frame objects, to help clean up expensive
antoine.pitrou
- [Python-checkins] cpython: Issue #17974: Switch unittest from using getopt to using argparse.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18394: Explicitly close the file object cgi.FieldStorage
brett.cannon
- [Python-checkins] cpython: Issue #18408: _PyObject_Dump() now saves/restores the current exception
victor.stinner
- [Python-checkins] cpython: Issue #18519: Fix test_sqlite on old versions of libsqlite3
victor.stinner
- [Python-checkins] cpython: Issue #18569: The installer now adds .py to the PATHEXT variable
martin.v.loewis
- [Python-checkins] cpython: Issue #18571: Implementation of the PEP 446: file descriptors and file handles
victor.stinner
- [Python-checkins] cpython: Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece of
antoine.pitrou
- [Python-checkins] cpython: Issue #18608: Avoid keeping a strong reference to the locale module inside the
antoine.pitrou
- [Python-checkins] cpython: Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception
victor.stinner
- [Python-checkins] cpython: Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters,
antoine.pitrou
- [Python-checkins] cpython: Issue #18621: Prevent the site module's patched builtins from keeping too many
antoine.pitrou
- [Python-checkins] cpython: Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.
mark.dickinson
- [Python-checkins] cpython: Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky
mark.dickinson
- [Python-checkins] cpython: Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors
victor.stinner
- [Python-checkins] cpython: Issue #18665: fix typos. Patch by Vajrasky Kok.
antoine.pitrou
- [Python-checkins] cpython: Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.
antoine.pitrou
- [Python-checkins] cpython: Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel
christian.heimes
- [Python-checkins] cpython: Issue #18673: Add versionchanged to docs
christian.heimes
- [Python-checkins] cpython: Issue #18701: Remove sqlitecompat.h.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18701: Remove support of old CPython versions (<3.0) from C code.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18722: Remove uses of the "register" keyword in C code.
antoine.pitrou
- [Python-checkins] cpython: Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor,
antoine.pitrou
- [Python-checkins] cpython: Issue #18762: Fix EBADF error when using forkserver.
richard.oudkerk
- [Python-checkins] cpython: Issue #18762: Print debug info on failure to create new forkserver process.
richard.oudkerk
- [Python-checkins] cpython: Issue #18772: fix the gdb plugin after the set implementation changes
antoine.pitrou
- [Python-checkins] cpython: Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok.
christian.heimes
- [Python-checkins] cpython: Issue #18780: code cleanup.
ethan.furman
- [Python-checkins] cpython: Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.
richard.oudkerk
- [Python-checkins] cpython: Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as
antoine.pitrou
- [Python-checkins] cpython: Issue #18808: Non-daemon threads are now automatically joined when a
antoine.pitrou
- [Python-checkins] cpython: Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
richard.oudkerk
- [Python-checkins] cpython: Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()
victor.stinner
- [Python-checkins] cpython: Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
antoine.pitrou
- [Python-checkins] cpython: Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it in
antoine.pitrou
- [Python-checkins] cpython: Issue #8713: Cleanup before saving process._dangling.
richard.oudkerk
- [Python-checkins] cpython: Issue #8713: Print dangling processes/threads, if any.
richard.oudkerk
- [Python-checkins] cpython: Issue #8713: Support alternative start methods in multiprocessing on Unix.
richard.oudkerk
- [Python-checkins] cpython: Issue #8713: Test should not print message about start method.
richard.oudkerk
- [Python-checkins] cpython: Issue #9035: os.path.ismount now recognises volumes mounted below
tim.golden
- [Python-checkins] cpython: Issue 18532: Added tests and documentation to formally specify the .name
jason.coombs
- [Python-checkins] cpython: Issue 18693: Put custom __dir__ back in place. Will instead look at fixing
ethan.furman
- [Python-checkins] cpython: Issue18771: Reduce the cost of hash collisions for set objects.
raymond.hettinger
- [Python-checkins] cpython: Issue 18772: Restore set dummy object back to unicode and restore the identity
raymond.hettinger
- [Python-checkins] cpython: Issue 18774: Update news and whatsnew for the set optimizations
raymond.hettinger
- [Python-checkins] cpython: Issue 18797: Remove unneeded refcount adjustments for dummy objects.
raymond.hettinger
- [Python-checkins] cpython: issue9035: Prevent Windows-specific tests from running on non-Windows platforms
tim.golden
- [Python-checkins] cpython: make lists uniformly integers for the benefit of pypy
benjamin.peterson
- [Python-checkins] cpython: Make test.support.reap_threads() faster
antoine.pitrou
- [Python-checkins] cpython: Make test_import more robust and stop using assertRaisesRegexp().
brett.cannon
- [Python-checkins] cpython: Make test_wakeup_write_error more robust
antoine.pitrou
- [Python-checkins] cpython: Make test for semaphore tracker capture and check the debug output.
richard.oudkerk
- [Python-checkins] cpython: Minor consistency fixes for some longobject.c exception messages:
mark.dickinson
- [Python-checkins] cpython: Move definition of devpoll_internal_close() before devpoll_close().
richard.oudkerk
- [Python-checkins] cpython: Normalize whitespace
antoine.pitrou
- [Python-checkins] cpython: Put the most important and most frequency accessed struct member first.
raymond.hettinger
- [Python-checkins] cpython: pythonrun.c: use MAXPATHLEN instead of PATH_MAX
victor.stinner
- [Python-checkins] cpython: Remove a redundant hash table probe (this was artifact from an earlier draft of
raymond.hettinger
- [Python-checkins] cpython: Remove debugging print.
mark.dickinson
- [Python-checkins] cpython: Remove duplicate text in 3.4 what's new (my bad)
antoine.pitrou
- [Python-checkins] cpython: Remove errant fourth '.' from ellipsis in datetime documentation.
david.wolever
- [Python-checkins] cpython: Remove last bit of GNU pth thread
christian.heimes
- [Python-checkins] cpython: Remove Lib/site.py hack to unregister patched builtins.
antoine.pitrou
- [Python-checkins] cpython: remove support for compiling on systems without getcwd()
benjamin.peterson
- [Python-checkins] cpython: Remove the else-clause because the conditions are no longer mutually exclusive.
raymond.hettinger
- [Python-checkins] cpython: Remove the obsolete XMLParser._start/_start_list duality.
eli.bendersky
- [Python-checkins] cpython: remove unused declaration
victor.stinner
- [Python-checkins] cpython: Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple
antoine.pitrou
- [Python-checkins] cpython: Replace outdated optimization with clearer code that compiles better.
raymond.hettinger
- [Python-checkins] cpython: Restore changeset 5bd9db528aed (issue #18408)
victor.stinner
- [Python-checkins] cpython: Reuse us_per_second in delta_total_seconds.
alexander.belopolsky
- [Python-checkins] cpython: select.epoll.fromfd(fd) must be not change the inheritable flag of the file
victor.stinner
- [Python-checkins] cpython: Sort whatsnew entries alphabetically
antoine.pitrou
- [Python-checkins] cpython: Stop making fork server have copy of semaphore_tracker_fd.
richard.oudkerk
- [Python-checkins] cpython: Stop using assertEquals.
brett.cannon
- [Python-checkins] cpython: Temporary disable tests cleanup (issue 11798).
andrew.svetlov
- [Python-checkins] cpython: test_capi: make a specific test case for the subinterpreter test
antoine.pitrou
- [Python-checkins] cpython: test_posix.test_pipe2() now checks that the O_NONBLOCK flag is set
victor.stinner
- [Python-checkins] cpython: Tighten-up the lookkey() logic and beautify the code a bit.
raymond.hettinger
- [Python-checkins] cpython: typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400
christian.heimes
- [Python-checkins] cpython: Typo fix
andrew.kuchling
- [Python-checkins] cpython: Updated pydoc topics for Python 3.4.0a1 release.
larry.hastings
- [Python-checkins] cpython: Use a known unique object for the dummy entry.
raymond.hettinger
- [Python-checkins] cpython: Use consistent style for else if / else
eli.bendersky
- [Python-checkins] cpython: Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and
charles-francois.natali
- [Python-checkins] cpython: Use new new stat.S_ISDOOR() function, instead of hardcoded mask
victor.stinner
- [Python-checkins] cpython: Use the recent support.HOSTv6 addition.
charles-francois.natali
- [Python-checkins] cpython: utilize int.from_bytes
philip.jenvey
- [Python-checkins] Daily reference leaks (16fad6c48016): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (17f23cf029cf): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1af087712e69): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (41d459f96704): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (41de6f0e62fd): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (438cdc97d8ee): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4f3b6eff2ede): sum=12358
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4f7845be9e23): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (55c55bfe237b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6b28bfff9204): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6ec5d188c4db): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (76ba4a4b4fe9): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7ba77d77b499): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (89ce323357db): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9580f237139f): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9877c25d9556): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9b0e9e9812f8): sum=-1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9e61563edb67): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a206f952668e): sum=6
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a4afcf93ef7b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (acc7439b1406): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (afb1b4797419): sum=2
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b9a5b7e3b32f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (c368e43859ba): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ce0be0d03c0a): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (df2fdd42b375): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e0f36a9420e4): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e3e28ee5b5c3): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e51cbc45f4ca): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f4f81ebc3de9): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ffb01a6c0960): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: "tim_one" is an ex-login
antoine.pitrou
- [Python-checkins] devguide: Add Stefan Behnel to the experts list for xml.etree
eli.bendersky
- [Python-checkins] devguide: Issue #18871: make it more explicit that the test suite should be run before
antoine.pitrou
- [Python-checkins] devguide: Issue #18871: make it more explicit that the test suite should be run before
Terry Reedy
- [Python-checkins] devguide: Record Donald Stufft's access privileges
brett.cannon
- [Python-checkins] devguide: Take a bit more asterisk-responsibility
eli.bendersky
- [Python-checkins] devinabox: Ignore expected downloaded files and venvs
brett.cannon
- [Python-checkins] devinabox: Note that the code is Python 2/3 compatible
brett.cannon
- [Python-checkins] devinabox: Suggest PyPy3 or installed Python 3 interpreter when generating the HTML
brett.cannon
- [Python-checkins] devinabox: Update the README on how to generate a coverage report. Also negates
brett.cannon
- [Python-checkins] peps (merge default -> default): Merge
guido.van.rossum
- [Python-checkins] peps (merge default -> default): Merge.
larry.hastings
- [Python-checkins] peps: Accept PEP 446.
guido.van.rossum
- [Python-checkins] peps: Add first draft of 'API for Cryptographic Hash Functions v2.0'
christian.heimes
- [Python-checkins] peps: Additional PEP 8 tweaks
nick.coghlan
- [Python-checkins] peps: Add PEP 449: Removal of *.pypi.python.org mirrors
nick.coghlan
- [Python-checkins] peps: Add PEP 450: Adding A Statistics Module To The Standard Library, by Steven
brett.cannon
- [Python-checkins] peps: Add PEP 453: explicit pip bootstrapping
nick.coghlan
- [Python-checkins] peps: Add the initial version of PEP 451.
eric.snow
- [Python-checkins] peps: Add tulip.wait_for().
guido.van.rossum
- [Python-checkins] peps: Always defer to project specific guides
nick.coghlan
- [Python-checkins] peps: Another PEP 8 typo fix
nick.coghlan
- [Python-checkins] peps: Backed out changeset 54c62ebb0501
nick.coghlan
- [Python-checkins] peps: Big update to PEP 451 in response to feedback.
eric.snow
- [Python-checkins] peps: Correctly spell hierarchy.
guido.van.rossum
- [Python-checkins] peps: cp pep-0247.txt pep-0452.txt
christian.heimes
- [Python-checkins] peps: Defer PEP 432 :(
nick.coghlan
- [Python-checkins] peps: First draft of entry points for metadata 2.0
nick.coghlan
- [Python-checkins] peps: Fix a typo
nick.coghlan
- [Python-checkins] peps: Fix a typo
brett.cannon
- [Python-checkins] peps: Fix markup
andrew.svetlov
- [Python-checkins] peps: Fix typo
nick.coghlan
- [Python-checkins] peps: Get rid of Future.running(); see bug 18699.
guido.van.rossum
- [Python-checkins] peps: Grammar fixes for PEP453
donald.stufft
- [Python-checkins] peps: Latest draft of PEP 449
nick.coghlan
- [Python-checkins] peps: mention digestmod
christian.heimes
- [Python-checkins] peps: pep-0432.txt
nick.coghlan
- [Python-checkins] peps: PEP 446: add a link explaining why leaked file descriptors cause issue on
victor.stinner
- [Python-checkins] peps: PEP 446: add a new "Only Inherit Some Handles on Windows" section
victor.stinner
- [Python-checkins] peps: PEP 446: add a reference to a previous attempt in 2007
victor.stinner
- [Python-checkins] peps: PEP 446: add a section "Performances of Closing All File Descriptors"
victor.stinner
- [Python-checkins] peps: PEP 446: add example of vulnerabilities
victor.stinner
- [Python-checkins] peps: PEP 446: add get/set_inheritable() methods to socket.socket
victor.stinner
- [Python-checkins] peps: PEP 446: add link https://wiki.freebsd.org/AtomicCloseOnExec
victor.stinner
- [Python-checkins] peps: PEP 446: add os.get/set_handle_inheritable() functions
victor.stinner
- [Python-checkins] peps: PEP 446: add section "Issues fixed in the subprocess module"
victor.stinner
- [Python-checkins] peps: PEP 446: avoid "clear the flag" expression
victor.stinner
- [Python-checkins] peps: PEP 446: change os.dup2()
victor.stinner
- [Python-checkins] peps: PEP 446: clarify impact on performances of the PEP
victor.stinner
- [Python-checkins] peps: PEP 446: clarify the status of python 3.3 on Windows
victor.stinner
- [Python-checkins] peps: PEP 446: cleanup
victor.stinner
- [Python-checkins] peps: PEP 446: cleanup recent additions
victor.stinner
- [Python-checkins] peps: PEP 446: closing all file descriptors between fork() and exec() is not reliable
victor.stinner
- [Python-checkins] peps: PEP 446: complete the summary table of the status of python 3.3
victor.stinner
- [Python-checkins] peps: PEP 446: fix reST syntax
victor.stinner
- [Python-checkins] peps: PEP 446: fix typo
victor.stinner
- [Python-checkins] peps: PEP 446: fix typo
victor.stinner
- [Python-checkins] peps: PEP 446: Issues: add examples in other projects
victor.stinner
- [Python-checkins] peps: PEP 446: it's not easy to make listening sockets non-inheritable on Windows
victor.stinner
- [Python-checkins] peps: PEP 446: move links into the text directly, not at the end
victor.stinner
- [Python-checkins] peps: PEP 446: rephrase the Security Vulnerability section
victor.stinner
- [Python-checkins] peps: PEP 446: set status to Final
victor.stinner
- [Python-checkins] peps: PEP 446: the PEP does not propose to change the default value of close_fds
victor.stinner
- [Python-checkins] peps: PEP 446: update after Guido's review
victor.stinner
- [Python-checkins] peps: PEP 446: update os.dup2()
victor.stinner
- [Python-checkins] peps: PEP 446: Windows creates non-inheritable *handles* (not fds)
victor.stinner
- [Python-checkins] peps: PEP 447: Slight rewording of the text
ronald.oussoren
- [Python-checkins] peps: PEP5: Double word reported by Aseem Bansal on python-list.
terry.reedy
- [Python-checkins] peps: PEP 8 modernisation
nick.coghlan
- [Python-checkins] peps: PEP 8 spelling corrections
terry.reedy
- [Python-checkins] peps: PJE's feedback on PEP 426 exports
nick.coghlan
- [Python-checkins] peps: Reduce desirability of using 100 chars per line.
guido.van.rossum
- [Python-checkins] peps: Reject PEP 439
nick.coghlan
- [Python-checkins] peps: Rewrite the PEP 446
victor.stinner
- [Python-checkins] peps: Small benign edits to PEP 446.
guido.van.rossum
- [Python-checkins] peps: Some new ideas for PEP 3150
nick.coghlan
- [Python-checkins] peps: Somewhat rambling changes to event loop policy.
guido.van.rossum
- [Python-checkins] peps: The PEP 433 has been superseded by the PEP 446!
victor.stinner
- [Python-checkins] peps: Try to clean up PEP 426 naming rules
nick.coghlan
- [Python-checkins] peps: Tweak name rules for export groups and extensions
nick.coghlan
- [Python-checkins] peps: Tweak source encoding wording
nick.coghlan
- [Python-checkins] peps: Updated release schedule, added some notes for PEP 101 (Doing Python releases).
larry.hastings
- [Python-checkins] peps: Update PEP453 for Grammar and add --without-pip to PyVenv
donald.stufft
- [Python-checkins] peps: Update post-history on PEP 451.
eric.snow
- [Python-checkins] peps: Use Guido's preferred wording re: line length
nick.coghlan
- [Python-checkins] peps: Use Guido's preferred wording re: line length
Terry Reedy
- [Python-checkins] peps: Use Guido's preferred wording re: line length
Nick Coghlan
- [Python-checkins] peps: Use Guido's preferred wording re: line length
Terry Reedy
- [Python-checkins] peps: Use Guido's preferred wording re: line length
Nick Coghlan
- [Python-checkins] peps: whitespace cleanup
christian.heimes
Last message date:
Sat Aug 31 23:17:08 CEST 2013
Archived on: Sat Aug 31 23:17:10 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).