]> granicus.if.org Git - python/shortlog
python
2012-12-17 Andrew SvetlovCleanup: remove not needed mocks.
2012-12-17 Andrew SvetlovIssue #16647: save socket error details in LMTP.connect()
2012-12-17 Andrew SvetlovIssue #16647: save socket error details in LMTP.connect()
2012-12-17 Andrew SvetlovIssue #16647: save socket error details in LMTP.connect()
2012-12-17 Andrew SvetlovRemove obsolete code: now IOError and WindowsError...
2012-12-17 Giampaolo Rodola'Fix issue #16646: ftplib.FTP.makeport() might lose...
2012-12-17 Giampaolo Rodola'Fix issue #16646: ftplib.FTP.makeport() might lose...
2012-12-17 Giampaolo Rodola'Fix issue #16646: ftplib.FTP.makeport() might lose...
2012-12-17 Andrew SvetlovUpdate example: Counter.subtract returns None, not...
2012-12-17 Andrew SvetlovUpdate example: Counter.subtract returns None, not...
2012-12-17 Andrew SvetlovUpdate example: Counter.subtract returns None, not...
2012-12-17 Andrew SvetlovFix typo
2012-12-17 Andrew SvetlovFix typo
2012-12-17 Andrew SvetlovFix typo
2012-12-17 Brian CurtinAdd Ashish Nitin Patil for work on Issue #14901
2012-12-17 Brian CurtinMerge 3.3
2012-12-17 Brian CurtinMerge 3.2
2012-12-17 Brian CurtinFix #14901. Update the Windows FAQ.
2012-12-16 Stefan KrahMerge 3.3.
2012-12-16 Stefan KrahIssue #15783: Support None default values in the Contex...
2012-12-16 Antoine PitrouSilence sporadic failure in RecvmsgSCTPStreamTest.testR...
2012-12-16 Antoine PitrouSilence sporadic failure in RecvmsgSCTPStreamTest.testR...
2012-12-16 Antoine PitrouNull merge
2012-12-16 Antoine PitrouNull merge
2012-12-16 Antoine PitrouFix ResourceWarnings in test_pty
2012-12-16 Antoine PitrouIssue #16696: fix comparison between bytes and string...
2012-12-16 Antoine PitrouIssue #16696: fix comparison between bytes and string...
2012-12-16 Antoine PitrouIssue #16696: fix comparison between bytes and string...
2012-12-16 Antoine PitrouIssue #16626: Fix infinite recursion in glob.glob(...
2012-12-16 Antoine PitrouIssue #16626: Fix infinite recursion in glob.glob(...
2012-12-16 Antoine PitrouIssue #16626: Fix infinite recursion in glob.glob(...
2012-12-16 Georg BrandlFixup abc.ABC wording and add versionadded.
2012-12-16 Hynek Schlawack#16664: Add regression tests for glob's behaviour conce...
2012-12-16 Hynek Schlawack#16664: Add regression tests for glob's behaviour conce...
2012-12-16 Hynek Schlawack#16664: Add regression tests for glob's behaviour conce...
2012-12-15 Stefan KrahMerge 3.3.
2012-12-15 Stefan KrahIssue #15783: Except for the number methods, the C...
2012-12-15 Andrew SvetlovMerge: use OSError instead of os.error in the docs.
2012-12-15 Andrew SvetlovUse OSError instead of os.error in the docs.
2012-12-15 Benjamin Petersonmerge heads
2012-12-15 Benjamin Petersonmerge 3.3
2012-12-15 Benjamin Petersonmerge 3.2
2012-12-15 Benjamin Petersonremove dead code
2012-12-15 Petri Lehtinen#11175: argparse.FileType now accepts encoding and...
2012-12-15 Antoine PitrouIssue #16488: epoll() objects now support the `with...
2012-12-15 Antoine PitrouMerge
2012-12-15 Antoine PitrouIssue #16298: In HTTPResponse.read(), close the socket...
2012-12-15 Antoine PitrouIssue #16298: In HTTPResponse.read(), close the socket...
2012-12-15 Antoine PitrouIssue #16298: In HTTPResponse.read(), close the socket...
2012-12-15 Benjamin Petersonuse error label instead of breaking eval loop (closes...
2012-12-15 Andrew SvetlovRemove compile warnings for _testimportmodule
2012-12-15 Andrew SvetlovRename test module names for #16421 to don't clash...
2012-12-15 Benjamin Petersoncleanup and fix refleaks
2012-12-14 Ezio Melotti#16683: merge with 3.3.
2012-12-14 Ezio Melotti#16683: merge with 3.2.
2012-12-14 Ezio Melotti#16683: restore alphabetical order in audioop docs...
2012-12-14 Ezio Melotti#16681: merge with 3.3.
2012-12-14 Ezio Melotti#16681: merge with 3.2.
2012-12-14 Ezio Melotti#16681: use "bidirectional class" instead of "bidirecti...
2012-12-14 Ezio Melotti#16681: use "bidirectional class" instead of "bidirecti...
2012-12-14 Andrew SvetlovCleanup filecmp: starting from 3.3 os.error is alias...
2012-12-14 Andrew SvetlovIssue #16421: allow to load multiple modules from the...
2012-12-13 Philip Jenveycompile doesn't accept code objects
2012-12-13 Andrew SvetlovIssue #16049: add abc.ABC helper class.
2012-12-13 Ross LagerwallMerge with 3.3 for #16661
2012-12-13 Ross LagerwallIssue #16661: Fix the os.getgrouplist() test by not...
2012-12-13 Benjamin Petersonexpose TCP_FASTOPEN and MSG_FASTOPEN
2012-12-12 Christian HeimesCross compiling needs host and build settings. configur...
2012-12-12 Christian HeimesCross compiling needs host and build settings. configur...
2012-12-12 Christian HeimesJust to be sure, initialize with a copy of the compiler...
2012-12-12 Christian HeimesJust to be sure, initialize with a copy of the compiler...
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...
next