]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2012-12-12  Christian HeimesFix cross compiling issue in setup.py, ensure that...
2012-12-12  Christian HeimesFix cross compiling issue in setup.py, ensure that...
2012-12-11  Gregory P.... Code style fixup: No need for double ((parenthesis...
2012-12-11  Gregory P.... Code style fixup: No need for double ((parenthesis...
2012-12-11  Gregory P.... Code style fixup: No need for double ((parenthesis...
2012-12-11  Gregory P.... Fix the internals of our hash functions to used unsigne...
2012-12-11  Gregory P.... null merge, no change needed in 3.3.
2012-12-11  Gregory P.... Keep y a Py_hash_t instead of Py_uhash_t as it is compa...
2012-12-11  Gregory P.... Fix the internals of our hash functions to used unsigne...
2012-12-11  Gregory P.... Fix the internals of our hash functions to used unsigne...
2012-12-11  Gregory P.... Using 'long double' to force this structure to be worst...
2012-12-11  Gregory P.... 1 << 31 is invalid for signed integers, fix it by makin...
2012-12-11  Gregory P.... 1 << 31 is invalid for signed integers, fix it by makin...
2012-12-11  Gregory P.... 1 << 31 is invalid for signed integers, fix it by makin...
2012-12-10  Hynek Schlawack#15872: Some more Windows related tuning to shutil...
2012-12-10  Hynek Schlawack#15872: Some more Windows related tuning to shutil...
2012-12-10  Hynek Schlawack#15872: Some more Windows related tuning to shutil...
2012-12-10  Hynek Schlawack#15872: Be flexible with appending *.* in shutil.rmtree...
2012-12-10  Hynek Schlawack#15872: Be flexible with appending *.* in shutil.rmtree...
2012-12-10  Hynek Schlawack#15872: Be flexible with appending *.* in shutil.rmtree...
2012-12-10  Hynek Schlawack#15872: More shutil test fixes for Windows
2012-12-10  Senthil KumaranFix Issue15701 : add .headers attribute to urllib.error...
2012-12-10  Hynek Schlawack#15872: More shutil test fixes for Windows
2012-12-10  Hynek Schlawack#15872: More shutil test fixes for Windows
2012-12-10  Hynek Schlawack#15872: Fix shutil.rmtree error tests for Windows
2012-12-10  Hynek Schlawack#15872: Fix shutil.rmtree error tests for Windows
2012-12-10  Hynek Schlawack#15872: Fix shutil.rmtree error tests for Windows
2012-12-10  Hynek Schlawack#15872: Fix 3.3 regression introduced by the new fd...
2012-12-10  Hynek Schlawack#15872: Fix 3.3 regression introduced by the new fd...
2012-12-10  Hynek Schlawack#15872: Add tests for a 3.3 regression in the new fd...
2012-12-10  Chris JerdonekIssue #16629: Merge IDLE test fix from 3.3.
2012-12-10  Chris JerdonekIssue #16629: Merge IDLE test fix from 3.2.
2012-12-10  Chris JerdonekIssue #16629: Fix IDLE idlelib.CallTips test. Patch...
2012-12-09  Andrew SvetlovIssue #16582: use int exit code in tkinter._exit
2012-12-09  Andrew SvetlovIssue #16582: use int exit code in tkinter._exit
2012-12-09  Andrew SvetlovIssue #16582: use int exit code in tkinter._exit
2012-12-09  Senthil Kumaranmerge from 3.3 - Document reason attribute for urllib...
2012-12-09  Senthil Kumaranmerge from 3.2 - reason attribute for urllib.error...
2012-12-09  Senthil KumaranFix issue13211 - Document the reason attribute for...
2012-12-09  Richard OudkerkMake test of poll() use unbuffered IO
2012-12-09  Richard OudkerkIssue #16616: Enable test in test_poll which was (accid...
2012-12-09  Benjamin Petersonmerge 3.3
2012-12-09  Benjamin Petersonmerge 3.2
2012-12-09  Benjamin Petersonmerge 3.1
2012-12-09  Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09  Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09  Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09  Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09  Antoine PitrouIssue #13390: New function :func:`sys.getallocatedblock...
2012-12-09  Nick CoghlanMerge from 3.3 (issue #15209)
2012-12-09  Nick CoghlanIssue #15209: Fix typo and some additional wording...
2012-12-09  Éric AraujoMerge fixes for #13614, #13512 and #7719 from 3.3
2012-12-09  Éric AraujoMerge fixes for #13614, #13512 and #7719 from 3.2
2012-12-09  Éric AraujoBranch merge
2012-12-09  Éric AraujoFix setup.py register failure with invalid rst in descr...
2012-12-08  Éric AraujoFix a few markup/grammar nits
2012-12-08  Antoine PitrouIssue #16602: When a weakref's target was part of a...
2012-12-08  Antoine PitrouIssue #16602: When a weakref's target was part of a...
2012-12-08  Antoine PitrouIssue #16602: When a weakref's target was part of a...
2012-12-08  Éric AraujoCreate ~/.pypirc securely (#13512).
2012-12-08  Éric AraujoIgnore .nfs* files in distutils (#7719).
2012-12-08  Andrew SvetlovDrop double newlines printed in some file iteration...
2012-12-08  Andrew SvetlovDrop double newlines printed in some file iteration...
2012-12-08  Andrew SvetlovDrop double newlines printed in some file iteration...
2012-12-08  Nick CoghlanMerge from 3.3 (issue #16267)
2012-12-08  Nick CoghlanClose issue #16267: better docs for @abstractmethod...
2012-12-08  Nick CoghlanMerge from 3.3 (Issue #15209)
2012-12-08  Nick CoghlanIssue #15209: Clarify exception chaining description
2012-12-08  Ezio MelottiMerge debug output removal with 3.3.
2012-12-08  Ezio MelottiMerge debug output removal with 3.2.
2012-12-08  Ezio MelottiRemove debug output from example.
2012-12-08  Antoine PitrouIssue #16628: Fix a memory leak in ctypes.resize().
2012-12-08  Antoine PitrouIssue #16628: Fix a memory leak in ctypes.resize().
2012-12-08  Antoine PitrouIssue #16628: Fix a memory leak in ctypes.resize().
2012-12-08  Benjamin Petersonadd fixer for reload() -> imp.reload() (closes #11797...
2012-12-07  Chris JerdonekIssue #16495: remove extraneous NULL encoding check...
2012-12-07  Raymond HettingerImprove OrderedDict equality test.
2012-12-06  Benjamin Petersonassert than we never try to deal with True, False,...
2012-12-06  Benjamin Petersoncreate NameConstant AST class for None, True, and False...
2012-12-06  Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-06  Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-06  Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-05  Andrew SvetlovUpdate comment: SAVE_EXC_STATE and SWAP_EXC_STATE macro...
2012-12-05  Andrew SvetlovUpdate comment: SAVE_EXC_STATE and SWAP_EXC_STATE macro...
2012-12-05  Andrew SvetlovMerge: skip pdb test for #13120 if threading is not...
2012-12-05  Andrew SvetlovMerge: skip pdb test for #13120 if threading is not...
2012-12-05  Andrew SvetlovSkip pdb test for #13120 if threading is not available.
2012-12-05  Andrew SvetlovMerge 3.3
2012-12-05  Andrew SvetlovFix typo.
2012-12-05  Eric SnowIssue #15627: This is simply an update to the name...
2012-12-04  Andrew SvetlovMerge issue #13120: Allow to call pdb.set_trace() from...
2012-12-04  Andrew SvetlovIssue #13120: Allow to call pdb.set_trace() from thread.
2012-12-04  Victor StinnerIssue #16444: test more bytes in support.TESTFN_UNDECOD...
2012-12-04  Andrew SvetlovMerge issue #13120: Allow to call pdb.set_trace() from...
2012-12-04  Victor StinnerCleanup unicodeobject.c
2012-12-04  Victor StinnerIssue #16455: On FreeBSD and Solaris, if the locale...
2012-12-03  Antoine PitrouFix test splitting in previous commit.
2012-12-03  Antoine PitrouFix test splitting in previous commit.
2012-12-03  Antoine PitrouFix test splitting in previous commit.
2012-12-03  Antoine PitrouSplit the bigmem re test in two separate tests with...
next