Showing content from http://mail.python.org/pipermail/python-checkins/2012-December/thread.html below:
The Python-checkins December 2012 Archive by thread
December 2012 Archives by thread
Starting: Sat Dec 1 05:59:18 CET 2012
Ending: Mon Dec 31 19:00:06 CET 2012
Messages: 681
- [Python-checkins] Daily reference leaks (6fdc5e3daa8c): sum=-1 solipsis at pitrou.net
- [Python-checkins] devguide: Clarify a sentence and fix a typo. Patch by Daniel Shahaf. ezio.melotti
- [Python-checkins] cpython (2.7): #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). ezio.melotti
- [Python-checkins] cpython: Issue #16590: remove obsolete compatibility code from the _json module. antoine.pitrou
- [Python-checkins] cpython (2.7): Minor fixups. Early-out for equality test. Inline PREV/NEXT constants. raymond.hettinger
- [Python-checkins] cpython: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf christian.heimes
- [Python-checkins] cpython: Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation christian.heimes
- [Python-checkins] cpython (3.2): - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf christian.heimes
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf christian.heimes
- [Python-checkins] cpython (2.7): - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): null merge christian.heimes
- [Python-checkins] cpython (3.2): Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h christian.heimes
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h christian.heimes
- [Python-checkins] peps: reject pep 369. It's outdated and superseded by the new importlib christian.heimes
- [Python-checkins] peps: update my email address to @python.org christian.heimes
- [Python-checkins] cpython (3.2): Issue #10182: The re module doesn't truncate indices to 32 bits anymore. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #10182: The re module doesn't truncate indices to 32 bits anymore. antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #10182: The re module doesn't truncate indices to 32 bits anymore. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #10182: The re module doesn't truncate indices to 32 bits anymore. antoine.pitrou
- [Python-checkins] cpython: Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on mark.dickinson
- [Python-checkins] cpython (2.7): Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on mark.dickinson
- [Python-checkins] cpython (3.2): Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue 10052: merge fix from 3.2. mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue 10052: null merge from 3.3 mark.dickinson
- [Python-checkins] cpython (3.3): unicode -> str benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (3.3): support encoding error handlers that return bytes (closes #16585) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#16585) benjamin.peterson
- [Python-checkins] cpython (3.3): document that encoding error handlers may return bytes (#16585) benjamin.peterson
- [Python-checkins] cpython (3.3): document UnicodeError attributes benjamin.peterson
- [Python-checkins] cpython (2.7): document UnicodeError attributes benjamin.peterson
- [Python-checkins] cpython (3.3): loosen test now that bytes are allowed benjamin.peterson
- [Python-checkins] cpython (3.3): more test to more general test file, so it can test more things benjamin.peterson
- [Python-checkins] cpython: Issue #16562: Optimize dict equality testing. antoine.pitrou
- [Python-checkins] Daily reference leaks (d12785ecca72): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16416: On Mac OS X, operating system data are now always victor.stinner
- [Python-checkins] cpython (merge 3.2 -> 3.3): (Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always victor.stinner
- [Python-checkins] cpython (3.2): Issue #16416: Fix compilation error victor.stinner
- [Python-checkins] cpython (merge 3.2 -> 3.3): (Null merge 3.2) victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Null merge 3.3) victor.stinner
- [Python-checkins] cpython (3.2): Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper andrew.svetlov
- [Python-checkins] cpython (3.2): Split the bigmem re test in two separate tests with different memory antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Split the bigmem re test in two separate tests with different memory antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Split the bigmem re test in two separate tests with different memory antoine.pitrou
- [Python-checkins] cpython (2.7): Split the bigmem re test in two separate tests with different memory antoine.pitrou
- [Python-checkins] cpython (3.2): Fix test splitting in previous commit. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix test splitting in previous commit. antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix test splitting in previous commit. antoine.pitrou
- [Python-checkins] cpython (2.7): Fix test splitting in previous commit. antoine.pitrou
- [Python-checkins] peps: PEP-0426 trivial copy changes daniel.holth
- [Python-checkins] peps: PEP 426: try to clarify the bundle^H^H^Hmerge/fork meaning of Provides-Dist daniel.holth
- [Python-checkins] peps (merge default -> default): merge daniel.holth
- [Python-checkins] cpython: Issue #16455: On FreeBSD and Solaris, if the locale is C, the victor.stinner
- [Python-checkins] Daily reference leaks (c25635b137cc): sum=-42 solipsis at pitrou.net
- [Python-checkins] cpython: Cleanup unicodeobject.c victor.stinner
- [Python-checkins] cpython (2.7): Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. victor.stinner
- [Python-checkins] cpython (3.2): Issue #13120: Allow to call pdb.set_trace() from thread. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge issue #13120: Allow to call pdb.set_trace() from thread. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge issue #13120: Allow to call pdb.set_trace() from thread. andrew.svetlov
- [Python-checkins] cpython: Issue #16444: test more bytes in support.TESTFN_UNDECODABLE to support more victor.stinner
- [Python-checkins] Daily reference leaks (ed0ff4b3d1c4): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #15627: This is simply an update to the name of a new method recently eric.snow
- [Python-checkins] cpython (3.3): Fix typo. andrew.svetlov
- [Python-checkins] cpython (3.2): Skip pdb test for #13120 if threading is not available. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge: skip pdb test for #13120 if threading is not available. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: skip pdb test for #13120 if threading is not available. andrew.svetlov
- [Python-checkins] cpython (2.7): Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h jesus.cea
- [Python-checkins] cpython (3.3): Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Update comment: SAVE_EXC_STATE and SWAP_EXC_STATE macroses are saave_exc_state andrew.svetlov
- [Python-checkins] Daily reference leaks (ece75a3b942c): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Specify which I/O ABC methods have implementations in the docs. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Specify which I/O ABC methods have implementations in the docs. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Specify which I/O ABC methods have implementations in the docs. andrew.svetlov
- [Python-checkins] cpython (2.7): Document that hour in datetime.time ctor is optional parameter. andrew.svetlov
- [Python-checkins] cpython: create NameConstant AST class for None, True, and False literals (closes #16619) benjamin.peterson
- [Python-checkins] cpython: assert than we never try to deal with True, False, or None as a name benjamin.peterson
- [Python-checkins] Daily reference leaks (0238cc842805): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Improve OrderedDict equality test. raymond.hettinger
- [Python-checkins] cpython: Issue #16495: remove extraneous NULL encoding check from bytes_decode(). chris.jerdonek
- [Python-checkins] cpython: add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie benjamin.peterson
- [Python-checkins] Daily reference leaks (3fb9e38b00e8): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16628: Fix a memory leak in ctypes.resize(). antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16628: Fix a memory leak in ctypes.resize(). antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16628: Fix a memory leak in ctypes.resize(). antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16628: Fix a memory leak in ctypes.resize(). antoine.pitrou
- [Python-checkins] cpython (2.7): Remove debug output from example. ezio.melotti
- [Python-checkins] cpython (3.2): Remove debug output from example. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge debug output removal with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge debug output removal with 3.3. ezio.melotti
- [Python-checkins] cpython (3.3): Issue #15209: Clarify exception chaining description nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3 (Issue #15209) nick.coghlan
- [Python-checkins] cpython (3.3): Close issue #16267: better docs for @abstractmethod composition nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3 (issue #16267) nick.coghlan
- [Python-checkins] cpython (3.2): Drop double newlines printed in some file iteration examples. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Drop double newlines printed in some file iteration examples. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Drop double newlines printed in some file iteration examples. andrew.svetlov
- [Python-checkins] cpython (2.7): Drop double newlines printed in some file iteration examples. andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16602: When a weakref's target was part of a long deallocation chain, antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16602: When a weakref's target was part of a long deallocation chain, antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16602: When a weakref's target was part of a long deallocation chain, antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16602: When a weakref's target was part of a long deallocation chain, antoine.pitrou
- [Python-checkins] cpython (2.7): Add versionchanged note for a56cebff113a eric.araujo
- [Python-checkins] cpython (2.7): Remove code unneeded after f833e7ec4de1 eric.araujo
- [Python-checkins] cpython (2.7): Fix setup.py register failure with invalid rst in description (#13614). eric.araujo
- [Python-checkins] cpython (2.7): Use proper skip instead of reporting success in one distutils test eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge eric.araujo
- [Python-checkins] cpython (3.2): Ignore .nfs* files in distutils (#7719). eric.araujo
- [Python-checkins] cpython (3.2): Create ~/.pypirc securely (#13512). eric.araujo
- [Python-checkins] cpython (3.2): Fix a few markup/grammar nits eric.araujo
- [Python-checkins] cpython (3.2): Fix setup.py register failure with invalid rst in description (#13614). eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge fixes for #13614, #13512 and #7719 from 3.2 eric.araujo
- [Python-checkins] cpython (merge 3.3 -> default): Merge fixes for #13614, #13512 and #7719 from 3.3 eric.araujo
- [Python-checkins] Daily reference leaks (17e5acad302e): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #15209: Fix typo and some additional wording tweaks nick.coghlan
- [Python-checkins] cpython: Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16248: Disable code execution from the user's home directory by tkinter antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16248: Disable code execution from the user's home directory by tkinter antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16248: Disable code execution from the user's home directory by tkinter antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16248: Disable code execution from the user's home directory by tkinter antoine.pitrou
- [Python-checkins] cpython (3.1): Issue #16248: Disable code execution from the user's home directory by tkinter benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: Issue #16616: Enable test in test_poll which was (accidentally?) disabled richard.oudkerk
- [Python-checkins] cpython: Make test of poll() use unbuffered IO richard.oudkerk
- [Python-checkins] peps: Fix some markup where the wrong text markup style was used for bold and italic. brett.cannon
- [Python-checkins] cpython (2.7): Document the reason attribute of urllib.HTTPError Patch by Berker Peksag senthil.kumaran
- [Python-checkins] cpython (3.2): Fix issue13211 - Document the reason attribute for urllib.error.HTTPError senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge from 3.2 - reason attribute for urllib.error.HTTPError senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3 - Document reason attribute for urllib.error.HTTPError senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #16582: use int exit code in tkinter._exit andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16582: use int exit code in tkinter._exit andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16582: use int exit code in tkinter._exit andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16582: use int exit code in tkinter._exit andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16629: Merge IDLE test fix from 3.2. chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16629: Merge IDLE test fix from 3.3. chris.jerdonek
- [Python-checkins] Daily reference leaks (db17a49395c2): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree hynek.schlawack
- [Python-checkins] cpython (3.2): #15872: Fix shutil.rmtree error tests for Windows hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15872: Fix shutil.rmtree error tests for Windows hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #15872: Fix shutil.rmtree error tests for Windows hynek.schlawack
- [Python-checkins] cpython: Fix Issue15701 : add .headers attribute to urllib.error.HTTPError senthil.kumaran
- [Python-checkins] cpython (3.2): #15872: More shutil test fixes for Windows hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15872: More shutil test fixes for Windows hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #15872: More shutil test fixes for Windows hynek.schlawack
- [Python-checkins] cpython (3.2): #15872: Be flexible with appending *.* in shutil.rmtree test case hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15872: Be flexible with appending *.* in shutil.rmtree test case hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #15872: Be flexible with appending *.* in shutil.rmtree test case hynek.schlawack
- [Python-checkins] cpython (3.2): #15872: Some more Windows related tuning to shutil.rmtree tests hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #15872: Some more Windows related tuning to shutil.rmtree tests hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #15872: Some more Windows related tuning to shutil.rmtree tests hynek.schlawack
- [Python-checkins] cpython (3.2): 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. gregory.p.smith
- [Python-checkins] cpython (2.7): 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. gregory.p.smith
- [Python-checkins] cpython: Using 'long double' to force this structure to be worst case aligned is no gregory.p.smith
- [Python-checkins] cpython (3.2): Fix the internals of our hash functions to used unsigned values during hash gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix the internals of our hash functions to used unsigned values during hash gregory.p.smith
- [Python-checkins] cpython (3.2): Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): null merge, no change needed in 3.3. gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Fix the internals of our hash functions to used unsigned values during hash gregory.p.smith
- [Python-checkins] cpython (3.2): Code style fixup: No need for double ((parenthesis)) and use {} on an if else. gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.3): Code style fixup: No need for double ((parenthesis)) and use {} on an if else. gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> default): Code style fixup: No need for double ((parenthesis)) and use {} on an if else. gregory.p.smith
- [Python-checkins] Daily reference leaks (d61a1be9f5c5): sum=6 solipsis at pitrou.net
- [Python-checkins] peps: PEP 431: Time zone support improvements barry.warsaw
- [Python-checkins] Daily reference leaks (bc322469a7a8): sum=-1 solipsis at pitrou.net
- [Python-checkins] peps: Fixed PEP type christian.heimes
- [Python-checkins] cpython (3.3): Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are christian.heimes
- [Python-checkins] cpython (3.3): Just to be sure, initialize with a copy of the compiler's lib and inc dirs. christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Just to be sure, initialize with a copy of the compiler's lib and inc dirs. christian.heimes
- [Python-checkins] cpython (3.3): Cross compiling needs host and build settings. configure no longer christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Cross compiling needs host and build settings. configure no longer christian.heimes
- [Python-checkins] peps: Reserve PEP 3156. guido.van.rossum
- [Python-checkins] peps: Added an introduction. guido.van.rossum
- [Python-checkins] cpython: expose TCP_FASTOPEN and MSG_FASTOPEN benjamin.peterson
- [Python-checkins] peps: Add subsections about dependencies, namespace and event loop policy. guido.van.rossum
- [Python-checkins] Daily reference leaks (e680202e5603): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: More about event loops. guido.van.rossum
- [Python-checkins] cpython (2.7): IRIX: force MIPSpro to treat #errors as errors, not warnings. trent.nelson
- [Python-checkins] cpython (2.7): Make PyAST_obj2mod C89 compliant. trent.nelson
- [Python-checkins] cpython (2.7): Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) trent.nelson
- [Python-checkins] cpython (3.3): Issue #16661: Fix the os.getgrouplist() test by not assuming that it ross.lagerwall
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3 for #16661 ross.lagerwall
- [Python-checkins] peps: Make fd methods optional. guido.van.rossum
- [Python-checkins] cpython: Issue #16049: add abc.ABC helper class. andrew.svetlov
- [Python-checkins] peps: Add optional socket calls returning a Future. Some TBD rearrangements. guido.van.rossum
- [Python-checkins] peps: Add some event loop methods returning Futures. Lots of TBD. guido.van.rossum
- [Python-checkins] peps: Specify Futures. Minor cleanup. guido.van.rossum
- [Python-checkins] peps: Transports and protocols. guido.van.rossum
- [Python-checkins] cpython: compile doesn't accept code objects philip.jenvey
- [Python-checkins] peps: Add section on coroutines and the scheduler. guido.van.rossum
- [Python-checkins] Daily reference leaks (76bc92fb90c1): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #16421: allow to load multiple modules from the same shared object. andrew.svetlov
- [Python-checkins] cpython: Cleanup filecmp: starting from 3.3 os.error is alias for OSError andrew.svetlov
- [Python-checkins] peps: Clarify start_serving(). Add a section on coroutines and protocols. guido.van.rossum
- [Python-checkins] cpython (2.7): #16681: use "bidirectional class" instead of "bidirectional category". ezio.melotti
- [Python-checkins] cpython (3.2): #16681: use "bidirectional class" instead of "bidirectional category". ezio.melotti
- [Python-checkins] cpython (2.7): #16681: use "bidirectional class" instead of "bidirectional category" in the ezio.melotti
- [Python-checkins] cpython (3.2): #16681: use "bidirectional class" instead of "bidirectional category" in the ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16681: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16681: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (2.7): #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. ezio.melotti
- [Python-checkins] cpython (3.2): #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16683: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16683: merge with 3.3. ezio.melotti
- [Python-checkins] peps: Sprinkle some clarifications and TBDs in response to some private feedback. guido.van.rossum
- [Python-checkins] peps: Add Protocol.eof_received() and protocol call sequence chart. guido.van.rossum
- [Python-checkins] peps: Slight wording change suggested by Steve Dower. guido.van.rossum
- [Python-checkins] peps: Add TBD about cancellation. guido.van.rossum
- [Python-checkins] Daily reference leaks (f32f67d26035): sum=590 solipsis at pitrou.net
- [Python-checkins] cpython: cleanup and fix refleaks benjamin.peterson
- [Python-checkins] peps: Add TBD about the (un)desirability of optional APIs. guido.van.rossum
- [Python-checkins] cpython: Rename test module names for #16421 to don't clash with other tests. andrew.svetlov
- [Python-checkins] cpython: Remove compile warnings for _testimportmodule andrew.svetlov
- [Python-checkins] cpython: use error label instead of breaking eval loop (closes #16693) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #16298: In HTTPResponse.read(), close the socket when there is no antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16298: In HTTPResponse.read(), close the socket when there is no antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16298: In HTTPResponse.read(), close the socket when there is no antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16298: In HTTPResponse.read(), close the socket when there is no antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] peps: Issue #16501: record the removal of RISC OS support in PEP 11. antoine.pitrou
- [Python-checkins] cpython: Issue #16488: epoll() objects now support the `with` statement. antoine.pitrou
- [Python-checkins] cpython: #11175: argparse.FileType now accepts encoding and errors arguments. petri.lehtinen
- [Python-checkins] cpython (3.2): remove dead code benjamin.peterson
- [Python-checkins] cpython (2.7): remove dead code benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (3.3): Use OSError instead of os.error in the docs. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Merge: use OSError instead of os.error in the docs. andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #15783: Except for the number methods, the C version of decimal now stefan.krah
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3. stefan.krah
- [Python-checkins] Daily reference leaks (7c9327ff5de6): sum=-2 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #16664: Add regression tests for glob's behaviour concerning "."-entries hynek.schlawack
- [Python-checkins] cpython (3.2): #16664: Add regression tests for glob's behaviour concerning "."-entries hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16664: Add regression tests for glob's behaviour concerning "."-entries hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #16664: Add regression tests for glob's behaviour concerning "."-entries hynek.schlawack
- [Python-checkins] cpython: Fixup abc.ABC wording and add versionadded. georg.brandl
- [Python-checkins] cpython (3.2): Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #16696: fix comparison between bytes and string. Also, improve glob tests. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16696: fix comparison between bytes and string. Also, improve glob tests. antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16696: fix comparison between bytes and string. Also, improve glob tests. antoine.pitrou
- [Python-checkins] cpython (3.2): Fix ResourceWarnings in test_pty antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge antoine.pitrou
- [Python-checkins] cpython (3.3): Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #15783: Support None default values in the Context() constructor. stefan.krah
- [Python-checkins] peps: Various small updates. guido.van.rossum
- [Python-checkins] peps: Add set_default_executor(). guido.van.rossum
- [Python-checkins] Daily reference leaks (9d5122548096): sum=8 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix #14901. Update the Windows FAQ. brian.curtin
- [Python-checkins] cpython: Add Ashish Nitin Patil for work on Issue #14901 brian.curtin
- [Python-checkins] cpython (2.7): Fix #14901. Update some sections of Windows FAQ. brian.curtin
- [Python-checkins] cpython (3.2): Fix typo andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix typo andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Fix typo andrew.svetlov
- [Python-checkins] cpython (2.7): Update example: Counter.subtract returns None, not self andrew.svetlov
- [Python-checkins] cpython (3.2): Update example: Counter.subtract returns None, not self andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Update example: Counter.subtract returns None, not self andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Update example: Counter.subtract returns None, not self andrew.svetlov
- [Python-checkins] cpython (3.2): Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. giampaolo.rodola
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. giampaolo.rodola
- [Python-checkins] cpython (merge 3.3 -> default): Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. giampaolo.rodola
- [Python-checkins] cpython (2.7): Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. giampaolo.rodola
- [Python-checkins] cpython: Remove obsolete code: now IOError and WindowsError are aliases for OSError andrew.svetlov
- [Python-checkins] cpython (3.2): Issue #16647: save socket error details in LMTP.connect() andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16647: save socket error details in LMTP.connect() andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16647: save socket error details in LMTP.connect() andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16647: save socket error details in LMTP.connect() andrew.svetlov
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads andrew.svetlov
- [Python-checkins] cpython: Cleanup: remove not needed mocks. andrew.svetlov
- [Python-checkins] cpython: Replace os.error with OSError in tkinter and IDLE andrew.svetlov
- [Python-checkins] peps: Rename call_later() arg when to delay. guido.van.rossum
- [Python-checkins] cpython (3.2): Issue 16646 (ftplib): deliberately use intermediate variable after catching giampaolo.rodola
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue 16646 (ftplib): deliberately use intermediate variable after catching giampaolo.rodola
- [Python-checkins] cpython (merge 3.3 -> default): Issue 16646 (ftplib): deliberately use intermediate variable after catching giampaolo.rodola
- [Python-checkins] cpython: Issue #16704: Get rid of select.error in stdlib. Use OSError instead. andrew.svetlov
- [Python-checkins] cpython: Replace mmap.error with OSError, #16705 andrew.svetlov
- [Python-checkins] cpython: Get rig of EnvironmentError (#16705) andrew.svetlov
- [Python-checkins] cpython: Following issue #13390, fix compilation --without-pymalloc, and make antoine.pitrou
- [Python-checkins] peps: Tweaks. guido.van.rossum
- [Python-checkins] Daily reference leaks (a85673b55177): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16711: Fix required method names for collections.Iterator andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16711: Fix required method names for collections.Iterator andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16711: Fix required method names for collections.Iterator andrew.svetlov
- [Python-checkins] cpython: Relax test when WITH_PYMALLOC is false or undefined. antoine.pitrou
- [Python-checkins] peps: Add Thunk to the alternatives for DelayedCall. guido.van.rossum
- [Python-checkins] cpython (3.2): Issue #16714: use 'raise' exceptions, don't 'throw'. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16714: use 'raise' exceptions, don't 'throw'. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16714: use 'raise' exceptions, don't 'throw'. andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16714: use 'raise' exceptions, don't 'throw'. andrew.svetlov
- [Python-checkins] cpython: Issue #16706: get rid of os.error andrew.svetlov
- [Python-checkins] cpython: Issue #16717: get rid of socket.error, replace with OSError andrew.svetlov
- [Python-checkins] cpython: Mention OSError instead of IOError in the docs. andrew.svetlov
- [Python-checkins] cpython (3.3): Add sanity assertions in some import lock code (issue #15599). antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Add sanity assertions in some import lock code (issue #15599). antoine.pitrou
- [Python-checkins] cpython (3.3): Try to make test_threaded_import faster and safer (issue #15599). antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Try to make test_threaded_import faster and safer (issue #15599). antoine.pitrou
- [Python-checkins] cpython (3.3): Call importlib.invalidate_caches() after creating module files in antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Call importlib.invalidate_caches() after creating module files in antoine.pitrou
- [Python-checkins] cpython (3.3): Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue antoine.pitrou
- [Python-checkins] Daily reference leaks (900ee4a04f5e): sum=-1 solipsis at pitrou.net
- [Python-checkins] peps: Strawman proposal for a flexible primitive to wait for one of a set of Futures. guido.van.rossum
- [Python-checkins] cpython: Add versionchanged tag to faq (useless btw because changed text is commented andrew.svetlov
- [Python-checkins] cpython: Issue #16719: Get rid of WindowsError. Use OSError instead andrew.svetlov
- [Python-checkins] peps: Add stop(), run_once(), run_until_complete(), call_repeatedly(). guido.van.rossum
- [Python-checkins] cpython (3.3): Small cleanup in test_ftplib antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Small cleanup in test_ftplib antoine.pitrou
- [Python-checkins] cpython (2.7): revert comment wording (#16714) andrew.svetlov
- [Python-checkins] cpython (2.7): replace threw with raised (#16714) andrew.svetlov
- [Python-checkins] cpython (3.2): replace threw with raised (#16714) andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): replace threw with raised (#16714) andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): replace threw with raised (#16714) andrew.svetlov
- [Python-checkins] cpython: update importlib.h benjamin.peterson
- [Python-checkins] cpython (3.3): try to call __bytes__ before __index__ (closes #16722) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#16722) benjamin.peterson
- [Python-checkins] peps: Small tweaks and clarifications. guido.van.rossum
- [Python-checkins] Daily reference leaks (7c717d423160): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: Choose cancelled. Add/remove connector. Misc small additions. guido.van.rossum
- [Python-checkins] cpython (3.3): call close on the underlying stream even if flush raises (closes #16597) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#16597) benjamin.peterson
- [Python-checkins] cpython (2.7): call close on the underlying stream even if flush raises (#16597) benjamin.peterson
- [Python-checkins] cpython (3.3): improve message (#16597) benjamin.peterson
- [Python-checkins] cpython (2.7): add news note (#16597) benjamin.peterson
- [Python-checkins] cpython (2.7): #8853: Allow port to be of type long for socket.getaddrinfo() petri.lehtinen
- [Python-checkins] peps: Add EventEmitter suggestion (Mark Nottingham). guido.van.rossum
- [Python-checkins] peps: Add run_forever(). guido.van.rossum
- [Python-checkins] peps: Specify create_transport() signature. guido.van.rossum
- [Python-checkins] cpython (3.3): fix typo (#16687) benjamin.peterson
- [Python-checkins] cpython (3.3): link to GIL as a term benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (closes #16687) benjamin.peterson
- [Python-checkins] Daily reference leaks (95cb2f09ac50): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): ctypes: DECREF error_object _after_ re-acquiring GIL kristjan.jonsson
- [Python-checkins] cpython (3.1): Don't DECREF the ctypes error_object without the GIL held. kristjan.jonsson
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. kristjan.jonsson
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held. kristjan.jonsson
- [Python-checkins] peps: Specify start_serving(). Add Post-History. guido.van.rossum
- [Python-checkins] cpython: Simplify random_seed to use _PyLong_AsByteArray. Closes issue #16496. mark.dickinson
- [Python-checkins] cpython (3.3): Issue #16745: Hide a couple of symbols by making them local. stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge. stefan.krah
- [Python-checkins] peps: Mark 3153 as superseded by 3156. guido.van.rossum
- [Python-checkins] Daily reference leaks (324ebe561a0f): sum=2 solipsis at pitrou.net
- [Python-checkins] peps: Replace par() with wait() and as_completed(), guido.van.rossum
- [Python-checkins] peps: Remove some vague issues and the wait_one() proposal. guido.van.rossum
- [Python-checkins] devguide: Re-add word that got dropped in 06225ce4c1d3. georg.brandl
- [Python-checkins] cpython: Add a missing versionadded. georg.brandl
- [Python-checkins] cpython (2.7): Fix indentation. georg.brandl
- [Python-checkins] cpython (2.7): Add missing label. georg.brandl
- [Python-checkins] peps: Further updates to PEP 1 to better reflect current practice nick.coghlan
- [Python-checkins] peps: Eliminate some awkward phrasing (noted by Ezio Melloti) nick.coghlan
- [Python-checkins] cpython (3.3): Issue #16745: Hide symbols in _decimal.so. stefan.krah
- [Python-checkins] cpython (3.3): Fix Visual Studio build. stefan.krah
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] cpython (3.3): Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. stefan.krah
- [Python-checkins] cpython (3.3): Issue #16752: Add a missing import to modulefinder. brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3 brett.cannon
- [Python-checkins] Daily reference leaks (d22e9e3a3326): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16045: add more unit tests for built-in int() andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16045: add more unit tests for built-in int() andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16045: add more unit tests for built-in int() andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads andrew.svetlov
- [Python-checkins] cpython: Issue #9856: Replace deprecation warinigs to raising TypeError in andrew.svetlov
- [Python-checkins] cpython: Add NEWS and docs for #9856 andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). stefan.krah
- [Python-checkins] cpython: Fix a typo. eric.smith
- [Python-checkins] cpython (2.7): Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge from 3.2 senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): null merge. senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #16443: Add docstrings to regular expression match objects. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16443: Add docstrings to regular expression match objects. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16443: Add docstrings to regular expression match objects. andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16443: Add docstrings to regular expression match objects. andrew.svetlov
- [Python-checkins] cpython: Fix #14470. Remove w9xpopen per PEP 11. brian.curtin
- [Python-checkins] cpython: Add NEWS item for fixing #14470. brian.curtin
- [Python-checkins] cpython (3.3): Link to "yield from" examples in yield documentation. chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: link to "yield from" examples in yield documentation. chris.jerdonek
- [Python-checkins] Daily reference leaks (76c5f3371db6): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #16511: Use default IDLE width and height if config param is not valid. andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16511: Use default IDLE width and height if config param is not valid. andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16511: Use default IDLE width and height if config param is not valid. andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #16511: Use default IDLE width and height if config param is not valid. andrew.svetlov
- [Python-checkins] peps: Fix markup warning andrew.svetlov
- [Python-checkins] cpython (2.7): Issue #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due mark.dickinson
- [Python-checkins] cpython: Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio. brian.curtin
- [Python-checkins] cpython: improve tracing performance when f_trace is NULL (closes #16672) benjamin.peterson
- [Python-checkins] cpython: Use OESeeror instead of os.error (#16720) andrew.svetlov
- [Python-checkins] cpython (3.2): Keep ref to ECHILD in local scope (#16650) andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Keep ref to ECHILD in local scope (#16650) andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Keep ref to ECHILD in local scope (#16650) andrew.svetlov
- [Python-checkins] cpython (2.7): Keep ref to ECHILD in local scope (#16650) andrew.svetlov
- [Python-checkins] cpython: fix typo (#16720) andrew.svetlov
- [Python-checkins] cpython (3.2): Fix issue16713 - tel url parsing with params senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix issue16713 - tel url parsing with params senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Fix issue16713 - tel url parsing with params senthil.kumaran
- [Python-checkins] cpython (2.7): Fix issue16713 - tel url parsing with params senthil.kumaran
- [Python-checkins] Daily reference leaks (e147d5f3c897): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Add test coverage for os.removedirs (#16775) andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Add test coverage for os.removedirs (#16775) andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Add test coverage for os.removedirs (#16775) andrew.svetlov
- [Python-checkins] cpython: Issue #15422: get rid of PyCFunction_New macro andrew.svetlov
- [Python-checkins] cpython (2.7): #16765: remove unused import. ezio.melotti
- [Python-checkins] cpython (2.7): #16666: document default values for socket.getaddrinfo in the text to clarify ezio.melotti
- [Python-checkins] cpython (2.7): issue #879399 kristjan.jonsson
- [Python-checkins] cpython (2.7): #16677: rename section header and fix markup. ezio.melotti
- [Python-checkins] cpython (3.2): #16677: rename section header and fix markup. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16677: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16677: merge with 3.3. ezio.melotti
- [Python-checkins] cpython: Replace IOError with OSError (#16715) andrew.svetlov
- [Python-checkins] cpython (2.7): #16760: use ref:`match-objects` instead of :class:`MatchObject`. ezio.melotti
- [Python-checkins] cpython (3.2): #16760: use ref:`match-objects` instead of :class:`MatchObject`. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16760: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16760: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (3.2): rename MathcObject to match object in doctrings for re module (#16760) andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): rename MathcObject to match object in doctrings for re module (#16760) andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): rename MathcObject to match object in doctrings for re module (#16760) andrew.svetlov
- [Python-checkins] cpython (2.7): rename MathcObject to match object in doctrings for re module (#16760) andrew.svetlov
- [Python-checkins] cpython: Fixes issue #16772: int() constructor second argument (base) must be an int. gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #14574: Ignore socket errors raised when flushing a connection on close. kristjan.jonsson
- [Python-checkins] cpython (2.7): Add additional links and index entries for "argument" and "parameter". chris.jerdonek
- [Python-checkins] cpython (3.2): Add additional links and index entries for "argument" and "parameter". chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: add links and index entries for "argument" and "parameter." chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: add links and index entries for "argument" and "parameter." chris.jerdonek
- [Python-checkins] cpython (3.2): Fix Sphinx warning (missing "setting-envvars" reference). chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge. chris.jerdonek
- [Python-checkins] Daily reference leaks (3cd57e8144dc): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Test for issue16772 and redoes the previous fix to accept __index__-aware gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #16702: Skip proxies for localhost in urllib2_localnet tests senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #16702: Skip proxies for localhost in urllib2_localnet tests senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16702: Skip proxies for localhost in urllib2_localnet tests senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16702: Skip proxies for localhost in urllib2_localnet tests senthil.kumaran
- [Python-checkins] cpython: Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. brian.curtin
- [Python-checkins] cpython: Add NEWS entry for fixing #11939 brian.curtin
- [Python-checkins] cpython: Add tests for Issue #10646. brian.curtin
- [Python-checkins] cpython: Fix #16788. Add samestat to Lib/ntpath.py brian.curtin
- [Python-checkins] cpython (3.2): Issue #14574: Ignore socket errors raised when flushing a connection on close. kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2 : kristjan.jonsson
- [Python-checkins] cpython (2.7): Closes #16789: :meth:`quit` links to constants instead of own module jesus.cea
- [Python-checkins] cpython (3.2): Closes #16789: :meth:`quit` links to constants instead of own module jesus.cea
- [Python-checkins] cpython (merge 3.2 -> 3.3): MERGE: Closes #16789: :meth:`quit` links to constants instead of own module jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16789: :meth:`quit` links to constants instead of own module jesus.cea
- [Python-checkins] devguide: Add Serhiy. georg.brandl
- [Python-checkins] cpython: Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python core andrew.svetlov
- [Python-checkins] cpython: Fix compilation error for #15422 andrew.svetlov
- [Python-checkins] cpython (3.2): fix test for subprocess (#16644) andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): fix test for subprocess (#16644) andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): fix test for subprocess (#16644) andrew.svetlov
- [Python-checkins] cpython: use more specific type benjamin.peterson
- [Python-checkins] Daily reference leaks (3b5fdb5bc597): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #16618: Make glob.glob match consistently across strings and bytes hynek.schlawack
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16618: Make glob.glob match consistently across strings and bytes hynek.schlawack
- [Python-checkins] cpython (merge 3.3 -> default): #16618: Make glob.glob match consistently across strings and bytes hynek.schlawack
- [Python-checkins] cpython (2.7): #16618: Add more glob regression tests hynek.schlawack
- [Python-checkins] devguide: Add myself as the mailbox maintainer petri.lehtinen
- [Python-checkins] peps: PEP 432: Proposal for taming the startup sequence nick.coghlan
- [Python-checkins] peps: Additional header info for PEP 342 nick.coghlan
- [Python-checkins] peps: Proofread before posting to python-ideas nick.coghlan
- [Python-checkins] cpython (3.2): Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. brian.curtin
- [Python-checkins] cpython (2.7): Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. brian.curtin
- [Python-checkins] cpython (3.2): Issue #16682: Replace "Python string" to "bytes object" in audioop serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16682: Replace "Python string" to "bytes object" in audioop serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16682: Replace "Python string" to "bytes object" in audioop serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Null merge. serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. brian.curtin
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge brian.curtin
- [Python-checkins] cpython (merge 3.3 -> 3.3): another merge brian.curtin
- [Python-checkins] cpython (2.7): Fix #16759. Convert DWORD registry values using unsigned long. brian.curtin
- [Python-checkins] cpython (2.7): Issue #16790: add some of the recent issue #16045 int tests to test_long. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Null merge with 3.3. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #16792: Mark small ints test as CPython-only. serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16792: Mark small ints test as CPython-only. serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16792: Mark small ints test as CPython-only. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16792: Mark small ints test as CPython-only. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16793. Replace deprecated unittest asserts with modern counterparts. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16793. Replace deprecated unittest asserts with modern counterparts. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16793. Replace deprecated unittest asserts with modern counterparts. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16792: Use assertIs() to test identity. serhiy.storchaka
- [Python-checkins] cpython (2.7): #16796: fix typo. Patch by Michael Schurter. ezio.melotti
- [Python-checkins] cpython (3.2): #16796: fix typo. Patch by Michael Schurter. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> 3.3): #16796: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16796: merge with 3.3. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. chris.jerdonek
- [Python-checkins] cpython (3.2): Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. chris.jerdonek
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. chris.jerdonek
- [Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. chris.jerdonek
- [Python-checkins] cpython: Issue #15302: Switch regrtest from using getopt to using argparse. chris.jerdonek
- [Python-checkins] devguide: Make "build" step of Quick Start match the formatting of the other steps. chris.jerdonek
- [Python-checkins] Daily reference leaks (07421f9fcfb0): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Make the from_iterable() recipe more usable. raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #16761: Raise TypeError when int() or long() called with base argument serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16761: Raise TypeError when int() called with base argument only. serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16761: Raise TypeError when int() called with base argument only. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16761: Raise TypeError when int() called with base argument only. serhiy.storchaka
- [Python-checkins] peps: PEP 432 updates in response to initial comments nick.coghlan
- [Python-checkins] cpython (2.7): Backport Python 3.2 fix for issue #12065, and add another test for antoine.pitrou
- [Python-checkins] cpython (merge 2.7 -> 3.2): Forward port new test for SSLSocket.connect_ex() antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.3): Forward port new test for SSLSocket.connect_ex() antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Forward port new test for SSLSocket.connect_ex() antoine.pitrou
- [Python-checkins] peps: Amend the collapsing the leading slashes to account for the POSIX special case antoine.pitrou
- [Python-checkins] Daily reference leaks (5ef49659935f): sum=0 solipsis at pitrou.net
- [Python-checkins] peps: More PEP 432 updates nick.coghlan
- [Python-checkins] cpython (3.3): Issue #16642: Document kwargs field in sched.Event named tuple. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16642: Document kwargs field in sched.Event named tuple. serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16641: Fix default values of sched.scheduler.enter arguments were serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16641: Fix default values of sched.scheduler.enter arguments were serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16165: Fix sched.scheduler.run() method was block a scheduler for serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16165: Fix sched.scheduler.run() method was block a scheduler for serhiy.storchaka
- [Python-checkins] cpython: Issue #16640: Run less code under a lock in sched module. serhiy.storchaka
- [Python-checkins] devguide: Issue #16813: Use the full relative path in the documentation-building chris.jerdonek
- [Python-checkins] cpython (2.7): Issue #16485: Fix file descriptor not being closed if file header patching serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16485: Fix file descriptor not being closed if file header patching serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16485: Fix file descriptor not being closed if file header patching serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16485: Fix file descriptor not being closed if file header patching serhiy.storchaka
- [Python-checkins] cpython: Issue #16486: Make aifc files work with 'with' as context managers. serhiy.storchaka
- [Python-checkins] cpython (3.2): Fix docstring in curses (#16782) andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix docstring in curses (#16782) andrew.svetlov
- [Python-checkins] cpython (merge 3.3 -> default): Fix docstring in curses (#16782) andrew.svetlov
- [Python-checkins] cpython (2.7): Fix docstring in curses (#16782) andrew.svetlov
- [Python-checkins] cpython (3.3): Issue #16688: Fix backreferences did make case-insensitive regex fail on serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16688: Fix backreferences did make case-insensitive regex fail on serhiy.storchaka
- [Python-checkins] Daily reference leaks (c59ee1ff6f27): sum=-1 solipsis at pitrou.net
- [Python-checkins] peps: Further PEP 432 updates nick.coghlan
- [Python-checkins] cpython (3.3): For Issue #16076: make sure that pickling of Element objects is tested, and do eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): For issue #16076: merge 3.3 eli.bendersky
- [Python-checkins] cpython (3.3): Skip a test correctly for the C-version. The decorator doesn't really work eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Skip a test correctly for the C-version. The decorator doesn't really work eli.bendersky
- [Python-checkins] peps: PEP 432 syntax fix nick.coghlan
- [Python-checkins] peps: Allow future-proof initialisation of Py_CoreConfig nick.coghlan
- [Python-checkins] peps: Add short example of using the new API nick.coghlan
- [Python-checkins] cpython (2.7): Issue #16645: Fix hardlink extracting test for tarfile. serhiy.storchaka
- [Python-checkins] cpython (3.2): Issue #16645: Fix hardlink extracting test for tarfile. serhiy.storchaka
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #16645: Fix hardlink extracting test for tarfile. serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16645: Fix hardlink extracting test for tarfile. serhiy.storchaka
- [Python-checkins] cpython (3.3): Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats(). antoine.pitrou
- [Python-checkins] cpython (3.2): Fixes issue #15803: incorrect `ConfigParser.items()` docstring lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merged fix for #15803 from 3.2 lukasz.langa
- [Python-checkins] cpython (merge 3.3 -> default): Merged fix for #15803 from 3.2 through 3.3 lukasz.langa
- [Python-checkins] cpython (3.2): Fixes `parser.clean()` reported in issue #16820. lukasz.langa
- [Python-checkins] cpython (3.2): added Wolfgang Scherer to acknowledgements lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merged `parser.clean()` fix (issue #16820) from 3.2. lukasz.langa
- [Python-checkins] cpython (merge 3.3 -> default): Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. lukasz.langa
- [Python-checkins] Daily reference leaks (b4975cb4be95): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #16824: Fix a failure guard in the never reached in the normal test serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16824: Fix a failure guard in the never reached in the normal test serhiy.storchaka
- [Python-checkins] cpython (3.3): Fixes `__setitem__` on parser['DEFAULT'] reported in issue #16820. lukasz.langa
- [Python-checkins] cpython (merge 3.3 -> default): Merged `parser['DEFAULT'].__setitem__` fix (issue #16820) from 3.3. lukasz.langa
- [Python-checkins] peps: Claim the packaging PEPs (and strip trailing whitespace) nick.coghlan
- [Python-checkins] cpython (3.2): Fix issue 10527: make multiprocessing use poll() instead of select() if giampaolo.rodola
- [Python-checkins] cpython (merge 3.2 -> 3.3): Fix issue 10527: make multiprocessing use poll() instead of select() if giampaolo.rodola
- [Python-checkins] cpython (merge 3.3 -> default): Fix issue 10527: make multiprocessing use poll() instead of select() if giampaolo.rodola
- [Python-checkins] cpython (2.7): Fix issue 10527: make multiprocessing use poll() instead of select() if giampaolo.rodola
- [Python-checkins] cpython: st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set brian.curtin
Last message date: Mon Dec 31 19:00:06 CET 2012
Archived on: Mon Dec 31 19:00:12 CET 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