]> granicus.if.org Git - python/shortlog
python
2011-06-01 Éric AraujoFix typos in class names
2011-05-31 Éric AraujoRe-add line that was mistakenly removed alongside RPM...
2011-05-31 Éric AraujoRe-apply distutils2 changes lost before the merge of...
2011-05-31 Éric AraujoFix nonsensical name.
2011-05-31 Éric AraujoFix test name in debug message
2011-05-30 Tarek Ziadedisplaying the faulty project name is a good idea
2011-05-30 Tarek Ziaderemoved spurious output
2011-05-30 Tarek ZiadeCleaned up the installer output behavior.
2011-05-30 Tarek Ziadecleanup packaging.database
2011-05-30 Tarek Ziadea resource module for 2 functions is overkill. database...
2011-05-30 Nadeem VawdaSimplify line-oriented tests in test_bz2.
2011-05-29 Nadeem VawdaIssue #1625: Add stream ordering test to test_bz2.
2011-05-29 Nadeem VawdaRemove unused data from test_bz2.
2011-05-29 Nadeem VawdaMiscellaneous cleanups to bz2 and test_bz2 following...
2011-05-29 Ned DeilyIssue #10736: Revert changeset de4d34a95603 as it cause...
2011-05-29 Ned DeilyIssue #10736: Fix test_ttk test_widgets failures with...
2011-05-29 Benjamin Petersonmerge 3.2
2011-05-29 Benjamin Petersonmerge 3.1
2011-05-29 Benjamin PetersonAdded tag v3.1.4rc1 for changeset 32fcb9e94985
2011-05-29 Benjamin Petersonupdate pydoc-topics v3.1.4rc1
2011-05-29 Benjamin Petersonbump to 3.1.4rc1
2011-05-29 Charles-François... Skip test_pipe2 on Linux kernels older than 2.6.27.
2011-05-29 Charles-François... Issue #12196: Add pipe2() to the os module.
2011-05-29 Benjamin Petersonbump ast version
2011-05-29 Benjamin Petersonunify TryExcept and TryFinally (closes #12199)
2011-05-29 Éric AraujoMerge 3.2
2011-05-29 Éric AraujoBranch merge
2011-05-29 Éric AraujoMerge 3.1
2011-05-29 Éric AraujoBranch merge
2011-05-29 Éric AraujoBranch merge
2011-05-29 Martin v. LöwisUse bytes in myreceive.
2011-05-29 Martin v. LöwisExplain that INET is IPv4 and STREAM is TCP.
2011-05-29 Charles-François... Issue #12196: Add PIPE_MAX_SIZE to test.support, consta...
2011-05-29 Ned DeilyRecord null merge of Issue #12205
2011-05-29 Ned DeilyRecord null merge of Issue #12205
2011-05-29 Ned DeilyIssue #12205: Fix test_subprocess failure due to uninst...
2011-05-29 Ned DeilyNull merge to record previous incorrecly merged changes...
2011-05-29 Éric AraujoFix typo in 0311f62714f7
2011-05-29 Éric AraujoDon’t misuse “package data” in pprint example
2011-05-29 Éric AraujoFix typos in Misc/NEWS
2011-05-29 Éric AraujoPut version* directives at the right scope
2011-05-29 Éric AraujoImprove example for crypt module. No string exceptions..
2011-05-29 Éric AraujoPort r86353 to packaging (#10359: “;” after function...
2011-05-28 Éric AraujoMerge touch-ups and fixes for #9831 (+port fix to packa...
2011-05-28 Éric AraujoMerge doc touch-ups and fixes for #9831 and #9223 from 3.1
2011-05-28 Éric AraujoRe-add missing doc stub for the distutils check command
2011-05-28 Éric AraujoMinor touch-ups in distutils.cmd.Command doc
2011-05-28 Éric AraujoFix test_build_py when sys.dont_write_bytecode is true...
2011-05-28 Gregory P.... follow on to the last commit, remove the final POSIXPur...
2011-05-28 Gregory P.... The _posixsubprocess module is now required on POSIX.
2011-05-28 Gregory P.... Fix ProcessTestCasePOSIXPurePython to test the module...
2011-05-28 Gregory P.... Fix ProcessTestCasePOSIXPurePython to test the module...
2011-05-28 Ned DeilyIssue #11217: For 64-bit/32-bit Mac OS X universal...
2011-05-28 Ned DeilyIssue #11217: For 64-bit/32-bit Mac OS X universal...
2011-05-28 Ned DeilyIssue #985064: Make plistlib more resilient to faulty...
2011-05-28 Ned DeilyIssue #985064: Make plistlib more resilient to faulty...
2011-05-28 Ned DeilyIssue #985064: Make plistlib more resilient to faulty...
2011-05-28 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-05-28 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-05-28 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-05-27 Benjamin Petersonadd some with syntax examples
2011-05-27 Benjamin Petersonmerge 3.2
2011-05-27 Benjamin Petersonmerge 3.1
2011-05-27 Benjamin Petersonfix spacing
2011-05-27 Benjamin Petersonmerge 3.2
2011-05-27 Benjamin Petersonmerge 3.1
2011-05-27 Benjamin Petersonfix indentation
2011-05-27 Benjamin Petersonbump ast version
2011-05-27 Benjamin Petersonreflect with statements with multiple items in the...
2011-05-27 Victor StinnerRevert my commit 3555cf6f9c98: "Issue #8796: codecs...
2011-05-27 Victor StinnerRevert my commit 7ba176c2f558: "Avoid useless "++"...
2011-05-27 Benjamin Petersontry to use the same str object for all code filenames...
2011-05-27 Benjamin Petersonremove unused string WILFE attribute
2011-05-27 Éric AraujoMinor doc addition for clarity
2011-05-27 Éric AraujoAdd missing closing paren
2011-05-27 Nadeem VawdaMerge heads
2011-05-26 Nadeem VawdaUpdate bz2 docs following issue #1625.
2011-05-26 Nadeem VawdaIssue #1625: BZ2File and bz2.decompress() now support...
2011-05-26 Victor StinnerIssue #8796: codecs.open() calls the builtin open(...
2011-05-26 Benjamin Petersonfix typo
2011-05-26 Éric AraujoMove test_packaging news entries to the tests section
2011-05-26 Benjamin Petersonadd ack from 2.7
2011-05-26 Éric AraujoMerge 3.2
2011-05-26 Éric AraujoMerge 3.1
2011-05-26 Éric AraujoBranch merge
2011-05-26 Éric AraujoBranch merge
2011-05-26 Éric AraujoBranch merge
2011-05-26 Victor StinnerSystemExit_init(): avoid an useless test
2011-05-26 Victor Stinnerprint_exception(): handle correctly PyObject_GetAttrStr...
2011-05-26 Victor Stinnerset_repr(): handle correctly PyUnicode_FromUnicode...
2011-05-26 Victor Stinner_posixsubprocess.c: don't redefine _GNU_SOURCE if it...
2011-05-26 Victor Stinnersocket.sendto(): exit directly after setting the error
2011-05-26 Victor Stinnerzipimport: initialize fullpath to NULL
2011-05-26 Victor StinnerAvoid useless "++" at the end of functions
2011-05-26 Victor StinnerRemove useless assignments
2011-05-25 Stefan KrahNull merge: changeset is already in 3.3
2011-05-25 Stefan KrahIssue #12090: backport 79fcd71d0356
2011-05-25 Victor StinnerIssue #12175: BufferedReader.read(-1) now calls raw...
2011-05-25 Victor StinnerIssue #12175: FileIO.readall() now only reads the file...
2011-05-25 Tarek ZiadeIssue #12180: Fixed a few remaining errors in test_pack...
next