Showing content from http://mail.python.org/pipermail/python-checkins/2011-July/thread.html below:
The Python-checkins July 2011 Archive by thread
July 2011 Archives by thread
Starting: Fri Jul 1 03:06:32 CEST 2011
Ending: Sun Jul 31 21:50:15 CEST 2011
Messages: 662
- [Python-checkins] cpython (3.2): test_os: add TemporaryFileTests to the testcase list victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) test_os: add TemporaryFileTests to the testcase list victor.stinner
- [Python-checkins] Daily reference leaks (588fe0fc7160): sum=300 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): libpython.py (gdb) now catchs IOError in py-list and py-bt commands victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands victor.stinner
- [Python-checkins] cpython (3.2): test_os: remove now useless TemporaryFileTests testcase victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) test_os: remove now useless TemporaryFileTests testcase victor.stinner
- [Python-checkins] cpython: Issue #12442: add shutil.disk_usage() giampaolo.rodola
- [Python-checkins] cpython: Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if victor.stinner
- [Python-checkins] cpython (3.2): Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process() victor.stinner
- [Python-checkins] cpython (2.7): Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms victor.stinner
- [Python-checkins] cpython (3.2): Issue #12363: improve siginterrupt() tests victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (null merge 3.2, patch already applied to 3.3) victor.stinner
- [Python-checkins] cpython (3.2): Issue #12363: increase the timeout of siginterrupt() tests victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests victor.stinner
- [Python-checkins] cpython (3.2): #11873: fix test regex so it covers windows os.sep as well. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #11873: fix test regex so it covers windows os.sep as well. r.david.murray
- [Python-checkins] cpython (3.2): #11873: another try at fixing the regex, courtesy of Victor Stinner r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #11873: another try at fixing the regex, courtesy of Victor Stinner r.david.murray
- [Python-checkins] cpython (2.7): Really fix issue #10898: posixmodule.c redefines FSTAT antoine.pitrou
- [Python-checkins] Daily reference leaks (775356b583d1): sum=244 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC charles-francois.natali
- [Python-checkins] cpython (3.1): Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by charles-francois.natali
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is charles-francois.natali
- [Python-checkins] cpython: fix possibily uninitialized memory usage (closes #12474) benjamin.peterson
- [Python-checkins] cpython: Issue #12451: Add support.create_empty_file() Éric Araujo
- [Python-checkins] cpython: Clean up NEWS entry and tests for shutil.disk_usage (#12442) eric.araujo
- [Python-checkins] cpython (3.2): Closes #12291: Fixed bug which was found when doing multiple loads from one vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #12291 for 3.3 - merged fix from 3.2. vinay.sajip
- [Python-checkins] cpython: Removed breaking typo accidentally introduced during merge with 3.2. vinay.sajip
- [Python-checkins] cpython (3.2): Removed some unused local variables. vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged unused variable removal from 3.2. vinay.sajip
- [Python-checkins] cpython: Correct uninitialized data problem in marshal code. vinay.sajip
- [Python-checkins] cpython: Issue #12456: fix a possible hang on shutdown of a antoine.pitrou
- [Python-checkins] cpython (3.2): #12147: make send_message correctly handle Sender and Resent- headers. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): merge #12147: make send_message correctly handle Sender and Resent- headers. r.david.murray
- [Python-checkins] Daily reference leaks (b8cec4f3faaa): sum=-393 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): disable ASDLGEN if hg won't work, or if python is not installed. georg.brandl
- [Python-checkins] cpython (3.2): Regenerate configure. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Dummy-merge configure change from 3.2 that is already in default. georg.brandl
- [Python-checkins] cpython: Issue #12406: Added upates for packaging's .exe files, command_template, and vinay.sajip
- [Python-checkins] cpython: Followup to 51c1f2cedb96 (and issue #12456): antoine.pitrou
- [Python-checkins] cpython (2.7): reST indentation fix in sqlite3 docs. rst uses 3 space indentation. senthil.kumaran
- [Python-checkins] cpython: Remove mention of medical condition from the test suite. georg.brandl
- [Python-checkins] cpython (3.2): reST indentation fix in sqlite3 docs. rst uses 3 space indentation. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (3.2): add 3.2.2 heading benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): restore a generator's caller's exception state both on yield and (last) return benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12475) benjamin.peterson
- [Python-checkins] cpython (3.2): add ' benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): never retain a generator's caller's exception state on the generator after a benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: convert generator exc state functions into static functions benjamin.peterson
- [Python-checkins] cpython: no one passes NULL here (or should anyway) benjamin.peterson
- [Python-checkins] cpython: this is expressed better as a for loop benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: runpy: run_path() now opens the Python script in binary mode, victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: runpy: run_path() now opens the Python script in victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: pydoc: importfile() now opens the Python script in binary mode, victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in victor.stinner
- [Python-checkins] cpython (3.2): Fix closes issue12432 - remove the unused sys from glob.py senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2. 'idle_formatwarning' is the correct method name. senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #12467: warnings: fix a race condition if a warning is emitted at victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12467: warnings: fix a race condition if a warning is victor.stinner
- [Python-checkins] cpython (2.7): Issue #12467: warnings: fix a race condition if a warning is emitted at victor.stinner
- [Python-checkins] cpython (3.2): Fix closes issue issue12470 - check for utime for the skipUnless condition. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] Daily reference leaks (53fc0c475260): sum=-288 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): plug refleak benjamin.peterson
- [Python-checkins] cpython (2.7): plug refleak benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well. ned.deily
- [Python-checkins] cpython (2.7): Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run ned.deily
- [Python-checkins] cpython (3.2): Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run ned.deily
- [Python-checkins] cpython (2.7): Issue #8716: Fix errors in the non-OS X path of the 27 backport. ned.deily
- [Python-checkins] cpython (2.7): Issue #12429: Skip interrupted write tests on FreeBSD <= 7 victor.stinner
- [Python-checkins] cpython (3.2): Issue #12429: Skip interrupted write tests on FreeBSD <= 7 victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): null merge 3.2 victor.stinner
- [Python-checkins] cpython: Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on victor.stinner
- [Python-checkins] cpython: Issue #9642: Fix the definition of time.clock() on Windows victor.stinner
- [Python-checkins] cpython: Issue #9642: Uniformize the tests on the availability of the mbcs codec victor.stinner
- [Python-checkins] cpython: Issue #12452: Plist and Dict are now deprecated victor.stinner
- [Python-checkins] cpython (3.2): Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess victor.stinner
- [Python-checkins] cpython: Issue #12469: replace assertions by explicit if+raise victor.stinner
- [Python-checkins] cpython (3.2): Fix target path in message. georg.brandl
- [Python-checkins] cpython (3.2): Update pydoc topics. georg.brandl
- [Python-checkins] cpython (3.2): Fix bad markup. georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.1rc2. georg.brandl
- [Python-checkins] cpython (3.2): NEWS rewrap. georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.1rc2 for changeset 5df549718fb4 georg.brandl
- [Python-checkins] cpython (3.2): Post-release steps. georg.brandl
- [Python-checkins] cpython (3.2): Issue #12467: warnings: fix a race condition if a warning is emitted at georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython (3.2): issue10403 - Let's not use members anymore. Use 'attribute' where it denotes senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 . Replace the term members with correct and appropriate senthil.kumaran
- [Python-checkins] cpython (3.2): Fix whitespace nit in datetime and os rst files. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython-gd (3.2): issue10403 - Let's not use members anymore. Use 'attribute' where it denotes local-hg
- [Python-checkins] cpython-gd (merge 3.2 -> default): Merge from 3.2 . Replace the term members with correct and appropriate local-hg
- [Python-checkins] cpython-gd (3.2): Fix whitespace nit in datetime and os rst files. local-hg
- [Python-checkins] cpython-gd (merge 3.2 -> default): merge from 3.2 local-hg
- [Python-checkins] hooks: Save stdout before calling buildbot's integrated client script local-hg
- [Python-checkins] cpython (2.7): Fix closes issue10403 - Let's not use members anymore. senthil.kumaran
- [Python-checkins] cpython: Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization victor.stinner
- [Python-checkins] cpython: Issue #12469: test_signal checks wakeup signals order, except on freebsd6 victor.stinner
- [Python-checkins] cpython: Issue #12469: fix signal order check of test_signal victor.stinner
- [Python-checkins] cpython (3.2): Issue #12496: Install test/capath directory to prevent test_connect_capath ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12496: Install test/capath directory to prevent test_connect_capath ned.deily
- [Python-checkins] cpython (3.2): Issue #12497: Install test/data to prevent failures of the various codecmaps ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12497: Install test/data to prevent failures of the various codecmaps ned.deily
- [Python-checkins] Daily reference leaks (880c3e764ead): sum=402 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): start out this branch always with filename NULL benjamin.peterson
- [Python-checkins] cpython (2.7): start out this branch always with filename NULL benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and victor.stinner
- [Python-checkins] cpython (3.2): Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on victor.stinner
- [Python-checkins] cpython (2.7): test_array: make quiet the DeprecationWarning victor.stinner
- [Python-checkins] cpython (2.7): test_io: make quiet the DeprecationWarning('classic int division') victor.stinner
- [Python-checkins] cpython (3.2): Issue #12493: subprocess: communicate() handles EINTR victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12493: subprocess: communicate() handles EINTR victor.stinner
- [Python-checkins] cpython (2.7): Issue #12493: subprocess: communicate() handles EINTR victor.stinner
- [Python-checkins] cpython (3.2): Issue #12451: pydoc: html_getfile() now uses tokenize.open() to support Python victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to victor.stinner
- [Python-checkins] cpython (3.2): Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is victor.stinner
- [Python-checkins] cpython (2.7): Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing victor.stinner
- [Python-checkins] [Python-Dev] cpython: Remove mention of medical condition from the test suite. Nick Coghlan
- [Python-checkins] cpython: Issue #12459: time.sleep() now raises a ValueError if the sleep length is victor.stinner
- [Python-checkins] cpython (2.7): Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. ned.deily
- [Python-checkins] cpython: Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage. brian.curtin
- [Python-checkins] cpython: Normalize whitespace for #11512 fix. brian.curtin
- [Python-checkins] cpython (2.7): Issue #8716: Back out temporary changeset 18ce15f841cf ned.deily
- [Python-checkins] cpython (2.7): Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of ned.deily
- [Python-checkins] cpython (3.2): Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of ned.deily
- [Python-checkins] Daily reference leaks (f362f0053eab): sum=-77 solipsis at pitrou.net
- [Python-checkins] cpython: Revert 76452b892838 as per georg.brandl
- [Python-checkins] Daily reference leaks (71a1f53c8203): sum=300 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #12391: temporary files are now cleaned up. vinay.sajip
- [Python-checkins] peps: Add PEP 400: Deprecate codecs.StreamReader and codecs.StreamWriter victor.stinner
- [Python-checkins] peps: PEP 400: typo victor.stinner
- [Python-checkins] peps: PEP 400: update interlaced read-write issues victor.stinner
- [Python-checkins] cpython: Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules victor.stinner
- [Python-checkins] cpython: Issue #12016: Multibyte CJK decoders now resynchronize faster victor.stinner
- [Python-checkins] cpython (2.7): Close #12501: Adjust callable() warning: callable() is only not supported in victor.stinner
- [Python-checkins] cpython (2.7): Issue #12423: Fix os.abort() documentation victor.stinner
- [Python-checkins] cpython (3.2): Issue #12423: Fix os.abort() documentation victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12423: Fix os.abort() documentation victor.stinner
- [Python-checkins] Daily reference leaks (e3c115ba8dc0): sum=300 solipsis at pitrou.net
- [Python-checkins] cpython: Improve reST target eric.araujo
- [Python-checkins] cpython: Factor out code used by packaging commands for HTTP requests (#12169). eric.araujo
- [Python-checkins] cpython: Close file handles in a timely manner in packaging.database (#12504). eric.araujo
- [Python-checkins] cpython (3.2): Issue #12440: When testing whether some bits in SSLContext.options can be antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12440: When testing whether some bits in SSLContext.options can be antoine.pitrou
- [Python-checkins] cpython (2.7): Avoid failing in test_urllibnet.test_bad_address when some overzealous antoine.pitrou
- [Python-checkins] cpython (3.2): Avoid failing in test_urllibnet.test_bad_address when some overzealous antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Avoid failing in test_urllibnet.test_bad_address when some overzealous antoine.pitrou
- [Python-checkins] cpython (2.7): Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and antoine.pitrou
- [Python-checkins] cpython (3.2): Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and antoine.pitrou
- [Python-checkins] release: normalize the version to always have patch level benjamin.peterson
- [Python-checkins] cpython: add patchlevel to version string benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: Issue #11863: remove unused file Python/thread_wince.h antoine.pitrou
- [Python-checkins] cpython: Issue #11863: Remove support for legacy systems deprecated in Python 3.2 antoine.pitrou
- [Python-checkins] cpython: Rebind locally the globals which can be looked up at shutdown antoine.pitrou
- [Python-checkins] cpython: Add comment antoine.pitrou
- [Python-checkins] cpython (3.2): Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary antoine.pitrou
- [Python-checkins] cpython (2.7): Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary antoine.pitrou
- [Python-checkins] Daily reference leaks (b039b16f0415): sum=300 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing georg.brandl
- [Python-checkins] cpython (3.2): Fix closes issue issue12470 - check for utime for the skipUnless condition. georg.brandl
- [Python-checkins] cpython (3.2): Issue #12429: Skip interrupted write tests on FreeBSD <= 7 georg.brandl
- [Python-checkins] cpython (3.2): Avoid failing in test_urllibnet.test_bad_address when some overzealous georg.brandl
- [Python-checkins] cpython (3.2): Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary georg.brandl
- [Python-checkins] cpython (3.2): Bump version to 3.2.1. georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.1 for changeset ac1f7e5c0510 georg.brandl
- [Python-checkins] cpython (3.2): Post-release steps for 3.2.1. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge 3.2.1 release clone into main repo. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Dummy-merge 3.2.1 release changes into default. georg.brandl
- [Python-checkins] cpython: Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. georg.brandl
- [Python-checkins] cpython: Fix syntax in packaging docs and update suspicious ignore file. georg.brandl
- [Python-checkins] cpython (2.7): Issue #12326: document the recommended idiom for checking sys.platform on Unix antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12326: document the recommended idiom for checking sys.platform on Unix antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12326: document the recommended idiom for checking sys.platform on Unix antoine.pitrou
- [Python-checkins] cpython (3.2): Move sys.subversion at the right place in alphabetical order, and informally antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge antoine.pitrou
- [Python-checkins] cpython (2.7): Move sys.subversion at the right place in alphabetical order, antoine.pitrou
- [Python-checkins] cpython (2.7): Mention logging.captureWarnings in the warnings module doc. antoine.pitrou
- [Python-checkins] cpython (3.2): Mention logging.captureWarnings in the warnings module doc. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Mention logging.captureWarnings in the warnings module doc. antoine.pitrou
- [Python-checkins] Daily reference leaks (661195a92131): sum=246 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12343: Add some notes on behaviour of non-blocking SSL sockets. antoine.pitrou
- [Python-checkins] cpython (3.2): Use infinitive, not 3rd person of present tense. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Use infinitive, not 3rd person of present tense. antoine.pitrou
- [Python-checkins] Daily reference leaks (ab162f925761): sum=-77 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ab162f925761): sum=616 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12149: Update the method cache after a type's dictionnary gets antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12149: Update the method cache after a type's dictionnary gets antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12149: Update the method cache after a type's dictionnary gets antoine.pitrou
- [Python-checkins] cpython (2.7): this can be done without a custom dict (also fixes #12544) benjamin.peterson
- [Python-checkins] cpython (3.2): this can be done without a custom dict (also fixes #12544) benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12544) benjamin.peterson
- [Python-checkins] Daily reference leaks (47a36d2d2b44): sum=246 solipsis at pitrou.net
- [Python-checkins] cpython: #12547: Fix import and output in nntplib example. Initial patch by July ezio.melotti
- [Python-checkins] cpython (3.2): Clarify that PyErr_NewException creates an exception *class*, not instance. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc change from 3.2. georg.brandl
- [Python-checkins] cpython (2.7): Clarify that PyErr_NewException creates an exception *class*, not instance. georg.brandl
- [Python-checkins] cpython (3.2): Make it clear that PyNumber_AsSsize_t() returns -1 on error. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Make it clear that PyNumber_AsSsize_t() returns -1 on error. antoine.pitrou
- [Python-checkins] cpython (3.2): Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a antoine.pitrou
- [Python-checkins] cpython (3.2): Close #4376: ctypes now supports nested structures in a endian different than victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Close #4376: ctypes now supports nested structures in a endian victor.stinner
- [Python-checkins] cpython (2.7): Close #4376: ctypes now supports nested structures in a endian different than victor.stinner
- [Python-checkins] cpython: Issue #12550: Add chain optional argument to faulthandler.register() victor.stinner
- [Python-checkins] cpython: Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 victor.stinner
- [Python-checkins] cpython (2.7): Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' ned.deily
- [Python-checkins] cpython (3.2): Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' ned.deily
- [Python-checkins] cpython: Closes #12536: Unused logger removed from lib2to3. vinay.sajip
- [Python-checkins] peps: Update status of implementation antoine.pitrou
- [Python-checkins] peps: Remove outdated mention of the moratorium antoine.pitrou
- [Python-checkins] peps: Add link to bug tracker entry antoine.pitrou
- [Python-checkins] Daily reference leaks (dd004e85e299): sum=1818 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): carefully cleanup pointer cache after creating struct pointers benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): carefully cleanup pointer cache after creating struct pointers benjamin.peterson
- [Python-checkins] cpython (2.7): It is really a suffix :-) raymond.hettinger
- [Python-checkins] cpython (3.2): Restore the global state of the log vars, so that test_cgi can be run twice ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 victor.stinner
- [Python-checkins] cpython (3.2): Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds victor.stinner
- [Python-checkins] cpython (3.2): this should be an identity test benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: add a contextmanager to disable the gc benjamin.peterson
- [Python-checkins] cpython: test that TestCase doesn't get cycles benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. charles-francois.natali
- [Python-checkins] cpython (3.1): Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. charles-francois.natali
- [Python-checkins] cpython (3.2): Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. charles-francois.natali
- [Python-checkins] cpython: Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. charles-francois.natali
- [Python-checkins] cpython: Add cgi.closelog() function to close the log file victor.stinner
- [Python-checkins] cpython: Close #6755: Add get_wch() method to curses.window class victor.stinner
- [Python-checkins] cpython: Py_BuildValue("C") supports non-BMP characters on narrow build victor.stinner
- [Python-checkins] Daily reference leaks (2d6d75eaf98c): sum=-54 solipsis at pitrou.net
- [Python-checkins] cpython: Clear packaging.database caches in place eric.araujo
- [Python-checkins] cpython: Fix :file: constructs in packaging.database docs eric.araujo
- [Python-checkins] cpython: Silence 2to3 warnings in packaging tests eric.araujo
- [Python-checkins] cpython: Always use repr for regrtest resources names eric.araujo
- [Python-checkins] cpython: Remove duplicate "numbered" options for toctrees. georg.brandl
- [Python-checkins] cpython (3.2): Make sure to reap worker threads and processes at the end of antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Make sure to reap worker threads and processes at the end of antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11321: Fix a crash with multiple imports of the _pickle module when antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11321: Fix a crash with multiple imports of the _pickle module when antoine.pitrou
- [Python-checkins] cpython (3.2): catch nasty exception classes with __new__ that doesn't return a exception benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#11627) benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): port 8d05f697acd4 (#11627) benjamin.peterson
- [Python-checkins] cpython (3.1): Issue #11603: Fix a crash when __str__ is rebound as __repr__. antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #11603: Fix a crash when __str__ is rebound as __repr__. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11603: Fix a crash when __str__ is rebound as __repr__. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11603: Fix a crash when __str__ is rebound as __repr__. antoine.pitrou
- [Python-checkins] hooks: Fix hook failure after hg upgrade local-hg
- [Python-checkins] hooks: Make it clear that these messages are from the buildbot hook local-hg
- [Python-checkins] cpython (3.2): Issue #12573: Add resource checks for dangling Thread and Process objects. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12573: Add resource checks for dangling Thread and Process objects. antoine.pitrou
- [Python-checkins] cpython: comment which is not applicable anymore benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (3.2): Try harder to reap dangling threads in test.support.reap_threads(). antoine.pitrou
- [Python-checkins] cpython (3.2): test_pydoc needs to cleanup after itself antoine.pitrou
- [Python-checkins] cpython (3.2): Use test.script_helper in test_pydoc antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 antoine.pitrou
- [Python-checkins] cpython: test_os needs to reap threads antoine.pitrou
- [Python-checkins] cpython: test_threaded_import must clean up after itself antoine.pitrou
- [Python-checkins] cpython: Fix whitespace antoine.pitrou
- [Python-checkins] cpython: test_packaging should clean up after itself (but it doesn't really) antoine.pitrou
- [Python-checkins] cpython: Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor antoine.pitrou
- [Python-checkins] cpython: Silence spurious "broken pipe" tracebacks when shutting down a antoine.pitrou
- [Python-checkins] cpython: remove ast.__version__ (closes #12273) benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: put in correct section benjamin.peterson
- [Python-checkins] Daily reference leaks (dfaa3a149a92): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Close the call queue in concurrent.futures.ProcessPoolExecutor when antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Dummy merge antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler eli.bendersky
- [Python-checkins] cpython (3.2): Fix closes Issue11436 - Minor clarification to struct documentation for 's' senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue10403 - datetime documentation clarification based on review in the senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Issue10403 - datetime module documentation changes based on senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are senthil.kumaran
- [Python-checkins] cpython (3.2): fix whitespace nit. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): fix whitespace in rst. senthil.kumaran
- [Python-checkins] cpython (2.7): fix whitespace in rst. senthil.kumaran
- [Python-checkins] cpython: Mark itertools tests of tuple reuse as being specific to CPython. alex.gaynor
- [Python-checkins] cpython (merge default -> default): Merged upstream. alex.gaynor
- [Python-checkins] cpython (2.7): Backport 2eb8789e30e7. alex.gaynor
- [Python-checkins] peps: Update to remove the 100% branch coverage requirement to simply say brett.cannon
- [Python-checkins] cpython: Make warnings accept a callable for showwarnings instead of brett.cannon
- [Python-checkins] cpython: Add Misc/NEWS entry and relevant doc change for issue 10271. brett.cannon
- [Python-checkins] Daily reference leaks (e5e8796b68b8): sum=24 solipsis at pitrou.net
- [Python-checkins] cpython: excise the remains of STOP_CODE, which hasn't done anything useful for years benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (2.7): Add missing "a". georg.brandl
- [Python-checkins] cpython (3.2): Better English. r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge English fix. r.david.murray
- [Python-checkins] cpython: Fix English in packaging, too. r.david.murray
- [Python-checkins] cpython (2.7): Better English. r.david.murray
- [Python-checkins] cpython (3.2): Closes #12579. Positional fields with str.format_map() now raise a ValueError eric.smith
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2. eric.smith
- [Python-checkins] cpython (2.7): Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under antoine.pitrou
- [Python-checkins] cpython (3.2): Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. senthil.kumaran
- [Python-checkins] cpython (2.7): #7484: no more <> around addresses in VRFY or EXPN r.david.murray
- [Python-checkins] cpython (3.2): #7484: no more <> around addresses in VRFY or EXPN r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #7484: no more <> around addresses in VRFY or EXPN r.david.murray
- [Python-checkins] cpython: #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. r.david.murray
- [Python-checkins] Daily reference leaks (912b97ee40a7): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): A number of small fixups for the sorting howto guide. raymond.hettinger
- [Python-checkins] cpython (2.7): Improve docstring for divmod() raymond.hettinger
- [Python-checkins] r88866 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt ezio.melotti
- [Python-checkins] cpython (2.7): Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12587: Correct faulty test file and reference in test_tokenize. ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12587: Correct faulty test file and reference in test_tokenize. ned.deily
- [Python-checkins] cpython (2.7): - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper barry.warsaw
- [Python-checkins] cpython (3.2): - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper barry.warsaw
- [Python-checkins] cpython (merge default -> default): Upstream merge. barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> 3.2): Upstream merge barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): Upstream merge. barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): Upstream merge. barry.warsaw
- [Python-checkins] cpython: Fix test_multiprocessing failure under Windows. antoine.pitrou
- [Python-checkins] Daily reference leaks (6f9d917df541): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Update based on Kerrick's latest changes nick.coghlan
- [Python-checkins] peps: Add PEP 402 nick.coghlan
- [Python-checkins] cpython (3.2): Fix closes issue12524 - update http.client POST example with a working example. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes issue12524 - update http.client POST example with a senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Fix closes issue12524 - update http.client POST example with a senthil.kumaran
- [Python-checkins] peps: Restore whitespace characters lost via email transmission. phillip.eby
- [Python-checkins] cpython: #665194: support roundtripping RFC2822 date stamps in the email.utils module r.david.murray
- [Python-checkins] peps: Fix backward-compatibility hole described by Jeff Hardy in: phillip.eby
- [Python-checkins] cpython: Issue #12551: Provide a get_channel_binding() method on SSL sockets so as antoine.pitrou
- [Python-checkins] Daily reference leaks (cb44fef5ea1d): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: update to reflect new C impl, refer some impl details to launcher docs mark.hammond
- [Python-checkins] cpython (3.2): #11435: link to the correct branch. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11435: dummy merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): #12601: fix typo. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12601: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #12601: fix typo. ezio.melotti
- [Python-checkins] cpython (2.7): Fix markup. ezio.melotti
- [Python-checkins] peps: clarify how custom commands in shebang lines are terminated mark.hammond
- [Python-checkins] devguide: Add a communications section to the devguide FAQ (closes #11690) Ezio Melotti
- [Python-checkins] peps: fix link to launcher docs mark.hammond
- [Python-checkins] cpython (2.7): Issue #12372: POSIX semaphores are broken on AIX: don't use them. charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12372: POSIX semaphores are broken on AIX: don't use them. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them. charles-francois.natali
- [Python-checkins] peps: Fix typo phillip.eby
- [Python-checkins] peps: Fix broken internal link. phillip.eby
- [Python-checkins] Daily reference leaks (44a02d6b74e4): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12434: make StringIO.write error message consistent with Python 2.7 eli.bendersky
- [Python-checkins] cpython (2.7): hardcode the old svn __version__ benjamin.peterson
- [Python-checkins] cpython (2.7): verify the types of AST strings and identifiers (closes #12609 and #12610) benjamin.peterson
- [Python-checkins] cpython (2.7): news note benjamin.peterson
- [Python-checkins] cpython (3.2): type check AST strings and identifiers benjamin.peterson
- [Python-checkins] cpython (3.2): hardcode the old svn __version__ benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (null) benjamin.peterson
- [Python-checkins] cpython (3.2): None is ok for identifiers but not strings benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #12592: Make Python build on OpenBSD 5 (and future major releases). charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12592: Make Python build on OpenBSD 5 (and future major releases). charles-francois.natali
- [Python-checkins] cpython: Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major charles-francois.natali
- [Python-checkins] cpython (2.7): allow None identifiers benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] r88867 - in tracker/instances/python-dev: extensions/pydevutils.py html/file.item.html html/issue.item.html html/msg.item.html ezio.melotti
- [Python-checkins] Daily reference leaks (63de97ae832e): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #11049: adding some tests to test.support eli.bendersky
- [Python-checkins] cpython: fixing whitespace in the previous commit eli.bendersky
- [Python-checkins] r88868 - in tracker/instances/python-dev/html: issue.index.html style.css ezio.melotti
- [Python-checkins] cpython (3.2): Fix function name: open -> urlopen. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 branch. georg.brandl
- [Python-checkins] cpython (2.7): Fix function name: open -> urlopen. georg.brandl
- [Python-checkins] peps: Add a step for the doc source links in Doc/tools/sphinxext/pyspecific.py. georg.brandl
- [Python-checkins] cpython (3.2): Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test senthil.kumaran
- [Python-checkins] cpython: Issue #11049: skip a test that fails on some buildbots eli.bendersky
- [Python-checkins] cpython (3.2): Issue #10883: Fix socket leaks in urllib.request. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #10883: Fix socket leaks in urllib.request. nadeem.vawda
- [Python-checkins] cpython (3.2): Add Misc/NEWS entry for c741ba9e37ef. nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Add Misc/NEWS entry for d68765bd6490. nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #10883: Fix socket leaks in urllib.request. nadeem.vawda
- [Python-checkins] cpython (2.7): Fix typo in NEWS entry for dbf1e1a27427. nadeem.vawda
- [Python-checkins] hooks: Fix buildbot hook for hg 1.9 local-hg
- [Python-checkins] cpython (2.7): Fix typo in dbf1e1a27427 that was causing some buildbots to fail. nadeem.vawda
- [Python-checkins] cpython: Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without antoine.pitrou
- [Python-checkins] cpython: Followup to c3b47cdea0d1: document the *write_through* argument to antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12591: Improve support of "universal newlines" in the subprocess antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12591: Improve support of "universal newlines" in the subprocess antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12624: It is now possible to fail after the first failure when antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12624: It is now possible to fail after the first failure when antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #1813: Fix codec lookup under Turkish locales. antoine.pitrou
- [Python-checkins] cpython (3.2): Add a test for issue #1813: getlocale() failing under a Turkish locale antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Add a test for issue #1813: getlocale() failing under a Turkish locale antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. antoine.pitrou
- [Python-checkins] Daily reference leaks (fe0caf8c48d2): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. charles-francois.natali
- [Python-checkins] Daily reference leaks (a095cbed24c3): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12102: Document that buffered files must be flushed before being used ross.lagerwall
- [Python-checkins] r88869 - in tracker/instances/python-dev/html: issue.index.html style.css ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12102: Merge with 3.2. ross.lagerwall
- [Python-checkins] cpython (2.7): Issue #12102: Document that buffered files must be flushed before being used ross.lagerwall
- [Python-checkins] cpython: Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by charles-francois.natali
- [Python-checkins] cpython (3.2): Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Fixes #12637: Merged fix from 3.2 and added test. vinay.sajip
- [Python-checkins] Daily reference leaks (de13ce98ca3b): sum=0 solipsis at pitrou.net
- [Python-checkins] r88870 - tracker/instances/python-dev/html/issue.item.js ezio.melotti
- [Python-checkins] cpython: #12547: Fix example in nntplib doc. Patch by July Tikhonov. ezio.melotti
- [Python-checkins] cpython: Add debug output for failing buildbot antoine.pitrou
- [Python-checkins] r88871 - tracker/instances/python-dev/html/issue.item.html ezio.melotti
- [Python-checkins] cpython (3.2): Fixes #10639: reindent.py should not convert newlines jason.coombs
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 Issue #10639: reindent.py should not convert newlines. jason.coombs
- [Python-checkins] cpython: Issue #10639: reindent.py tool now accepts a --newline option to specify the jason.coombs
- [Python-checkins] cpython (2.7): Issue #8746: Use tempfile module to get tempdir and randomize the ned.deily
- [Python-checkins] cpython (3.2): Issue #8746: Use tempfile module to get tempdir and randomize the ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8746: Use tempfile module to get tempdir and randomize the ned.deily
- [Python-checkins] cpython: Try to fix weird buildbot failures antoine.pitrou
- [Python-checkins] peps: Record that old names won't be deprecated antoine.pitrou
- [Python-checkins] peps: Mapping EBADF is not very useful (as pointed out by Nick) antoine.pitrou
- [Python-checkins] peps: Add InterruptedError for EINTR antoine.pitrou
- [Python-checkins] cpython (3.2): Backport 0398f07d4827 (fix for weird buildbot failures) antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge antoine.pitrou
- [Python-checkins] cpython (3.2): When testing for an hg repo, use a file that always exists, even with the antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge antoine.pitrou
- [Python-checkins] cpython: Actually port ecfe9bf0117b to default antoine.pitrou
- [Python-checkins] peps: Add BrokenPipeError mapping both EPIPE and ESHUTDOWN antoine.pitrou
- [Python-checkins] cpython (3.2): Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #12590: IDLE editor window now always displays the first line ned.deily
- [Python-checkins] cpython (3.2): Issue #12590: IDLE editor window now always displays the first line ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12590: IDLE editor window now always displays the first line ned.deily
- [Python-checkins] cpython (3.2): Correcting issue 12576 fix, which resulted in buildbot failures. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - fix urlopen behavior on sites which do not send (or senthil.kumaran
- [Python-checkins] Daily reference leaks (b782d7c59f69): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12607: Merge with 3.2. ross.lagerwall
- [Python-checkins] cpython (2.7): #12642: fix args names in open() doc. ezio.melotti
- [Python-checkins] cpython (3.2): Fix closes Issue12621 - Fix docstrings of find and rfind methods of senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is ross.lagerwall
- [Python-checkins] cpython: Issue #11049: added test_support to regrtest.STDTESTS list eli.bendersky
- [Python-checkins] cpython: fix doc typo for library/test.rst eli.bendersky
- [Python-checkins] cpython (2.7): - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. charles-francois.natali
- [Python-checkins] cpython (2.7): Fixes #10639: reindent.py should not convert newlines jason.coombs
- [Python-checkins] cpython (3.2): Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout charles-francois.natali
- [Python-checkins] peps: PEP 400 victor.stinner
- [Python-checkins] Daily reference leaks (e8da570d29a8): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as senthil.kumaran
- [Python-checkins] cpython: Issue 12647: Add __bool__() method to the None object. raymond.hettinger
- [Python-checkins] Daily reference leaks (ccce01988603): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. eli.bendersky
- [Python-checkins] cpython (3.2): Issue #12644: document the '%a' conversion in the old string formatting eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2: Issue #12644: document the '%a' conversion in the old string eli.bendersky
- [Python-checkins] cpython (2.7): Issue 12514: Use try/finally to assure that timeit restores GC when done. raymond.hettinger
- [Python-checkins] cpython (3.2): Issue 12514: Use try/finally to assure that timeit restores GC when done. raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Issue 12514: Use try/finally to assure that timeit restores GC when done. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #12531: add index entries to documentation of * and ** in function calls eli.bendersky
- [Python-checkins] peps: PEP 400: add the alternative suggested by Marc-Andre Lemburg. victor.stinner
- [Python-checkins] cpython (3.2): Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) eric.araujo
- [Python-checkins] cpython (3.2): Fix reST references eric.araujo
- [Python-checkins] cpython (3.2): Fix “anyways” (following R. David Murray in 4d5a546b6186) eric.araujo
- [Python-checkins] cpython (3.2): Make indentation comply with our style guide and the rest of the file eric.araujo
- [Python-checkins] cpython (3.2): Fix style in code added by edba722f3b02 eric.araujo
- [Python-checkins] cpython (3.2): Fix sorting or wording of some NEWS entries. eric.araujo
- [Python-checkins] cpython (3.2): Fix string exception and a few style issues in mailerdaemon script eric.araujo
- [Python-checkins] cpython (3.2): Fix missing or wrong shebangs and missing executable bits for scripts (#10318) eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge. eric.araujo
- [Python-checkins] cpython: Add shlex.quote function, to escape filenames and command lines (#9723). eric.araujo
- [Python-checkins] cpython: Remove indirection in threading (issue #10968). eric.araujo
- [Python-checkins] cpython (3.2): Make VCSes ignore the compiled shared library file (#12255) eric.araujo
- [Python-checkins] cpython (3.2): Stop ignoring Mercurial merge conflits files (#12255). eric.araujo
- [Python-checkins] cpython (3.2): Update documentation for shutil.move (#12043) and fix a few typos. eric.araujo
- [Python-checkins] cpython (3.2): Turn raw URI into real link eric.araujo
- [Python-checkins] cpython (3.1): Remove mentions of previous license in profile module docs (#12417 followup). eric.araujo
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge profile docs followup (#12417) from 3.1 eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge eric.araujo
- [Python-checkins] cpython: Fix reST role and missing word eric.araujo
- [Python-checkins] cpython: Modernize modulefinder module and tests a bit. eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) eric.araujo
- [Python-checkins] cpython: Let pysetup list exit with a non-zero code when no result is found (#11409). eric.araujo
- [Python-checkins] cpython: Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). eric.araujo
- [Python-checkins] cpython: Make TypeError message from Command.__init__ more useful eric.araujo
- [Python-checkins] cpython: Minor packaging cleanup. eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge eric.araujo
- [Python-checkins] cpython (3.2): Change one line I missed in 7527f3f9829 eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 eric.araujo
- [Python-checkins] cpython (2.6): Remove mentions of previous license in profile module (#12417 followup) eric.araujo
- [Python-checkins] cpython (merge 2.6 -> 2.7): Merge #12417 followup, also removing an extra docstring eric.araujo
- [Python-checkins] cpython (2.7): Improve glossary entry for ABCs. eric.araujo
- [Python-checkins] cpython (2.7): Add missing reST target to one heading in the tutorial eric.araujo
- [Python-checkins] cpython (2.7): Minor doc addition for clarity eric.araujo
- [Python-checkins] cpython (2.7): Fix typo in 97a75fccd7c8 eric.araujo
- [Python-checkins] cpython (2.7): Add links from builtins module docs to built-in functions and constants docs eric.araujo
- [Python-checkins] cpython (2.7): Fix “anyways” (following R. David Murray in 5c7520e02d5a) eric.araujo
- [Python-checkins] cpython (2.7): Make indentation comply with our style guide and the rest of the file eric.araujo
- [Python-checkins] cpython (2.7): Fix missing or shebangs and executable bits for scripts (#10318) eric.araujo
- [Python-checkins] cpython (2.7): Make VCSes ignore the compiled shared library file (#12255) eric.araujo
- [Python-checkins] cpython (2.7): Stop ignoring Mercurial merge conflits files (#12255). eric.araujo
- [Python-checkins] cpython (2.7): Update documentation for shutil.move (#12043) and fix a few typos. eric.araujo
- [Python-checkins] cpython (2.7): Turn raw URI into real link eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge eric.araujo
- [Python-checkins] cpython (2.7): Add missing reST target to one heading in the tutorial eric.araujo
- [Python-checkins] cpython: Expand shlex.quote example (#9723) eric.araujo
- [Python-checkins] cpython: Issue #10639: spec_newline wasn't defined globally unless main() was called; jason.coombs
- [Python-checkins] cpython (merge default -> default): Merge fix for reindent.py jason.coombs
- [Python-checkins] cpython (2.7): Backout duplicate changeset ed34ca4e639c eric.araujo
- [Python-checkins] cpython (2.7): Make “pydoc somebuiltin.somemethod” work (#8887) eric.araujo
- [Python-checkins] cpython (3.2): Make “pydoc somebuiltin.somemethod” work (#8887) eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for #8887 from 3.2 eric.araujo
- [Python-checkins] cpython (3.2): Let the doc of __import__ link to importlib (#9254). eric.araujo
- [Python-checkins] cpython (3.2): Add a link target for argparse.Namespace (#8982) eric.araujo
- [Python-checkins] cpython (3.2): Document that atexit execution order is undefined (#9788) eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (#9254, #8982, #9788) eric.araujo
- [Python-checkins] cpython (2.7): Add a link target for argparse.Namespace (#8982) eric.araujo
- [Python-checkins] cpython (2.7): Document that atexit execution order is undefined (#9788) eric.araujo
- [Python-checkins] cpython (3.2): Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: charles-francois.natali
- [Python-checkins] cpython: bytes should be verboten in sum() (fixes #12654) benjamin.peterson
- [Python-checkins] cpython: bytes -> bytearray benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #12626: In regrtest, allow to filter tests using a glob filter antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12626: In regrtest, allow to filter tests using a glob filter antoine.pitrou
- [Python-checkins] cpython: make the types of None and Ellipsis callable benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: also make NotImplementedType callable benjamin.peterson
- [Python-checkins] cpython: Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads. senthil.kumaran
- [Python-checkins] cpython: fixing the smtplib.rst whitespaces. senthil.kumaran
- [Python-checkins] Daily reference leaks (2428c239d848): sum=12 solipsis at pitrou.net
- [Python-checkins] cpython: plug refleak benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (3.2): remove duplicated type ready benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #12531: add index entries to documentation of * and ** in function calls eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in eli.bendersky
- [Python-checkins] cpython (3.2): Change test.support docs to be more specific about the nature of this module. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython (2.7): Issue #11699: fix documentation of OptionParser.get_option_group. Patch by eli.bendersky
- [Python-checkins] cpython (3.2): Issue #11699: fix documentation of OptionParser.get_option_group. Patch by eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.2): merging Georg's revision eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - heads eli.bendersky
- [Python-checkins] cpython (3.2): document NotImplemented benjamin.peterson
- [Python-checkins] cpython (3.2): add space benjamin.peterson
- [Python-checkins] cpython (2.7): document NotImplemented benjamin.peterson
- [Python-checkins] cpython (2.7): add space benjamin.peterson
- [Python-checkins] cpython (2.7): note Ellipsis syntax benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: we can call singleton types now benjamin.peterson
- [Python-checkins] cpython: transition move technically correct to obviously so benjamin.peterson
- [Python-checkins] cpython (3.2): #12531: Fix spaces and markup. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12531: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #12531: Fix spaces. ezio.melotti
- [Python-checkins] peps: Fix typo. ezio.melotti
- [Python-checkins] cpython: test_smtpnet: Skip STARTTLS test if the server doesn't support it. nadeem.vawda
- [Python-checkins] cpython: Issue #11651: Improve Makefile test targets. nadeem.vawda
- [Python-checkins] cpython: Addressing the review comments by Antoine Pitrou for smtplib.py and senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads. senthil.kumaran
- [Python-checkins] cpython (2.7): be precise benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads benjamin.peterson
- [Python-checkins] Daily reference leaks (86307a32a99a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): using support.transient_internet helper method in the urllib2net test. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): using support.transient_internet helper method in the urllib2net test. senthil.kumaran
- [Python-checkins] cpython (2.7): using test_support.transient_internet helper method in the urllib2net test. senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads. senthil.kumaran
- [Python-checkins] cpython (2.7): running tests enables us to discover that they actually work benjamin.peterson
- [Python-checkins] cpython: Oops, "make buildbottest" isn't supposed to use -j0. nadeem.vawda
- [Python-checkins] cpython: Fix build error in _curses module when not using libncursesw. nadeem.vawda
- [Python-checkins] cpython (2.7): Fix typo reported by Sandro Tosi. ezio.melotti
- [Python-checkins] cpython (3.2): Fix typo reported by Sandro Tosi. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge typo fix. ezio.melotti
Last message date: Sun Jul 31 21:50:15 CEST 2011
Archived on: Mon Jul 30 21:20:00 CEST 2012
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