]> granicus.if.org Git - python/shortlog
python
2008-09-10 Martin v. LöwisMerged revisions 66367 via svnmerge from
2008-09-10 Guido van RossumIssue #3756: make re.escape() handle bytes as well...
2008-09-10 Guido van RossumMerged revisions 66364 via svnmerge from
2008-09-10 Martin v. LöwisMerged revisions 66362 via svnmerge from
2008-09-10 Georg BrandlSome typos.
2008-09-09 Benjamin Petersondocument the memoryview object a little
2008-09-09 Benjamin PetersonBlocked revisions 66181 via svnmerge
2008-09-09 Georg Brandl#3803: fix docs for comparison of unequal types.
2008-09-09 Georg BrandlFix formatter usage of filter(). Bug #3800.
2008-09-09 Georg BrandlUpdate Pygments version used.
2008-09-09 Georg BrandlHighlight snippets as Python 3.
2008-09-09 Hirokazu YamamotoIssue #3812: Failed to build python if configure -...
2008-09-09 Hirokazu YamamotoAdded News for r66338
2008-09-09 Hirokazu YamamotoIssue #3813: cannot lanch python.exe via symbolic link...
2008-09-09 Hirokazu YamamotoBlocked revisions 66316,66319 via svnmerge
2008-09-09 Amaury Forgeot... Blocked revisions 66332 via svnmerge
2008-09-09 Hirokazu YamamotoIssue #3806: LockTests in test_imp should be skipped...
2008-09-09 Amaury Forgeot... Revert r33661, which broke all buildbots.
2008-09-09 Amaury Forgeot... #3705: Fix crash when given a non-ascii value on the...
2008-09-09 Amaury Forgeot... #3791: Remove bsddb from the Windows msi installer,
2008-09-09 Facundo BatistaAdded a warning filter to don't show the warning during
2008-09-09 Brett CannonMerged revisions 66321 via svnmerge from
2008-09-08 Hirokazu YamamotoIssue #3804: Added test for Issue #2222.
2008-09-08 Benjamin PetersonMerged revisions 66141,66145,66150,66180,66211,66217...
2008-09-08 Benjamin PetersonBlocked revisions 66142 via svnmerge
2008-09-08 Benjamin PetersonBlocked revisions 66281-66282,66301,66310 via svnmerge
2008-09-08 Benjamin Petersonmention that bsddb3 can be gotten as a third party...
2008-09-08 Bill Janssenfixes from issue 3162 for SSL module
2008-09-08 Martin v. LöwisAdd 3.0b3 uuid
2008-09-08 Martin v. LöwisMerged revisions 66304-66305,66307 via svnmerge from
2008-09-08 Benjamin Petersonremove some more bsddb references
2008-09-08 Facundo BatistaAdded sanity checks for the deprecated parse_qs() and
2008-09-07 Gregory P.... reran autoconf
2008-09-07 Gregory P.... Merged revision 66295 via svnmerge from
2008-09-07 Gregory P.... describe the change merged in r66285
2008-09-07 Gregory P.... block 66284 from being merged; i reran autoconf to...
2008-09-07 Gregory P.... Merged revisions 66179,66283 via svnmerge from
2008-09-06 Benjamin PetersonMerged revisions 66277 via svnmerge from
2008-09-06 Antoine PitrouBlocked revisions 66275 via svnmerge
2008-09-06 Antoine PitrouIssue #874900: fix behaviour of threading module after...
2008-09-06 Gregory P.... fixes deferred/release blocker issue #3797: Fixed the...
2008-09-06 Amaury Forgeot... I modified the tests a bit to account for unicode string
2008-09-06 Antoine PitrouIssue #3705: py3k aborts if "-c" or "-m" is given a...
2008-09-06 Gregory P.... Fixes release blocker issue #3492 and #3790.
2008-09-06 Benjamin PetersonMerged revisions 66262 via svnmerge from
2008-09-06 Georg Brandl#3794: remove __div__ and __rdiv__ traces.
2008-09-06 Georg Brandl#3793: fix markup.
2008-09-06 Barry WarsawRemove alpha notes from RELNOTES
2008-09-06 Hirokazu Yamamotoforgot to remove _bsddb description from readme.txt...
2008-09-06 Amaury Forgeot... Align the VS2003 and VS2005 build files with the VS2008...
2008-09-05 Benjamin PetersonBlocked revisions 66137,66182,66192,66196 via svnmerge
2008-09-05 Antoine PitrouMerged revisions 66240 via svnmerge from
2008-09-05 Benjamin Petersoncompile _bytesio and _stringio into the binary and...
2008-09-05 Brett CannonMerged revisions 66237 via svnmerge from
2008-09-05 Antoine PitrouMerged revisions 66235 via svnmerge from
2008-09-05 Amaury Forgeot... #3660: Correct a reference leak in PyUnicode_AsEncodedS...
2008-09-05 Brett CannonBlocked revisions 66232 via svnmerge
2008-09-05 Brett CannonBlocked revisions 66229 via svnmerge
2008-09-05 Benjamin Petersonfix small typo
2008-09-05 Antoine PitrouIssue #3660 (part of): fix a memory leak in _pickle.
2008-09-04 Amaury Forgeot... Follow-up of #3773: In PyTokenizer_FindEncoding, remove...
2008-09-04 Amaury Forgeot... #3773: Check for errors around the use of PyTokenizer_F...
2008-09-04 Antoine PitrouIssue #3160: the "bdist_wininst" distutils command...
2008-09-04 Barry WarsawUpdate release notes for pybsddb.
2008-09-04 Hirokazu YamamotoMerged revisions 66213 via svnmerge from
2008-09-04 Guilherme PoloIssue #1658: dict size is changing during iteration...
2008-09-04 Hirokazu YamamotoFollows to bsddb removal (VC6)
2008-09-04 Gregory P.... Mention that bsddb is gone and include a link to jcea...
2008-09-04 Brett CannonPyTokenizer_FindEncoding() always failed because it...
2008-09-04 Gregory P.... Include a pointer to the pybsddb website with the ...
2008-09-04 Gregory P.... correct an example
2008-09-04 Mark HammondRemove _bsddb project on py3k (_bsddb44 project remains...
2008-09-04 Benjamin PetersonFix a memory leak in reloading extension modules #3667
2008-09-04 Benjamin Peterson#2501 xml.sax.parser doesn't terminate when given a...
2008-09-04 Barry WarsawCommitting the patch in issue 2965, so that weakref...
2008-09-03 Benjamin Petersondb_incs is needed
2008-09-03 Benjamin Petersonclean up some more bsddb scraps
2008-09-03 Facundo BatistaIssue 600362: Relocated parse_qs() and parse_qsl()...
2008-09-03 Brett CannonBlocked revisions 66197 via svnmerge
2008-09-03 Benjamin Petersonremove bsddb
2008-09-03 Benjamin PetersonMerged revisions 66134,66136,66143,66154-66155,66190...
2008-09-03 Jesus CeaPython3.0 bsddb testsuite compatibility improvements
2008-09-03 Christian HeimesFixed wording of python --help text.
2008-09-03 Jesus CeaThe decode is used to workaround this:
2008-09-03 Antoine PitrouIssue #3696: Error parsing arguments on OpenBSD <=...
2008-09-03 Antoine PitrouIssue #3697: "Fatal Python error: Cannot recover from...
2008-09-03 Jesse Nollermerge 66184 to fix issue3110 to py3k
2008-09-03 Jesus CeaFix some leaks - Neal Norwitz
2008-09-03 Benjamin PetersonMerged revisions 66174-66175,66177 via svnmerge from
2008-09-02 Amaury Forgeot... Merged revisions 66171 via svnmerge from
2008-09-02 Amaury Forgeot... Merged revisions 66167 via svnmerge from
2008-09-02 Amaury Forgeot... Merged revisions 66166 via svnmerge from
2008-09-02 Hirokazu YamamotoMerged revisions 66162 via svnmerge from
2008-09-02 Jesse NollerMerge r66115 forward to py3k, resolves issue3419
2008-09-02 Jesse Nollerunblock 66115 from merging
2008-09-02 Marc-André... Add news item for #3719.
2008-09-02 Nick CoghlanMerged revisions 66144 via svnmerge from
2008-09-02 Marc-André... Add quotes around the file name to avoid issues with...
2008-09-02 Brett CannonThe _warnings module did not properly handle cases...
2008-09-02 Brett CannonMerge in r66135. Doing also required removing a stale...
next