]> granicus.if.org Git - python/shortlog
python
2010-07-09 Mark DickinsonSilence gcc warning. (In function 'bytearray_init'...
2010-07-09 Benjamin Petersonremove SocketIO.__del__; close() can handle it
2010-07-09 Jeffrey YasskinIssue #9189: Allow users to set $CFLAGS, $CPPFLAGS...
2010-07-09 Brian CurtinRe-flow several long lines from #1578269.
2010-07-09 Brian CurtinAdding versionchanged to the various Windows os.symlink...
2010-07-09 Brian CurtinFix the breakage of Lib/tarfile.py on non-Windows platf...
2010-07-09 Benjamin Petersonwrap
2010-07-09 Benjamin Petersonallow more exceptions
2010-07-09 Brian CurtinReorder Jason "two O's" Coombs
2010-07-09 Benjamin PetersonOverflowError is fine
2010-07-09 R. David MurrayFix sort order mistake in Misc/ACKS.
2010-07-09 R. David Murray7846: limit fnmatch pattern cache to _MAXCACHE=100...
2010-07-09 Georg Brandl2.7 is now stable.
2010-07-09 Benjamin Petersonuse assert method
2010-07-08 Benjamin Petersonfix repr of complicated structseqs #9206
2010-07-08 Benjamin Petersonassert tuple inheritance
2010-07-08 Brian CurtinUndo inadvertant checkin.
2010-07-08 Brian CurtinImplement #1578269. Patch by Jason R. Coombs.
2010-07-08 Mark DickinsonIssue #9136: Profiling Decimal gave 'dictionary changed...
2010-07-08 Mark DickinsonFix misplaced exactness check that was causing unnecess...
2010-07-08 Mark DickinsonFix a performance issue in Decimal.pow. Thanks Stefan...
2010-07-08 Antoine PitrouIssue #8605: Skip test_gdb if Python is compiled with...
2010-07-08 Mark DickinsonIn test_decimal, convert heuristic for skipping tests...
2010-07-08 Ezio MelottiFix typo in a comment in mathmodule.c.
2010-07-07 Alexander BelopolskyIssue #5288: Eliminated round-trips between timdelta...
2010-07-07 Benjamin PetersonValueError in this case is also acceptable
2010-07-07 Benjamin Petersonmake struct sequences subclass tuple; kill lots of...
2010-07-07 Benjamin Petersonadd NEWS
2010-07-07 Georg BrandlTurn more notes into comments.
2010-07-07 Benjamin Petersondon't ignore exceptions from PyObject_IsTrue
2010-07-07 Georg BrandlMake comment out of an awkward note.
2010-07-07 Benjamin Petersonthis needn't be in the loop
2010-07-07 Mark DickinsonIssue #9186: log1p(-1.0) should raise ValueError,...
2010-07-07 Mark DickinsonMinor refactoring in lgamma code, for clarity.
2010-07-07 Mark DickinsonKill gratuitous space.
2010-07-06 Alexander BelopolskyIssue #9000: datetime.timezone objects now have eval...
2010-07-06 Georg BrandlFix typo.
2010-07-06 Mark DickinsonStyle nit.
2010-07-06 Vinay SajipMinor improvements to logging documentation.
2010-07-06 Mark DickinsonIndentation and PEP 7 fixes.
2010-07-06 Matthias Klose- sysmodule.c (get_hash_info): Define as static function.
2010-07-06 Senthil KumaranChange 'lowered' to 'lowercased'
2010-07-05 Brett CannonFix test_xmlrpc_net to no longer fail since there are...
2010-07-05 Alexander Belopolsky"Modernized" the demo a little.
2010-07-05 Victor Stinner#9158: Fix y* format of PyArg_Parse*() functions docume...
2010-07-05 Mark DickinsonPost-detabification cleanup.
2010-07-05 Georg BrandlUpdate Vec class constructor, remove indirection via...
2010-07-05 Georg BrandlRemove Dbm.
2010-07-05 Benjamin Petersonuntabify
2010-07-05 Alexander BelopolskyAdded two more test cases for datetime
2010-07-05 Georg Brandl#9166: NotImplemented is not an exception.
2010-07-05 Benjamin Petersonlooking up on the type is correct, so this isn't an XXX
2010-07-05 Alexander BelopolskyAdded more tests for utctimetuple()
2010-07-05 Benjamin Petersoncleanup basicsize logic #3268
2010-07-05 Benjamin Petersonpydoc still has a silly encoding
2010-07-05 Senthil KumaranFix the docstrings of the capitalize method.
2010-07-05 Senthil KumaranFix: Issue9091 Minor documentation clarification.
2010-07-04 Brett CannonDo some basic refactoring. Along the way also list...
2010-07-04 Andrew M. KuchlingAdd brief explanation; remove no-longer-working link
2010-07-04 Mark DickinsonRevert -r82559; it's not clear that this is the right...
2010-07-04 Mark DickinsonRe-encode shlex.py in UTF-8, and remove coding cookie.
2010-07-04 Mark DickinsonRemove coding cookie from heapq.py.
2010-07-04 Mark DickinsonMake Demo/parser/test_parser.py run.
2010-07-04 Mark DickinsonIssue #9130: Validate ellipsis tokens in relative imports.
2010-07-04 Mark DickinsonFix symbol numbers in test_parser test.
2010-07-04 Mark DickinsonIssue #9130: Fix validation of relative imports in...
2010-07-04 Alexander BelopolskyFixed the test
2010-07-04 Alexander BelopolskyFixed doctests
2010-07-04 Alexander BelopolskyIssue #9118: help(None) will now return NoneType doc...
2010-07-04 Benjamin PetersonMerged revisions 81478,82530-82531 via svnmerge from
2010-07-04 Benjamin PetersonInitialized merge tracking via "svnmerge" with revision...
2010-07-04 Benjamin PetersonRemoved merge tracking for "svnmerge" for
2010-07-04 Benjamin PetersonInitialized merge tracking via "svnmerge" with revision...
2010-07-04 Mark DickinsonIssue #9128: Fix validation of class decorators in...
2010-07-04 Benjamin PetersonRemoved merge tracking for "svnmerge" for
2010-07-04 Alexander BelopolskyIssue #9152: Removed dead code in datetime module
2010-07-04 Mark DickinsonFix refleak in Modules/audioop.c.
2010-07-04 Georg BrandlRemove old and unsafe Dbm demo class.
2010-07-03 Alexander BelopolskyMade minimal modifications to pass included tests
2010-07-03 Brett CannonMake importlib.abc.SourceLoader the primary mechanism...
2010-07-03 Brett CannonMake importlib.abc.SourceLoader the primary mechanism...
2010-07-03 Alexander BelopolskyIssue #9151: Demo/classes/Dates.py does not work in...
2010-07-03 Brett CannonFix a spelling mistake in a comment.
2010-07-03 Brett CannonTrailing whitespace is bad for .rst files.
2010-07-03 Brett CannonMake importlib.abc.SourceLoader the primary mechanism...
2010-07-03 Alexander BelopolskyIssue #9151: Demo/classes/Dates.py does not work in 3.x
2010-07-03 Brett CannonIgnore __pycache__.
2010-07-03 Mark DickinsonRemove nonexistent tools from Tools README.
2010-07-03 Alexander BelopolskyIssue #9094: Make python -m pickletools disassemble...
2010-07-03 Senthil KumaranFix Issue5468 - urlencode to handle bytes and other...
2010-07-03 Benjamin PetersonRemoved merge tracking for "svnmerge" for
2010-07-03 Victor StinnerMerged revisions 82492 via svnmerge from
2010-07-03 Georg BrandlRemove the need for a "()" empty argument list after...
2010-07-03 Georg BrandlFix markup.
2010-07-03 Georg BrandlMerged revisions 82483 via svnmerge from
2010-07-03 Georg BrandlRecorded merge of revisions 82474 via svnmerge from
2010-07-03 Georg BrandlUse the right role.
2010-07-03 Georg BrandlWrap and use the correct directive.
2010-07-03 Mark DickinsonMerged revisions 82476 via svnmerge from
2010-07-03 Nick CoghlanIssue 6507: missing patch submitter from NEWS entry...
next