]> granicus.if.org Git - python/shortlog
python
2012-06-30 doko@ubuntu.com - Issue #3754: Use readelf instead of ldd for the...
2012-06-30 doko@ubuntu.com- check for libtinfo as a termcap library
2012-06-30 Antoine PitrouIssue #15225: improve error message when hmac is passed...
2012-06-30 doko@ubuntu.com- Issue #3754: Some unrelated configure.ac cleanups.
2012-06-30 doko@ubuntu.com- Issue #14324: use a linker test to check for profilin...
2012-06-30 doko@ubuntu.com- Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS...
2012-06-30 doko@ubuntu.com- Issue #3754, refactor sys.platform / get_platform...
2012-06-30 Nadeem VawdaUpdate GzipFile docstring to mention gzip.open()'s...
2012-06-29 Tim GoldenMerged
2012-06-29 Senthil Kumaranurllib.parse cleanup. rename keywords used as variables
2012-06-29 Senthil Kumaranurllib.parse cleanup. rename keywords used as variables
2012-06-29 Tim GoldenDummy merge from 3.2
2012-06-29 Antoine PitrouBetter diagnose test failure
2012-06-29 Antoine PitrouBetter diagnose test failure
2012-06-29 Tim GoldenIssue #1677: Handle better a race condition between...
2012-06-29 Tim GoldenIssue #1677: Handle better a race condition between...
2012-06-29 Petri Lehtinen#5346: Preserve permissions of mbox, MMDF and Babyl...
2012-06-29 Petri Lehtinen#5346: Preserve permissions of mbox, MMDF and Babyl...
2012-06-29 Petri Lehtinen#9559: Don't call _pre_mailbox_hook more than once
2012-06-29 Petri Lehtinen#9559: Don't call _pre_mailbox_hook more than once
2012-06-29 Hynek SchlawackCheck for all used fd-based functions in shutil.rmdir...
2012-06-29 Senthil Kumaranurlparse docs clean up - no reference to earlier draft
2012-06-29 Senthil Kumaranurlparse docs clean up - no reference to earlier draft
2012-06-28 Antoine PitrouIssue #5067: improve some json error messages.
2012-06-28 Antoine PitrouIssue #5067: improve some json error messages.
2012-06-28 Amaury Forgeot... Port tests from Issue #15219, and verify we don't have...
2012-06-28 Antoine PitrouIssue #10571: Fix the "--sign" option of distutils...
2012-06-28 Antoine PitrouIssue #10571: Fix the "--sign" option of distutils...
2012-06-28 Hynek Schlawack#4489: Use dir_fd in rmdir in _rmtree_safe_fd()
2012-06-28 Petri Lehtinen#9559: Append data to single-file mailbox files if...
2012-06-28 Petri Lehtinen#9559: Append data to single-file mailbox files if...
2012-06-28 Eric V. SmithMerge.
2012-06-28 Eric V. SmithUse assertIsNone. Thanks Terry Reedy.
2012-06-28 Hynek Schlawack#4489: Don't follow ever symlinks in rmtree
2012-06-27 Victor StinnerRemove dead code
2012-06-27 Antoine PitrouAvoid using scrdir, it's broken.
2012-06-27 Neil SchemenauerFix bug in test_tools that prevented building is separa...
2012-06-27 Eric V. SmithChanged importlib tests to use assertIs, assertIsInstan...
2012-06-27 David MalcolmIssue #12605: Show information on more C frames within...
2012-06-27 Hynek SchlawackFix typo in shutil doc
2012-06-27 Antoine PitrouFlush stdout and stderr when running tests in parallel
2012-06-27 Antoine PitrouFlush stdout and stderr when running tests in parallel
2012-06-27 Antoine PitrouMerge buildbot script changes
2012-06-27 Antoine PitrouAllow passing extra testing options to the buildbot...
2012-06-27 Christian Heimeswhite space cleanup
2012-06-27 Christian HeimesIssue 10924: Fixed mksalt() to use a RNG that is suitab...
2012-06-27 Matthias Klosebuild_all_use_profile: Build using -fprofile-correction...
2012-06-26 Antoine PitrouIssue #15079: make a test applicable to both C and...
2012-06-26 Antoine PitrouIssue #15079: make a test applicable to both C and...
2012-06-26 David MalcolmNull merge
2012-06-26 David MalcolmIssue #14443: ensure that brp-python-bytecompile is...
2012-06-26 Matthias Klose- whitespace-normalize libffi file
2012-06-26 doko@ubuntu.com- Issue #15194: Update libffi to the 3.0.11 release.
2012-06-26 Senthil Kumaranissue13666 - merge from 3.2
2012-06-26 Senthil Kumaranissue13666 - Fixing datetime documentation example...
2012-06-26 Christian HeimesAdded hmac.compare_digest to whatsnew
2012-06-26 Georg BrandlAdded tag v3.3.0b1 for changeset e15c554cd43e
2012-06-26 Georg BrandlBump version to 3.3.0b1. v3.3.0b1
2012-06-26 Georg Brandl3.3 whatsnew: Comment out the section about new POSIX...
2012-06-26 Petri LehtinenMerge heads
2012-06-26 Georg BrandlUse ValueError, not RuntimeError for a utime flag combi...
2012-06-26 Petri LehtinenWhat's new: Add myself as the contributor of issue...
2012-06-26 Martin v. LöwisMerge
2012-06-26 Martin v. LöwisCreate PGInstrument/PGUpdate configurations for py...
2012-06-26 Larry HastingsFix issue # in Misc/NEWS (should be #15187, not 15817.)
2012-06-26 Georg BrandlAdd yet another missing versionchanged.
2012-06-26 Georg BrandlUpdate suspicious ignore file and pydoc topics.
2012-06-26 Georg BrandlFix a few markup nits in zlib docs and add missing...
2012-06-26 Larry HastingsIssue #15817: Bugfix: remove temporary directories...
2012-06-26 Senthil Kumaranmerge from 3.2 - Issue13685
2012-06-26 Senthil KumaranIssue #13685 - Update argparse help message for % sign...
2012-06-25 Vinay SajipCloses #15179: Merged fix from 3.2.
2012-06-25 Vinay SajipIssue #15179: Closed socket on connection failure....
2012-06-25 Brett CannonIf main() is called and an argument cannot be decoded...
2012-06-25 Brett CannonComment out a dead increment.
2012-06-25 David MalcolmIssue #14443: ensure that brp-python-bytecompile is...
2012-06-25 Antoine PitrouMerge
2012-06-25 Antoine PitrouBackport test_nntplib fixes from default.
2012-06-25 Antoine PitrouIssue #15181: importlib bytecode is unsigned and should...
2012-06-25 Stefan KrahNull merge.
2012-06-25 Stefan KrahIssue #15171: Try the HOST_PYTHON hack for 3.2.
2012-06-25 Stefan KrahUpdate test script to Visual Studio 2010.
2012-06-25 Ned DeilyIssue #13950: Improve support for OS X Xcode 4:
2012-06-25 Larry HastingsMoved hmac.compare_digest Misc/NEWS entry from Core...
2012-06-25 Larry HastingsIssue #15177: Added dir_fd parameter to os.fwalk().
2012-06-25 Jesus CeaSkip test in freebsd entirely - Kernel bug in freebsd7...
2012-06-25 Larry HastingsIssue #15176: Clarified behavior, documentation, and...
2012-06-25 Hynek Schlawack#4489 Make fd based rmtree work on bytes
2012-06-25 Larry HastingsMore doc fixes: made it clear where to start reading...
2012-06-25 Gregory P.... merge heads
2012-06-25 Gregory P.... Backout change e8f44ebacda7052267318cecf5b6f128d35add17...
2012-06-25 Gregory P.... Backout change e8f44ebacda7052267318cecf5b6f128d35add17...
2012-06-25 Larry HastingsMinor grammar refinement for hmac.compare_digest().
2012-06-25 Georg BrandlSome tightening of the documentation for the new kwarg...
2012-06-25 Georg BrandlGrammar fix.
2012-06-24 Eric V. SmithGive test directory a more reasonable name.
2012-06-24 Vinay SajipCloses #15173: Tidied up copyright statements and remov...
2012-06-24 Eric V. SmithFixes issue 15039: namespace packages are no longer...
2012-06-24 Larry HastingsRestore Misc/NEWS entries lost in the merge for the...
2012-06-24 Larry HastingsIssue #15164: Change return value of platform.uname...
next